register.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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. }