login.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  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: 0.6rem auto 0;
  17. padding: 0.6rem 1.1rem;
  18. position: relative;
  19. border-radius: 0.4rem;
  20. position: relative;
  21. width: 12rem;
  22. box-sizing: border-box;
  23. }
  24. .re-con-pic {
  25. position: relative;
  26. }
  27. .re-con-pic-title {
  28. position: absolute;
  29. top: 0.4rem;
  30. left: 0.6rem;
  31. font-size: 0.36rem;
  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: 5.63rem;
  39. height: 4.27rem;
  40. }
  41. .re-tit {
  42. font-size: 0.24rem;
  43. color: #1AA1E6;
  44. text-align: center;
  45. font-weight: bold;
  46. margin-bottom: 30rpx;
  47. }
  48. .re-con {
  49. margin: 0.2rem auto 0;
  50. margin-left: 1.2rem;
  51. }
  52. .re-li {
  53. width: 2.6rem;
  54. height: 0.42rem;
  55. border: 0.01rem solid #D8DCE6;
  56. border-radius: 0.04rem;
  57. padding: 0 0.17rem;
  58. margin-bottom: 0.2rem;
  59. box-sizing: border-box;
  60. }
  61. /deep/.re-con .uni-select {
  62. width: 2.6rem;
  63. height: 0.42rem;
  64. border: 0.01rem solid #D8DCE6;
  65. border-radius: 0.04rem;
  66. padding: 0 0.17rem;
  67. font-size: 0.14rem;
  68. color: #333;
  69. }
  70. /deep/.re-con .uni-select__input-placeholder {
  71. font-size: 0.14rem;
  72. color: #909399;
  73. }
  74. /deep/.uni-icons{
  75. font-size: 0.14rem !important;
  76. }
  77. /deep/.uni-select__selector{
  78. box-sizing: border-box;
  79. position: absolute;
  80. top: calc(100% + 0.12rem);
  81. left: 0;
  82. width: 100%;
  83. background-color: #FFFFFF;
  84. border: 1px solid #EBEEF5;
  85. border-radius: 0.06rem;
  86. box-shadow: 0 0.02rem 0.12rem 0 rgb(0 0 0 / 10%);
  87. z-index: 3;
  88. padding: 0.04rem 0;
  89. }
  90. /deep/.uni-popper__arrow {
  91. -webkit-filter: drop-shadow(0 0.02rem 0.12rem rgba(0, 0, 0, 0.03));
  92. filter: drop-shadow(0 0.02rem 0.12rem rgba(0, 0, 0, 0.03));
  93. top: -0.06rem;
  94. left: 10%;
  95. margin-right: 0.03rem;
  96. border-top-width: 0;
  97. border-bottom-color: #EBEEF5;
  98. }
  99. /deep/.uni-popper__arrow::after {
  100. content: " ";
  101. top: 0.01rem;
  102. margin-left: -0.06rem;
  103. border-top-width: 0;
  104. border-bottom-color: #fff;
  105. }
  106. /deep/.uni-popper__arrow{
  107. position: absolute;
  108. display: block;
  109. width: 0;
  110. height: 0;
  111. border-color: transparent;
  112. border-style: solid;
  113. border-width: 0.06rem;
  114. }
  115. /deep/.uni-popper__arrow::after {
  116. position: absolute;
  117. display: block;
  118. width: 0;
  119. height: 0;
  120. border-color: transparent;
  121. border-style: solid;
  122. border-width: 0.06rem;
  123. }
  124. /deep/.uni-select__input-box{
  125. height: 0.35rem;
  126. position: relative;
  127. display: flex;
  128. flex: 1;
  129. flex-direction: row;
  130. align-items: center;
  131. }
  132. /deep/.uni-select__selector-scroll {
  133. max-height: 2rem;
  134. box-sizing: border-box;
  135. }
  136. /deep/.uni-select__selector-item{
  137. display: flex;
  138. cursor: pointer;
  139. line-height: 0.35rem;
  140. font-size: 0.14rem;
  141. text-align: center;
  142. padding: 0rem 0.1rem;
  143. }
  144. .sjico {
  145. width: 0.1rem;
  146. height: 0.15rem;
  147. margin-right: 0.11rem;
  148. }
  149. .placeholder {
  150. color: #909399;
  151. }
  152. .re-ipt {
  153. font-size: 0.14rem;
  154. color: #333;
  155. line-height: 0.34rem;
  156. }
  157. .re-li-yzm {
  158. width: 3.2rem;
  159. height: 0.36rem;
  160. padding: 0;
  161. border: none;
  162. justify-content: space-between;
  163. }
  164. .re-li-yzm .re-ipt {
  165. width: 1.64rem;
  166. height: 0.34rem;
  167. border-radius: 0.04rem;
  168. padding: 0 0.17rem;
  169. border: 0.01rem solid #D8DCE6;
  170. }
  171. .send {
  172. width: 1.03rem;
  173. height: 0.34rem;
  174. border: 0.01rem solid var(--main);
  175. border-radius: 0.04rem;
  176. font-size: 0.14rem;
  177. color: var(--main);
  178. text-align: center;
  179. line-height: 0.34rem;
  180. cursor: pointer;
  181. }
  182. .send.gray {
  183. color: #999;
  184. border-color: #999;
  185. cursor: default;
  186. }
  187. .re-btn {
  188. width: 2.6rem;
  189. height: 0.42rem;
  190. background: #1AA1E6;
  191. border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
  192. font-size: 0.16rem;
  193. color: #fff;
  194. text-align: center;
  195. line-height: 0.42rem;
  196. margin-top: 0.3rem;
  197. cursor: pointer;
  198. }
  199. .re-btn-text {
  200. width: 2.6rem;
  201. height: 0.2rem;
  202. font-size: 0.14rem;
  203. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  204. font-weight: 400;
  205. color: #1AA1E6;
  206. text-align: center;
  207. cursor: pointer;
  208. margin-top: 0.2rem;
  209. }
  210. .re-bot {
  211. background: #EBEBEB;
  212. height: 0.44rem;
  213. font-size: 0.14rem;
  214. color: #666;
  215. padding: 0 0.4rem;
  216. line-height: 0.44rem;
  217. justify-content: space-between;
  218. position: absolute;
  219. left: 0;
  220. right: 0;
  221. bottom: 0;
  222. }
  223. .nowu navigator {
  224. color: var(--main);
  225. }
  226. .re-check {
  227. zoom: .5;
  228. margin-right: 0.04rem;
  229. }
  230. .yzm-box {
  231. width: 1.15rem;
  232. height: 0.36rem;
  233. border-radius: 0.04rem;
  234. background: #B7B7B7;
  235. }
  236. .change-tab {
  237. text-align: center;
  238. margin: 0.1rem 0;
  239. }
  240. .change-tab-item {
  241. border: 0.01rem solid #eeeeee;
  242. padding: 0.05rem 0rem;
  243. }
  244. .change-tab .active {
  245. border: 0.01rem solid var(--main);
  246. }
  247. .bottom-content {
  248. z-index: 1;
  249. justify-content: space-between;
  250. margin-top: 0.3rem;
  251. width: 12rem;
  252. box-sizing: border-box;
  253. }
  254. /* 考试公告 */
  255. .note-box {
  256. width: 5.8rem;
  257. height: 1.5rem;
  258. background: #FFFFFF;
  259. border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  260. border: 0.03rem solid #FFFFFF;
  261. padding: 0.16rem 0.3rem;
  262. box-sizing: border-box;
  263. }
  264. .note-title {
  265. margin-bottom: 0.18rem;
  266. font-size: 0.16rem;
  267. }
  268. .note-title-icon {
  269. width: 0.18rem;
  270. height: 0.18rem;
  271. margin-right: 0.1rem;
  272. }
  273. .note-item {
  274. justify-content: space-between;
  275. font-size: 0.12rem;
  276. font-weight: 400;
  277. line-height: 0.24rem;
  278. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  279. cursor: pointer;
  280. }
  281. .note-item-content {
  282. color: #666666;
  283. flex: 1;
  284. overflow: hidden;
  285. text-overflow: ellipsis;
  286. white-space: nowrap;
  287. margin-right: 0.1rem;
  288. }
  289. .note-item-content:hover {
  290. text-decoration: underline #666666;
  291. }
  292. .note-item-date {
  293. color: #999999;
  294. }
  295. /* 弹窗 */
  296. .popup-box{
  297. width: 7.22rem;
  298. min-height: 3.26rem;
  299. background: #FFFFFF;
  300. box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(81,0,0,0.1);
  301. border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  302. opacity: 1;
  303. border: 0.03rem solid #FFFFFF;
  304. }
  305. .popup-top{
  306. height: 0.65rem;
  307. line-height: 0.65rem;
  308. padding: 0 0.25rem 0 0.17rem;
  309. border-bottom: 0.01rem solid #EBEBEB;
  310. font-size: 0.14rem;
  311. justify-content: space-between;
  312. }
  313. .popup-top image{
  314. width: 0.29rem;
  315. height: 0.29rem;
  316. cursor: pointer;
  317. }
  318. .popup-content{
  319. text-align: center;
  320. font-size: 0.16rem;
  321. margin-top: 0.3rem;
  322. }
  323. .popup-bottom{
  324. margin-top: 0.3rem;
  325. justify-content: center;
  326. margin-bottom: 0.3rem;
  327. }
  328. .popup-btn1{
  329. width: 1.46rem;
  330. height: 0.42rem;
  331. line-height: 0.42rem;
  332. border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
  333. opacity: 1;
  334. border: 0.01rem solid #999999;
  335. text-align: center;
  336. cursor: pointer;
  337. }
  338. .popup-btn2{
  339. width: 1.46rem;
  340. height: 0.42rem;
  341. line-height: 0.42rem;
  342. border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
  343. opacity: 1;
  344. border: 0.01rem solid #DF230F;
  345. margin-left: 0.3rem;
  346. text-align: center;
  347. color: #DF230F;
  348. cursor: pointer;
  349. }