register.wxss 3.8 KB

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