login.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. .login {
  2. width: 100%;
  3. min-height: 100vh;
  4. position: relative;
  5. }
  6. .bg {
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. width: 100%;
  11. height: 100%;
  12. }
  13. /* 注册登录 */
  14. .register {
  15. background: #fff;
  16. margin: 60px auto 0;
  17. padding: 5px 110px;
  18. position: relative;
  19. border-radius: 40px;
  20. position: relative;
  21. width: 1200px;
  22. box-sizing: border-box;
  23. }
  24. .re-con-pic {
  25. position: relative;
  26. }
  27. .re-con-pic-title {
  28. position: absolute;
  29. top: 40px;
  30. left: 60px;
  31. font-size: 36px;
  32. font-family: zihun143-zhengkuchaojihei-Regular, zihun143-zhengkuchaojihei;
  33. font-weight: 400;
  34. color: #1AA1E6;
  35. z-index: 1;
  36. }
  37. .re-con-pic image {
  38. width: 500px;
  39. height: 500px;
  40. }
  41. .re-tit {
  42. font-size: 24px;
  43. color: #1AA1E6;
  44. text-align: center;
  45. font-weight: bold;
  46. margin-bottom: 30rpx;
  47. }
  48. .re-con {
  49. margin: 20px auto 0;
  50. margin-left: 120px;
  51. }
  52. .re-li {
  53. width: 260px;
  54. height: 42px;
  55. border: 1px solid #D8DCE6;
  56. border-radius: 4px;
  57. padding: 0 17px;
  58. margin-bottom: 20px;
  59. box-sizing: border-box;
  60. }
  61. /deep/.re-con .uni-select {
  62. width: 260px;
  63. height: 42px;
  64. border: 1px solid #D8DCE6;
  65. border-radius: 4px;
  66. padding: 0 17px;
  67. font-size: 14px;
  68. color: #333;
  69. }
  70. /deep/.re-con .uni-select__input-placeholder {
  71. font-size: 14px;
  72. color: #909399;
  73. }
  74. .sjico {
  75. width: 10px;
  76. height: 15px;
  77. margin-right: 11px;
  78. }
  79. .placeholder {
  80. color: #909399;
  81. }
  82. .re-ipt {
  83. font-size: 14px;
  84. color: #333;
  85. line-height: 34px;
  86. }
  87. .re-li-yzm {
  88. width: 320px;
  89. height: 36px;
  90. padding: 0;
  91. border: none;
  92. justify-content: space-between;
  93. }
  94. .re-li-yzm .re-ipt {
  95. width: 164px;
  96. height: 34px;
  97. border-radius: 4px;
  98. padding: 0 17px;
  99. border: 1px solid #D8DCE6;
  100. }
  101. .send {
  102. width: 103px;
  103. height: 34px;
  104. border: 1px solid var(--main);
  105. border-radius: 4px;
  106. font-size: 14px;
  107. color: var(--main);
  108. text-align: center;
  109. line-height: 34px;
  110. cursor: pointer;
  111. }
  112. .send.gray {
  113. color: #999;
  114. border-color: #999;
  115. cursor: default;
  116. }
  117. .re-btn {
  118. width: 260px;
  119. height: 42px;
  120. background: #1AA1E6;
  121. border-radius: 21px 21px 21px 21px;
  122. font-size: 16px;
  123. color: #fff;
  124. text-align: center;
  125. line-height: 42px;
  126. margin-top: 30px;
  127. cursor: pointer;
  128. }
  129. .re-btn-text {
  130. width: 260px;
  131. height: 20px;
  132. font-size: 14px;
  133. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  134. font-weight: 400;
  135. color: #1AA1E6;
  136. text-align: center;
  137. cursor: pointer;
  138. margin-top: 20px;
  139. }
  140. .re-bot {
  141. background: #EBEBEB;
  142. height: 44px;
  143. font-size: 14px;
  144. color: #666;
  145. padding: 0 40px;
  146. line-height: 44px;
  147. justify-content: space-between;
  148. position: absolute;
  149. left: 0;
  150. right: 0;
  151. bottom: 0;
  152. }
  153. .nowu navigator {
  154. color: var(--main);
  155. }
  156. .re-check {
  157. zoom: .5;
  158. margin-right: 4px;
  159. }
  160. .yzm-box {
  161. width: 115px;
  162. height: 36px;
  163. border-radius: 4px;
  164. background: #B7B7B7;
  165. }
  166. .change-tab {
  167. text-align: center;
  168. margin: 10px 0;
  169. }
  170. .change-tab-item {
  171. border: 1px solid #eeeeee;
  172. padding: 5px 0px;
  173. }
  174. .change-tab .active {
  175. border: 1px solid var(--main);
  176. }
  177. .bottom-content {
  178. z-index: 1;
  179. justify-content: space-between;
  180. margin-top: 30px;
  181. width: 1200px;
  182. box-sizing: border-box;
  183. }
  184. /* 考试公告 */
  185. .note-box {
  186. width: 580px;
  187. height: 150px;
  188. background: #FFFFFF;
  189. border-radius: 20px 20px 20px 20px;
  190. border: 3px solid #FFFFFF;
  191. padding: 16px 30px;
  192. box-sizing: border-box;
  193. }
  194. .note-title {
  195. margin-bottom: 18px;
  196. font-size: 16px;
  197. }
  198. .note-title-icon {
  199. width: 18px;
  200. height: 18px;
  201. margin-right: 10px;
  202. }
  203. .note-item {
  204. justify-content: space-between;
  205. font-size: 12px;
  206. font-weight: 400;
  207. line-height: 24px;
  208. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  209. cursor: pointer;
  210. }
  211. .note-item-content {
  212. color: #666666;
  213. flex: 1;
  214. overflow: hidden;
  215. text-overflow: ellipsis;
  216. white-space: nowrap;
  217. margin-right: 10px;
  218. }
  219. .note-item-content:hover {
  220. text-decoration: underline #666666;
  221. }
  222. .note-item-date {
  223. color: #999999;
  224. }