index.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. view.data-v-9c8de1e0 {
  5. box-sizing: border-box;
  6. }
  7. .container.data-v-9c8de1e0 {
  8. min-height: 100vh;
  9. background: #F7F8FB;
  10. }
  11. .container .box.data-v-9c8de1e0 {
  12. padding-top: 24rpx;
  13. }
  14. .container .box .addpd.data-v-9c8de1e0 {
  15. padding: 0 30rpx;
  16. }
  17. .container .box .top.data-v-9c8de1e0 {
  18. height: 96rpx;
  19. background: #FFFFFF;
  20. border-radius: 32rpx;
  21. padding-left: 24rpx;
  22. padding-right: 24rpx;
  23. display: flex;
  24. align-items: center;
  25. justify-content: space-between;
  26. }
  27. .container .box .top .left.data-v-9c8de1e0 {
  28. font-size: 32rpx;
  29. font-family: PingFang-SC, PingFang-SC;
  30. font-weight: 500;
  31. color: #080F18;
  32. }
  33. .container .box .top .right.data-v-9c8de1e0 {
  34. display: flex;
  35. align-items: center;
  36. font-size: 28rpx;
  37. font-family: PingFang-SC, PingFang-SC;
  38. font-weight: bold;
  39. color: #333333;
  40. }
  41. .container .box .top .right .icon.data-v-9c8de1e0 {
  42. width: 34rpx;
  43. height: 32rpx;
  44. margin-right: 12rpx;
  45. }
  46. .container .box .top .right .icon_arrR.data-v-9c8de1e0 {
  47. width: 12rpx;
  48. height: 21rpx;
  49. margin-left: 16rpx;
  50. }
  51. .container .box .money.data-v-9c8de1e0 {
  52. display: flex;
  53. flex-direction: column;
  54. background: #FFFFFF;
  55. border-radius: 32rpx;
  56. margin-top: 24rpx;
  57. padding: 32rpx 28rpx 48rpx 28rpx;
  58. }
  59. .container .box .money .label.data-v-9c8de1e0 {
  60. font-size: 32rpx;
  61. font-family: PingFang-SC, PingFang-SC;
  62. font-weight: 500;
  63. color: #080F18;
  64. margin-bottom: 60rpx;
  65. }
  66. .container .box .money .bot.data-v-9c8de1e0 {
  67. display: flex;
  68. align-items: center;
  69. justify-content: space-between;
  70. border-bottom: 2rpx solid #ECECEC;
  71. }
  72. .container .box .money .bot .left.data-v-9c8de1e0 {
  73. display: flex;
  74. align-items: center;
  75. }
  76. .container .box .money .bot .left .danwei.data-v-9c8de1e0 {
  77. font-size: 52rpx;
  78. font-family: PingFang-SC, PingFang-SC;
  79. font-weight: bold;
  80. color: #080F18;
  81. }
  82. .container .box .money .bot .left input.data-v-9c8de1e0 {
  83. font-size: 32rpx;
  84. font-family: PingFang-SC, PingFang-SC;
  85. font-weight: bold;
  86. color: #080F18;
  87. width: 42vw;
  88. }
  89. .container .box .money .bot .tips.data-v-9c8de1e0 {
  90. font-size: 24rpx;
  91. font-family: PingFang-SC, PingFang-SC;
  92. font-weight: 500;
  93. color: #999999;
  94. }
  95. .container .box .info.data-v-9c8de1e0 {
  96. background: #FFFFFF;
  97. border-radius: 20rpx;
  98. margin-top: 24rpx;
  99. padding-left: 24rpx;
  100. padding-right: 24rpx;
  101. }
  102. .container .box .info .item.data-v-9c8de1e0 {
  103. display: flex;
  104. justify-content: space-between;
  105. align-items: center;
  106. height: 100rpx;
  107. }
  108. .container .box .info .item .label.data-v-9c8de1e0 {
  109. font-size: 28rpx;
  110. font-family: PingFangSC, PingFang SC;
  111. font-weight: 400;
  112. color: #333333;
  113. }
  114. .container .box .info .item input.data-v-9c8de1e0 {
  115. font-size: 28rpx;
  116. text-align: right;
  117. width: 70vw;
  118. }
  119. .container .box .info .bb.data-v-9c8de1e0 {
  120. border-bottom: 1rpx solid #E6E7E8;
  121. }
  122. .container .box .botTxt.data-v-9c8de1e0 {
  123. margin-top: 26rpx;
  124. display: flex;
  125. align-items: start;
  126. }
  127. .container .box .botTxt .icon.data-v-9c8de1e0 {
  128. width: 24rpx;
  129. height: 24rpx;
  130. margin-right: 8rpx;
  131. margin-top: 8rpx;
  132. }
  133. .container .box .botTxt .right .item.data-v-9c8de1e0 {
  134. display: flex;
  135. align-items: center;
  136. font-size: 24rpx;
  137. font-family: PingFang-SC, PingFang-SC;
  138. font-weight: 400;
  139. color: #007AFF;
  140. line-height: 36rpx;
  141. }
  142. .container .quxiao.data-v-9c8de1e0 {
  143. font-size: 32rpx;
  144. font-family: PingFang-SC, PingFang-SC;
  145. font-weight: 500;
  146. color: #999999;
  147. margin-left: 28rpx;
  148. }
  149. .container .queren.data-v-9c8de1e0 {
  150. font-size: 32rpx;
  151. font-family: PingFang-SC, PingFang-SC;
  152. font-weight: 500;
  153. color: #01C1C4;
  154. margin-right: 28rpx;
  155. }
  156. .container .content.data-v-9c8de1e0 {
  157. padding: 130rpx 28rpx;
  158. }
  159. .container .content .item.data-v-9c8de1e0 {
  160. height: 96rpx;
  161. display: flex;
  162. align-items: center;
  163. justify-content: center;
  164. }
  165. .container .content .bord.data-v-9c8de1e0 {
  166. border-top: 1rpx solid #CECFD1;
  167. border-bottom: 1rpx solid #CECFD1;
  168. }
  169. .container .content .active.data-v-9c8de1e0 {
  170. font-weight: bold;
  171. color: #01C1C4;
  172. border-top: 1rpx solid #CECFD1;
  173. border-bottom: 1rpx solid #CECFD1;
  174. }
  175. .container .myRoot.data-v-9c8de1e0 {
  176. border-radius: 20rpx 20rpx 0rpx 0rpx !important;
  177. box-shadow: 0rpx -10rpx 32rpx 0rpx rgba(0, 0, 0, 0.04) !important;
  178. position: fixed !important;
  179. bottom: 0 !important;
  180. width: 100%;
  181. }
  182. .container .myAc.data-v-9c8de1e0 {
  183. font-weight: bold;
  184. color: #01C1C4 !important;
  185. }
  186. .container .van-picker__confirm.data-v-9c8de1e0 {
  187. font-size: 32rpx !important;
  188. font-family: PingFang-SC, PingFang-SC !important;
  189. font-weight: 500 !important;
  190. color: #01C1C4 !important;
  191. }
  192. .container .van-picker__title.data-v-9c8de1e0 {
  193. font-size: 32rpx !important;
  194. font-family: PingFangSC, PingFang SC !important;
  195. font-weight: 500 !important;
  196. color: #080F18 !important;
  197. }
  198. .btnBox.data-v-9c8de1e0 {
  199. height: 176rpx;
  200. background: #FFFFFF;
  201. box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0, 0, 0, 0.05);
  202. border-radius: 32rpx 32rpx 0rpx 0rpx;
  203. position: fixed;
  204. bottom: 0;
  205. width: 100%;
  206. padding-left: 30rpx;
  207. padding-right: 30rpx;
  208. padding-top: 32rpx;
  209. }
  210. .btnBox .btn.data-v-9c8de1e0 {
  211. height: 96rpx;
  212. background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
  213. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 122, 255, 0.2);
  214. border-radius: 54rpx;
  215. display: flex;
  216. justify-content: center;
  217. align-items: center;
  218. font-size: 32rpx;
  219. font-family: SourceHanSansCN, SourceHanSansCN;
  220. font-weight: bold;
  221. color: #FFFFFF;
  222. }
  223. .data-v-9c8de1e0 .u-picker {
  224. border-radius: 30rpx 30rpx 0 0;
  225. }
  226. .data-v-9c8de1e0 .u-popup__content {
  227. border-radius: 30rpx 30rpx 0 0 !important;
  228. }