select.wxss 3.3 KB

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