register.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. .container{
  2. height: 100vh;
  3. }
  4. .content{
  5. flex: 1;
  6. display: flex;
  7. flex-direction: column;
  8. overflow: auto;
  9. }
  10. .register{
  11. background: #FFFFFF;
  12. border-radius: 28rpx;
  13. flex: 1;
  14. margin: 134rpx 32rpx 28rpx;
  15. display: flex;
  16. flex-direction: column;
  17. }
  18. .register-img{
  19. width: 355.8rpx;
  20. height: 194rpx;
  21. margin: -120rpx auto 0;
  22. }
  23. .from-ul{
  24. margin: 8rpx 24rpx 25rpx;
  25. }
  26. .from-li{
  27. margin-top: 32rpx;
  28. }
  29. .li-m0{
  30. margin-top: 0;
  31. }
  32. .van-cell{
  33. padding: 5rpx 10rpx 22rpx !important;
  34. border-bottom: 1px solid #EDEDED;
  35. }
  36. .van-field__control{
  37. font-family: PingFangSC, PingFang SC;
  38. font-weight: 400;
  39. font-size: 24rpx !important;
  40. color: #999999 !important;
  41. }
  42. .from-li-img{
  43. width: 98rpx;
  44. height: 40rpx;
  45. }
  46. .img-w{
  47. width: 70rpx;
  48. }
  49. .img-w1{
  50. width: 126rpx;
  51. }
  52. .img-w2{
  53. width: 112rpx;
  54. }
  55. .img-w3{
  56. width: 168rpx;
  57. }
  58. .from-code{
  59. font-family: PingFangSC, PingFang SC;
  60. font-weight: 500;
  61. font-size: 24rpx;
  62. color: #FF9200;
  63. line-height: 40rpx;
  64. }
  65. .from-code.disabled {
  66. color: #999;
  67. /* pointer-events: none; */
  68. }
  69. .from-icon{
  70. width: 26rpx;
  71. height: 14rpx;
  72. color: #000;
  73. }
  74. .van-picker__confirm{
  75. color: #FF9200 !important;
  76. }
  77. .uploader{
  78. margin-top: 10rpx;
  79. margin-bottom: 9rpx;
  80. }
  81. .preview-wrap{
  82. position: relative;
  83. display: flex;
  84. width: 160rpx;
  85. }
  86. .preview-wrap-pdf{
  87. display: flex;
  88. }
  89. .preview-img{
  90. width: 160rpx;
  91. height: 160rpx;
  92. }
  93. .delete-btn{
  94. position: absolute;
  95. right: 0;
  96. top: 0;
  97. background: rgba(0,0,0,0.6);
  98. border-radius: 0 0 0 12px;
  99. width:28rpx;
  100. height: 28rpx;
  101. }
  102. .delete-btn-pdf{
  103. margin-left: 20rpx;
  104. }
  105. .delete-btn-icon{
  106. position: absolute;
  107. top: -2px;
  108. right: -2px;
  109. transform: scale(0.5);
  110. }
  111. .uploader-text{
  112. width: 328rpx;
  113. height: 190rpx;
  114. background: #F3F3F3;
  115. border-radius: 16rpx;
  116. display: flex;
  117. flex-direction: column;
  118. align-items: center;
  119. justify-content: center;
  120. font-family: PingFangSC, PingFang SC;
  121. font-weight: 400;
  122. font-size: 28rpx;
  123. color: #4A4A4A;
  124. line-height: 40rpx;
  125. }
  126. .uploader-img{
  127. width: 48rpx;
  128. height: 42.85rpx;
  129. margin-bottom: 20rpx;
  130. }
  131. .agree{
  132. margin: 0 32rpx 32rpx;
  133. font-family: PingFangSC, PingFang SC;
  134. font-weight: 400;
  135. font-size: 24rpx;
  136. color: #000000;
  137. line-height: 40rpx;
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. }
  142. .rules{
  143. color: rgba(255, 191, 0, 1);
  144. }
  145. .submit{
  146. display: flex;
  147. align-items: center;
  148. justify-content: center;
  149. margin-bottom: 52rpx;
  150. }
  151. .submit-img{
  152. width: 444rpx;
  153. height: 102rpx;
  154. }
  155. .disabled {
  156. opacity: 0.5;
  157. }
  158. .btn-hover {
  159. opacity: 0.7;
  160. }
  161. /* 弹框样式 */
  162. .registration .van-popup{
  163. overflow-y: initial !important;
  164. }
  165. .pop-content{
  166. width: 510rpx;
  167. height: 574rpx;
  168. position: relative;
  169. display: flex;
  170. flex-direction: column;
  171. }
  172. .pop-img{
  173. width: 394.64rpx;
  174. height: 206rpx;
  175. margin: -160rpx auto 0;
  176. }
  177. .pop-yhq{
  178. width: 196rpx;
  179. height: 80rpx;
  180. margin: 42rpx auto 42rpx;
  181. }
  182. .pop-card{
  183. margin: 0 46rpx;
  184. position: relative;
  185. height: 140rpx;
  186. box-sizing: border-box;
  187. }
  188. .pop-card-img{
  189. width: 418rpx;
  190. height: 140rpx;
  191. }
  192. .pop-card-cont{
  193. width: 418rpx;
  194. height: 140rpx;
  195. padding: 0 28rpx;
  196. box-sizing: border-box;
  197. position: absolute;
  198. top: 0;
  199. display: flex;
  200. align-items: center;
  201. }
  202. .pop-card-cont-lf{
  203. flex-shrink: 0;
  204. font-family: PingFangSC, PingFang SC;
  205. font-weight: 600;
  206. font-size: 24rpx;
  207. color: #FDA233;
  208. line-height: 34rpx;
  209. }
  210. .pop-card-cont-ri{
  211. box-sizing: border-box;
  212. margin-left: 72rpx;
  213. font-family: PingFangSC, PingFang SC;
  214. font-weight: 600;
  215. font-size: 28rpx;
  216. color: #000000;
  217. line-height: 40rpx;
  218. flex: 1;
  219. overflow: hidden;
  220. }
  221. .pop-time{
  222. font-family: PingFangSC, PingFang SC;
  223. font-weight: 400;
  224. font-size: 20rpx;
  225. color: #B0B0B0;
  226. line-height: 28rpx;
  227. margin-top: 6rpx;
  228. }
  229. .receive{
  230. margin: 66rpx auto 50rpx;
  231. }
  232. .receive-img{
  233. width: 318rpx;
  234. height: 102rpx;
  235. }
  236. .error-text{
  237. font-family: PingFangSC, PingFang SC;
  238. font-weight: 400;
  239. color: #ee0a24;
  240. font-size: 24rpx;
  241. margin-top: 10rpx;
  242. }
  243. .van-dialog__header{
  244. font-weight: bold !important;
  245. }
  246. .dialog-box{
  247. height: 40vh;
  248. overflow: auto;
  249. padding: 0 32rpx;
  250. margin: 32rpx 0;
  251. }
  252. .confirm-btn{
  253. width: 100% !important;
  254. color: #FDA233 !important;
  255. }