index.scss 5.8 KB

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