register.wxss 3.1 KB

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