index.scss 5.8 KB

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