add.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. .change-input{
  2. width: 170rpx !important;
  3. }
  4. @charset "UTF-8";
  5. /***
  6. 全局scss 变量和方法 存放处
  7. */
  8. /* 引入minxin */
  9. /* 颜色变量 */
  10. /*图片地址*/
  11. /* 行为相关颜色 */
  12. /* 文字基本颜色 */
  13. /* 背景颜色 */
  14. /* 边框颜色 */
  15. /* 尺寸变量 */
  16. /* 文字尺寸 */
  17. /* 图片尺寸 */
  18. /* Border Radius */
  19. /* 水平间距 */
  20. /* 垂直间距 */
  21. /* 透明度 */
  22. /* 文章场景相关 */
  23. .billing_box_bg.data-v-62f70d4e {
  24. height: 100%;
  25. display: -webkit-box;
  26. display: -webkit-flex;
  27. display: flex;
  28. -webkit-box-orient: vertical;
  29. -webkit-box-direction: normal;
  30. -webkit-flex-direction: column;
  31. flex-direction: column;
  32. }
  33. .billing_box_bg .input-wrap.data-v-62f70d4e {
  34. padding: 22rpx 20rpx 22rpx 30rpx;
  35. }
  36. .billing_box_bg .scroll-middle_bx.data-v-62f70d4e {
  37. -webkit-box-flex: 1;
  38. -webkit-flex: 1;
  39. flex: 1;
  40. width: 100%;
  41. height: 100%;
  42. display: -webkit-box;
  43. display: -webkit-flex;
  44. display: flex;
  45. overflow: hidden;
  46. }
  47. .billing_box_bg .tab-view.data-v-62f70d4e {
  48. height: 100%;
  49. width: 170rpx;
  50. -webkit-flex-shrink: 0;
  51. flex-shrink: 0;
  52. background-color: #f0f2f6;
  53. }
  54. .billing_box_bg .tab-view .tab-bar-item.data-v-62f70d4e {
  55. position: relative;
  56. width: 170rpx;
  57. height: 90rpx;
  58. box-sizing: border-box;
  59. display: -webkit-box;
  60. display: -webkit-flex;
  61. display: flex;
  62. -webkit-box-align: center;
  63. -webkit-align-items: center;
  64. align-items: center;
  65. -webkit-box-pack: center;
  66. -webkit-justify-content: center;
  67. justify-content: center;
  68. font-size: 26rpx;
  69. color: #444;
  70. font-weight: 400;
  71. }
  72. .billing_box_bg .tab-view .tab-bar-item .tag.data-v-62f70d4e {
  73. display: -webkit-box;
  74. display: -webkit-flex;
  75. display: flex;
  76. padding: 0 20rpx;
  77. -webkit-box-align: center;
  78. -webkit-align-items: center;
  79. align-items: center;
  80. position: absolute;
  81. right: 0;
  82. top: 0;
  83. height: 32rpx;
  84. background: #ff2842;
  85. border-radius: 16rpx;
  86. color: #fff;
  87. font-size: 20rpx;
  88. }
  89. .billing_box_bg .tab-view .tab-bar-item.data-v-62f70d4e:last-child {
  90. margin-bottom: 110rpx;
  91. }
  92. .billing_box_bg .tab-view .active.data-v-62f70d4e {
  93. position: relative;
  94. color: #3385FF;
  95. font-size: 26rpx;
  96. background: #fff;
  97. }
  98. .billing_box_bg .tab-view .active.data-v-62f70d4e::before {
  99. content: "";
  100. position: absolute;
  101. border-left: 8rpx solid #3385FF;
  102. height: 100%;
  103. left: 0;
  104. }
  105. .billing_box_bg .right-box.data-v-62f70d4e {
  106. height: 100%;
  107. -webkit-box-flex: 1;
  108. -webkit-flex: 1;
  109. flex: 1;
  110. box-sizing: border-box;
  111. }
  112. .billing_box_bg .item_list_bx.data-v-62f70d4e {
  113. padding: 40rpx 16rpx;
  114. }
  115. .billing_box_bg .item_list_bx.data-v-62f70d4e:last-child {
  116. margin-bottom: 70rpx;
  117. }
  118. .billing_box_bg .item_list_title.data-v-62f70d4e {
  119. margin-bottom: 20rpx;
  120. font-size: 24rpx;
  121. font-weight: 600;
  122. color: #666666;
  123. }
  124. .billing_box_bg .select-view.data-v-62f70d4e {
  125. margin-bottom: 30rpx;
  126. }
  127. .billing_box_bg .select-cmd_bx.data-v-62f70d4e {
  128. margin-top: 30rpx;
  129. }
  130. .billing_box_bg .select-cmd_bx .num_bx.data-v-62f70d4e {
  131. display: -webkit-box;
  132. display: -webkit-flex;
  133. display: flex;
  134. -webkit-box-align: center;
  135. -webkit-align-items: center;
  136. align-items: center;
  137. }
  138. .billing_box_bg .select-cmd_bx .num_bx .kc.data-v-62f70d4e {
  139. width: 80rpx;
  140. }
  141. .billing_box_bg .select-cmd_bx .num_bx > input.data-v-62f70d4e {
  142. -webkit-box-flex: 1;
  143. -webkit-flex: 1;
  144. flex: 1;
  145. height: 80rpx;
  146. border: 1rpx solid #dddddd;
  147. border-radius: 4rpx;
  148. text-align: center;
  149. margin-right: 24rpx;
  150. font-size: 40rpx;
  151. }