realNameAuthentication.scss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. /* pages/realNameAuthentication/realNameAuthentication.wxss */
  2. .container {
  3. padding: 0 30rpx;
  4. box-sizing: border-box;
  5. .tips-padding {
  6. height: 60rpx;
  7. }
  8. .tips {
  9. width: 100%;
  10. height: 60rpx;
  11. font-family: 'Source Han Sans CN';
  12. font-weight: 400;
  13. font-size: 24rpx;
  14. color: #FF6B20;
  15. padding: 0 30rpx;
  16. box-sizing: border-box;
  17. background: #FFFFFF;
  18. position: fixed;
  19. left: 0;
  20. top: 0;
  21. z-index: 1;
  22. display: flex;
  23. align-items: center;
  24. }
  25. .content {
  26. .title {
  27. font-family: 'Source Han Sans CN';
  28. font-weight: 500;
  29. font-size: 36rpx;
  30. color: #2E2E30;
  31. margin: 30rpx 0;
  32. }
  33. .image-container {
  34. height: 420rpx;
  35. background: #F6F8FA;
  36. font-family: 'Source Han Sans CN';
  37. font-weight: 500;
  38. font-size: 28rpx;
  39. color: #2E2E30;
  40. display: flex;
  41. align-items: center;
  42. justify-content: center;
  43. flex-direction: column;
  44. margin-bottom: 30rpx;
  45. .image-container-bg {
  46. width: 472.1rpx;
  47. height: 260rpx;
  48. background: #F3F9FE;
  49. border: 24rpx solid #E1F1FF;
  50. margin-bottom: 17.52rpx;
  51. .card-img-container {
  52. height: 100%;
  53. width: 100%;
  54. position: relative;
  55. .corner {
  56. height: 18rpx;
  57. width: 18rpx;
  58. position: absolute;
  59. }
  60. .bottom-left {
  61. left: -4rpx;
  62. bottom: -4rpx;
  63. }
  64. .bottom-right {
  65. right: -4rpx;
  66. bottom: -4rpx;
  67. }
  68. .top-left {
  69. left: -4rpx;
  70. top: -4rpx;
  71. }
  72. .top-right {
  73. right: -4rpx;
  74. top: -4rpx;
  75. }
  76. .card-img {
  77. height: 100%;
  78. width: 100%;
  79. position: relative;
  80. .head-portrait-img, .national-emblem-img {
  81. height: 100%;
  82. width: 100%;
  83. }
  84. .card {
  85. height: 100%;
  86. width: 100%;
  87. display: flex;
  88. align-items: center;
  89. justify-content: space-between;
  90. .headPortraitIcon {
  91. width: 157.92rpx;
  92. height: 110.68rpx;
  93. margin-left: 47.06rpx;
  94. }
  95. .headPortrait {
  96. width: 111.94rpx;
  97. height: 122.28rpx;
  98. margin-right: 55.1rpx;
  99. }
  100. .nationalEmblem {
  101. width: 123.92rpx;
  102. height: 131.02rpx;
  103. margin-left: 37.74rpx;
  104. }
  105. .nationalEmblemIcon {
  106. width: 157.92rpx;
  107. height: 110.68rpx;
  108. margin-right: 33.14rpx;
  109. }
  110. }
  111. .camera {
  112. height: 100%;
  113. width: 100%;
  114. position: absolute;
  115. left: 0;
  116. top: 0;
  117. display: flex;
  118. align-items: center;
  119. justify-content: center;
  120. .camera-image {
  121. width: 132.98rpx;
  122. height: 132.98rpx;
  123. }
  124. }
  125. }
  126. }
  127. }
  128. }
  129. .info-container {
  130. padding: 0 30rpx;
  131. height: 320rpx;
  132. box-sizing: border-box;
  133. .info {
  134. width: 100%;
  135. height: 160rpx;
  136. padding: 0 30rpx;
  137. box-sizing: border-box;
  138. border-bottom: 1rpx solid rgba(197, 199, 202, 0.18);
  139. &:last-child {
  140. border-bottom: none;
  141. }
  142. .info-item {
  143. margin-top: 30rpx;
  144. .label {
  145. font-family: 'Gilroy';
  146. font-weight: 500;
  147. font-size: 24rpx;
  148. color: #3C4761;
  149. }
  150. .input {
  151. font-family: 'Source Han Sans CN';
  152. font-weight: 400;
  153. font-size: 28rpx;
  154. color: #2E2E30;
  155. margin-top: 14rpx;
  156. }
  157. }
  158. }
  159. }
  160. }
  161. .btn-container-padding {
  162. height: 230rpx;
  163. width: 100%;
  164. }
  165. .btn-container {
  166. height: 200rpx;
  167. width: 100%;
  168. background: #FFFFFF;
  169. box-shadow: 0rpx 1rpx 20rpx rgba(0, 0, 0, 0.08);
  170. position: fixed;
  171. left: 0;
  172. bottom: 0;
  173. z-index: 6;
  174. display: flex;
  175. align-items: center;
  176. justify-content: center;
  177. flex-direction: column;
  178. .btn {
  179. width: 690rpx;
  180. height: 88rpx;
  181. background: #F4F6F8;
  182. border-radius: 12rpx;
  183. font-family: 'Source Han Sans CN';
  184. font-weight: 500;
  185. font-size: 28rpx;
  186. color: #C5C7CA;
  187. display: flex;
  188. align-items: center;
  189. justify-content: center;
  190. }
  191. .btn.can-submit {
  192. color: #FFFFFF;
  193. background: #3975F9;
  194. }
  195. .btn-container-tips {
  196. font-family: 'Gilroy';
  197. font-weight: 500;
  198. font-size: 24rpx;
  199. color: #C5C7CA;
  200. margin-top: 24rpx;
  201. }
  202. }
  203. }