register.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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. }
  80. .agree{
  81. margin: 0 32rpx 32rpx;
  82. font-family: PingFangSC, PingFang SC;
  83. font-weight: 400;
  84. font-size: 24rpx;
  85. color: #000000;
  86. line-height: 40rpx;
  87. display: flex;
  88. align-items: center;
  89. justify-content: center;
  90. }
  91. .rules{
  92. color: rgba(255, 191, 0, 1);
  93. }
  94. .submit{
  95. display: flex;
  96. align-items: center;
  97. justify-content: center;
  98. margin-bottom: 52rpx;
  99. }
  100. .submit-img{
  101. width: 444rpx;
  102. height: 102rpx;
  103. }
  104. .disabled {
  105. opacity: 0.5;
  106. }
  107. .btn-hover {
  108. opacity: 0.7;
  109. }
  110. /* 弹框样式 */
  111. .registration .van-popup{
  112. overflow-y: initial !important;
  113. }
  114. .pop-content{
  115. width: 510rpx;
  116. height: 574rpx;
  117. position: relative;
  118. display: flex;
  119. flex-direction: column;
  120. }
  121. .pop-img{
  122. width: 394.64rpx;
  123. height: 206rpx;
  124. margin: -160rpx auto 0;
  125. }
  126. .pop-yhq{
  127. width: 196rpx;
  128. height: 80rpx;
  129. margin: 42rpx auto 42rpx;
  130. }
  131. .pop-card{
  132. margin: 0 46rpx;
  133. position: relative;
  134. height: 140rpx;
  135. box-sizing: border-box;
  136. }
  137. .pop-card-img{
  138. width: 418rpx;
  139. height: 140rpx;
  140. }
  141. .pop-card-cont{
  142. height: 140rpx;
  143. margin: 0 28rpx;
  144. position: absolute;
  145. top: 0;
  146. display: flex;
  147. align-items: center;
  148. box-sizing: border-box;
  149. }
  150. .pop-card-cont-lf{
  151. font-family: PingFangSC, PingFang SC;
  152. font-weight: 600;
  153. font-size: 24rpx;
  154. color: #FDA233;
  155. line-height: 34rpx;
  156. }
  157. .pop-card-cont-ri{
  158. margin-left: 72rpx;
  159. font-family: PingFangSC, PingFang SC;
  160. font-weight: 600;
  161. font-size: 28rpx;
  162. color: #000000;
  163. line-height: 40rpx;
  164. }
  165. .pop-time{
  166. font-family: PingFangSC, PingFang SC;
  167. font-weight: 400;
  168. font-size: 20rpx;
  169. color: #B0B0B0;
  170. line-height: 28rpx;
  171. margin-top: 6rpx;
  172. }
  173. .receive{
  174. margin: 66rpx auto 50rpx;
  175. }
  176. .receive-img{
  177. width: 318rpx;
  178. height: 102rpx;
  179. }
  180. .error-text{
  181. font-family: PingFangSC, PingFang SC;
  182. font-weight: 400;
  183. color: #ee0a24;
  184. font-size: 24rpx;
  185. margin-top: 10rpx;
  186. }
  187. .van-dialog__header{
  188. font-weight: bold !important;
  189. }
  190. .dialog-box{
  191. height: 40vh;
  192. overflow: auto;
  193. padding: 0 32rpx;
  194. margin: 32rpx 0;
  195. }
  196. .confirm-btn{
  197. width: 100% !important;
  198. color: #FDA233 !important;
  199. }