You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

230 lines
3.6 KiB

1 year ago
  1. /* pagesA/activatePayment/activatePayment.wxss */
  2. image{
  3. width: 100%;
  4. height: auto;
  5. }
  6. .topSetps{
  7. background: #02BFFF;
  8. position: fixed;
  9. width: 100%;
  10. left: 0;
  11. top: 0;
  12. z-index: 99;
  13. }
  14. .bg-page{
  15. background: rgb(239, 243, 246);
  16. height: 100vh;
  17. overflow: hidden;
  18. position: relative;
  19. box-sizing: border-box;
  20. }
  21. .color-02BFFF{
  22. color: #02BFFF;
  23. }
  24. .setps{
  25. align-items: center;
  26. }
  27. .setp .num{
  28. background: #fff;
  29. border-radius: 50%;
  30. width: 25px;
  31. height: 25px;
  32. line-height: 25px;
  33. margin: 0 auto 6px;
  34. }
  35. .ling{
  36. width: 40px;
  37. height: 2px;
  38. background: #5ccbf0;
  39. }
  40. .text-center{
  41. text-align: center;
  42. }
  43. .setp-num{
  44. width: 100%;
  45. align-items: center;
  46. justify-content: space-between;
  47. }
  48. .setp-text{
  49. justify-content: space-between;
  50. }
  51. .organization{
  52. background: rgb(239, 243, 246);
  53. border-radius: 20px 20px 0 0;
  54. margin-top: 20px;
  55. }
  56. .flex-wrap-no{
  57. flex-wrap: nowrap;
  58. }
  59. .organization .li{
  60. width: 20%;
  61. box-sizing: border-box;
  62. }
  63. .organization .active{
  64. width: 40%;
  65. border-radius: 20px 30px 0 0;
  66. clip-path: inset(0px 0px 0px 0px round 0px 20% 0 0);
  67. background: #fff;
  68. margin-top: -4px;
  69. }
  70. .active .personal-li{
  71. font-weight: 600;
  72. }
  73. .bg-5295fd{
  74. background: #5295fd;
  75. position: relative;
  76. height: 100vh;
  77. overflow-y: auto;
  78. }
  79. .step-button{
  80. bottom: 10px;
  81. left: 0;
  82. width: calc(100% - 30px);
  83. box-sizing: border-box;
  84. margin: 4px 15px;
  85. }
  86. .bg-page .next-step-button{
  87. bottom: 0;
  88. top: auto;
  89. padding: 10px 15px;
  90. box-sizing: border-box;
  91. background: #fff;
  92. box-shadow: 2px 10px 5px #eee;
  93. }
  94. .bg-page .next-step-button button{
  95. border-radius: 20px;
  96. }
  97. .data-list{
  98. position: relative;
  99. height: 100vh;
  100. background: #f2f3f5;
  101. padding: 10px;
  102. box-sizing: border-box;
  103. }
  104. .data-content{
  105. height: 85%;
  106. width: 100%;
  107. padding: 10px;
  108. border-radius: 10px;
  109. overflow: hidden;
  110. box-sizing: border-box;
  111. }
  112. .data-content-y{
  113. overflow-y: auto;
  114. height: 100%;
  115. width: 100%;
  116. }
  117. .border-radios-10{
  118. border-radius: 10px;
  119. overflow: hidden;
  120. }
  121. .button-color-fff button{
  122. background: #fff;
  123. color: #5295fd;
  124. }
  125. .font-weight-600{
  126. font-weight: 600;
  127. }
  128. .font-weight-400{
  129. font-weight: 400;
  130. }
  131. .mt-2{
  132. margin-top: 8px;
  133. }
  134. .mx-1{
  135. margin-left: 4px;
  136. margin-right: 4px;
  137. }
  138. .w-25{
  139. width: 25%;
  140. }
  141. .justify-content-center{
  142. justify-content: center;
  143. align-items: center;
  144. }
  145. .personal-list .view-after{
  146. position: relative;
  147. }
  148. .personal-list .view-after::after{
  149. content: '';
  150. position: absolute;
  151. right: 0;
  152. top: 0;
  153. transform: translateY(5px);
  154. width: 1px;
  155. height: 15px;
  156. background: #aaa;
  157. }
  158. .personal-list .border-bottom::before{
  159. content: '';
  160. position: absolute;
  161. left: 50%;
  162. transform: translateX(-50%);
  163. bottom: 0;
  164. width: 80%;
  165. height: 1px;
  166. background: #02BFFF;
  167. }
  168. .personal-li{
  169. padding: 4px 8px;
  170. }
  171. .pb-0{
  172. padding-bottom: 0;
  173. }
  174. .color-999{
  175. color: #999;
  176. }
  177. .min-height-375{
  178. /* min-height: 375px; */
  179. height: calc(100vh - 207px);
  180. margin-top: 143px;
  181. overflow-y: auto;
  182. }
  183. .border-top-gray{
  184. border-top: 4px solid #eff3f6;
  185. }
  186. .bg-Identity{
  187. background: rgb(239, 243, 246);
  188. }
  189. .idCard van-uploader{
  190. display: inline-block;
  191. width: 100%;
  192. }
  193. .idCard van-uploader image{
  194. width: 42vw;
  195. }
  196. .idCard .width-percentage-100 van-uploader image{
  197. width: calc(100vw - 16px);
  198. }
  199. .idCard-absolute{
  200. left: 50%;
  201. top: 50%;
  202. width: 80%;
  203. transform: translateX(-50%) translateY(-50%);
  204. }
  205. .popup-text{
  206. line-height: 2;
  207. }
  208. .popup-button-gray{
  209. background: #eee;
  210. color: #333;
  211. padding: 10px 15px;
  212. border-radius: 10px;
  213. width: 30%;
  214. box-sizing: border-box;
  215. text-align: center;
  216. }
  217. .popup-button-blue{
  218. background: #5295fd;
  219. color: #fff;
  220. padding: 10px 15px;
  221. border-radius: 10px;
  222. width: 60%;
  223. box-sizing: border-box;
  224. text-align: center;
  225. }