register.wxss 4.2 KB

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