register.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. @import "/css/form.wxss";
  2. /* 根目录按钮样式 */
  3. .login-custom-class {
  4. font-size: 42rpx !important;
  5. font-family: PingFangSC-Medium, PingFang SC !important;
  6. font-weight: 500;
  7. line-height: 58rpx;
  8. box-shadow: 0px 0px 20rpx 0px rgba(0, 0, 0, 0.2);
  9. }
  10. /* 输入提示定位 */
  11. .input_text_tips {
  12. position: absolute;
  13. top: 0;
  14. left: 200rpx;
  15. transform: translate(0, -63%);
  16. }
  17. .firm .input_text_input .password-css {
  18. width: 300rpx !important;
  19. }
  20. .get-password {
  21. display: flex;
  22. align-items: center;
  23. width: 148rpx;
  24. height: 50rpx;
  25. line-height: 50rpx;
  26. font-size: 24rpx;
  27. color: #69D0DD;
  28. }
  29. .get-password>text {
  30. width: 2rpx;
  31. height: 26rpx;
  32. background: #4BBECF;
  33. margin-right: 18rpx;
  34. }
  35. .get-password>view {
  36. flex: 1;
  37. text-align: center;
  38. }
  39. /* logo */
  40. .login_logo {
  41. width: 186rpx;
  42. height: 160rpx;
  43. margin: 60rpx auto 0;
  44. }
  45. .login_logo>image {
  46. width: 100%;
  47. height: 100%;
  48. }
  49. /* 按钮 */
  50. .input_text_but {
  51. width: 340rpx;
  52. height: 98rpx;
  53. margin: 70rpx auto 0;
  54. border-radius: 49rpx;
  55. }
  56. /* 用户隐私协议 */
  57. .rules {
  58. height: 44rpx;
  59. font-size: 24rpx;
  60. font-family: PingFangSC-Regular, PingFang SC;
  61. line-height: 44rpx;
  62. width: 100%;
  63. display: flex;
  64. justify-content: center;
  65. align-items: center;
  66. margin-top: 25rpx;
  67. color: #4CBECF;
  68. margin-bottom: -40rpx;
  69. }
  70. .rules .view {
  71. margin-left: -20rpx;
  72. }
  73. .rules text {
  74. text-decoration: underline;
  75. }
  76. .model {
  77. position: fixed;
  78. width: 100vw;
  79. height: 100vh;
  80. background-color: rgba(0, 0, 0, 0.6);
  81. top: 0;
  82. left: 0;
  83. z-index: 9999;
  84. }
  85. .role-selector {
  86. position: absolute;
  87. width: 590rpx;
  88. height: 570rpx;
  89. background: #FFFFFF;
  90. border-radius: 20rpx;
  91. left: 50%;
  92. top: 50%;
  93. transform: translate(-50%, -50%);
  94. }
  95. .role-selector .title {
  96. width: 100%;
  97. height: 50rpx;
  98. font-size: 36rpx;
  99. font-family: PingFangSC-Medium, PingFang SC;
  100. font-weight: 550;
  101. color: #000000;
  102. line-height: 50rpx;
  103. text-align: center;
  104. margin-top: 40rpx;
  105. }
  106. .role-selector .scroll-view {
  107. width: 510rpx;
  108. height: 410rpx;
  109. margin: 30rpx auto 0;
  110. }
  111. .user_text_box {
  112. display: flex;
  113. align-items: center;
  114. width: 510rpx;
  115. height: 100rpx;
  116. background: rgba(233, 234, 236, 0.7);
  117. border-radius: 70rpx;
  118. margin-bottom: 40rpx;
  119. }
  120. .user_text_box .input_text_img {
  121. width: 76rpx;
  122. height: 76rpx;
  123. margin-left: 24rpx;
  124. }
  125. .text_box {
  126. display: flex;
  127. justify-content: space-between;
  128. align-items: center;
  129. width: 366rpx;
  130. height: 64rpx;
  131. margin-left: 10rpx;
  132. }
  133. .user_identity {
  134. text-align: right;
  135. flex-shrink: 0;
  136. width: 130rpx;
  137. font-size: 28rpx;
  138. font-family: PingFangSC-Regular, PingFang SC;
  139. color: #000000;
  140. opacity: .7;
  141. }
  142. .user_name {
  143. width: 230rpx;
  144. font-size: 28rpx;
  145. font-family: PingFangSC-Regular, PingFang SC;
  146. color: #333333;
  147. }
  148. .pitch-on {
  149. background-color: #7AC9D4;
  150. }
  151. .pitch-on .user_name,
  152. .pitch-on .user_identity {
  153. color: #FFFFFF;
  154. }
  155. /* 介绍 */
  156. .introduce {
  157. width: 664rpx;
  158. height: 150rpx;
  159. font-size: 36rpx;
  160. font-family: PingFangSC-Medium, PingFang SC;
  161. font-weight: 500;
  162. color: #333333;
  163. line-height: 50rpx;
  164. margin: 0 auto;
  165. }
  166. .card {
  167. width: 670rpx;
  168. height: 184rpx;
  169. background: #7AC9D4;
  170. border-radius: 20rpx;
  171. margin: 90rpx auto 0;
  172. text-align: center;
  173. padding-top: 36rpx;
  174. box-sizing: border-box;
  175. }
  176. .card .title {
  177. height: 58rpx;
  178. font-size: 42rpx;
  179. font-family: PingFangSC-Medium, PingFang SC;
  180. font-weight: 550;
  181. color: #FFFFFF;
  182. line-height: 58rpx;
  183. margin-bottom: 20rpx;
  184. }
  185. .card .firm {
  186. height: 40rpx;
  187. font-size: 28rpx;
  188. font-family: PingFangSC-Regular, PingFang SC;
  189. font-weight: 400;
  190. color: rgba(255, 255, 255, .8);
  191. line-height: 40rpx;
  192. }
  193. .notarize {
  194. width: 100vw;
  195. text-align: center;
  196. height: 50rpx;
  197. font-size: 36rpx;
  198. font-family: PingFangSC-Medium, PingFang SC;
  199. font-weight: 550;
  200. color: #000000;
  201. line-height: 50rpx;
  202. margin-top: 50rpx;
  203. }
  204. .userID {
  205. width: 100vw;
  206. text-align: center;
  207. height: 44rpx;
  208. font-size: 32rpx;
  209. font-family: PingFangSC-Medium, PingFang SC;
  210. font-weight: 500;
  211. color: #000000;
  212. line-height: 44rpx;
  213. }
  214. .qr-code-URL {
  215. width: 254rpx;
  216. height: 254rpx;
  217. margin: 30rpx auto;
  218. }
  219. .qr-code-URL image {
  220. width: 100%;
  221. height: 100%;
  222. }
  223. /* 问卷调查 */
  224. .surveys-box {
  225. width: 670rpx;
  226. margin: 40rpx auto 0;
  227. }
  228. .surveys-img,
  229. .surveys-img image {
  230. width: 100%;
  231. height: 52rpx;
  232. }
  233. .surveys-content {
  234. width: 100%;
  235. background-color: #FFFFFF;
  236. border-radius: 0px 0px 20rpx 20rpx;
  237. padding: 22rpx 0 40rpx 0;
  238. }
  239. .radio{
  240. display: block;
  241. width: 610rpx !important;
  242. margin-left: 40rpx !important;
  243. word-break: break-all;
  244. }
  245. .radio-label-class{
  246. font-size: 24rpx;
  247. font-family: PingFangSC-Regular, PingFang SC;
  248. font-weight: 400;
  249. color: #333333;
  250. line-height: 34rpx;
  251. opacity: .4;
  252. word-break: break-all;
  253. }
  254. .radio-custom-class{
  255. margin-top: 20rpx;
  256. }
  257. .active-radio-label-class{
  258. color: #55C3D0 !important;
  259. }
  260. .surveys-content-title {
  261. font-size: 28rpx;
  262. font-family: PingFangSC-Medium, PingFang SC;
  263. font-weight: 500;
  264. color: #333333;
  265. line-height: 40rpx;
  266. }
  267. .surveys-content-title text {
  268. height: 34rpx;
  269. font-size: 24rpx;
  270. font-family: PingFangSC-Regular, PingFang SC;
  271. color: #333333;
  272. line-height: 34rpx;
  273. opacity: .4;
  274. }