common.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. /* 登录页 */
  2. .public_top_left>div>div {
  3. top: -1px !important;
  4. }
  5. .public_nav h1 {
  6. font-size: 22px;
  7. color: #BFBFBF;
  8. float: left;
  9. margin-left: 10px;
  10. margin-top: 48px;
  11. line-height: 22px;
  12. border-left: 2px solid #EEEEEE;
  13. padding-left: 10px;
  14. }
  15. .warp_login {
  16. width: 100%;
  17. height: 621px;
  18. overflow: hidden;
  19. }
  20. .login {
  21. margin-top: 30px;
  22. height: 457px;
  23. border-radius: 10px;
  24. background: #fff;
  25. display: flex;
  26. justify-content: center;
  27. }
  28. .login_img {
  29. float: left;
  30. margin: 55px 264px 28px 149px;
  31. }
  32. .login_right {
  33. width: 330px;
  34. float: left;
  35. margin: 84px auto 0;
  36. }
  37. .login_form h2 {
  38. font-size: 22px;
  39. color: #1C1C1C;
  40. font-weight: bold;
  41. margin-bottom: 22px;
  42. }
  43. .login_form h2 span {
  44. font-size: 9px;
  45. color: #1C1C1C;
  46. font-weight: 100;
  47. padding-left: 5px;
  48. }
  49. .username,
  50. .password,
  51. .password-one,
  52. .phonenumber,
  53. .sms_code {
  54. position: relative;
  55. height: 60px;
  56. }
  57. .username img,
  58. .password img,
  59. .password-one img,
  60. .phonenumber img,
  61. .sms_code img {
  62. position: absolute;
  63. width: 16px;
  64. height: 16px;
  65. top: 11px;
  66. left: 8px;
  67. }
  68. .login_form p {
  69. display: none;
  70. font-size: 12px;
  71. color: #FC5351;
  72. line-height: 30px;
  73. }
  74. input.submit {
  75. font-size: 17px;
  76. color: #fff;
  77. width: 320px;
  78. height: 44px;
  79. border: none;
  80. background: #51a7ff;
  81. margin-top: 16px;
  82. cursor: pointer;
  83. border-radius: 5px;
  84. }
  85. .remember span {
  86. font-size: 12px;
  87. position: relative;
  88. top: -2px;
  89. }
  90. .remember input {
  91. display: none;
  92. }
  93. .remember input[type="checkbox"]:checked+label {
  94. background: url(../images/icon/hook-02.png) no-repeat;
  95. background-size: 14px 14px;
  96. }
  97. .remember label {
  98. display: inline-block;
  99. width: 14px;
  100. height: 14px;
  101. background: url(../images/icon/hook-01.png) no-repeat;
  102. background-size: 14px 14px;
  103. }
  104. .login_bottom a {
  105. font-size: 12px;
  106. margin-top: 12px;
  107. }
  108. .login_bottom a:hover {
  109. color: #51a7ff;
  110. text-decoration: underline;
  111. }
  112. .login_bottom a:first-child {
  113. float: left;
  114. }
  115. .login_bottom a:first-child+a {
  116. float: right;
  117. }
  118. /* .footer ul{
  119. background: #fff !important;
  120. color: #494949;
  121. }
  122. .footer ul a{color: #494949;} */
  123. /* 注册 */
  124. #userreg_form span {
  125. font-size: 12px;
  126. /* color: #a0a0a0; */
  127. }
  128. #userreg_form span a:hover {
  129. color: #51a7ff;
  130. }
  131. .form_right {
  132. width: 330px;
  133. float: left;
  134. margin-top: 84px;
  135. }
  136. .userreg_right {
  137. margin-top: 50px !important;
  138. }
  139. .phonereg_right {
  140. margin-top: 40px !important;
  141. display: block;
  142. }
  143. .phonereg_right input.submit {
  144. margin-top: 12px !important;
  145. }
  146. .sms_code input {
  147. float: left;
  148. }
  149. input.w130 {
  150. width: 100px !important;
  151. margin-right: 12px;
  152. }
  153. input.getCodeone {
  154. width: 80px;
  155. height: 33px;
  156. color: #fff;
  157. background: #51a7ff;
  158. border: none;
  159. border-radius: 5px;
  160. cursor: pointer;
  161. }
  162. #TencentCaptcha {
  163. width: 80px;
  164. height: 33px;
  165. color: #fff;
  166. background: #D2D2D2;
  167. border: none;
  168. border-radius: 5px;
  169. cursor: pointer;
  170. }
  171. #phonereg_form span {
  172. font-size: 12px;
  173. margin-bottom: 12px;
  174. }
  175. #phonereg_form span a:hover {
  176. color: #51a7ff;
  177. }
  178. /* 忘记密码 */
  179. .warp_forgetpd {
  180. width: 100%;
  181. height: 521px;
  182. background: #F6F7F7;
  183. }
  184. .forgetpd {
  185. height: 457px;
  186. width: 100%;
  187. background: #fff;
  188. margin-top: 30px;
  189. border-radius: 10px;
  190. display: inline-block;
  191. }
  192. .rebinding-box {
  193. width: 1049px;
  194. margin: auto;
  195. }
  196. .rebinding-box .box-title {
  197. background: url(../images/icon/bg-1.png) no-repeat;
  198. }
  199. .rebinding-box .box-title {
  200. width: 160px;
  201. height: 34px;
  202. margin: auto;
  203. text-align: center;
  204. margin-top: 43px;
  205. margin-bottom: 26px;
  206. }
  207. .box-timeline {
  208. border-top: 1px solid #eee;
  209. width: 100%;
  210. margin: 0 auto;
  211. text-align: center;
  212. }
  213. .mtb5 {
  214. margin: 5px 0;
  215. font-size: 20px;
  216. line-height: 32px;
  217. color: #fff;
  218. }
  219. ul.text-center {
  220. width: 884px;
  221. margin: auto;
  222. overflow: auto;
  223. margin-top: 20px;
  224. }
  225. /* 公共样式 */
  226. .step1,
  227. .step2,
  228. .step3,
  229. .step4 {
  230. float: left;
  231. width: 100px;
  232. font-size: 14px;
  233. position: relative;
  234. margin-right: 60px;
  235. margin-left: 60px;
  236. color: #B2B2B2;
  237. }
  238. .step1 .box-outside,
  239. .step2 .box-outside,
  240. .step3 .box-outside,
  241. .step4 .box-outside {
  242. width: 38px;
  243. height: 38px;
  244. border-radius: 50%;
  245. line-height: 37px;
  246. margin: 10px auto;
  247. /* display: flex;
  248. display: -webkit-flex; */
  249. align-items: center;
  250. background-color: #d7d7d7;
  251. }
  252. .step1 .box-num,
  253. .step2 .box-num,
  254. .step3 .box-num,
  255. .step4 .box-num {
  256. width: 26px;
  257. height: 26px;
  258. display: inline-block;
  259. line-height: 26px;
  260. vertical-align: middle;
  261. /* margin: 14px auto; */
  262. border-radius: 50%;
  263. color: #fff;
  264. background-color: #999;
  265. }
  266. .step1 .box-num::before,
  267. .step2 .box-num::before,
  268. .step3 .box-num::before,
  269. .step4 .box-num::before {
  270. content: "";
  271. position: absolute;
  272. height: 3px;
  273. width: 88px;
  274. background-color: #EEEEEE;
  275. top: 26px;
  276. right: 73px;
  277. z-index: 2;
  278. }
  279. .step1 .box-num::after,
  280. .step2 .box-num::after,
  281. .step3 .box-num::after,
  282. .step4 .box-num::after {
  283. content: "";
  284. position: absolute;
  285. height: 3px;
  286. width: 88px;
  287. background-color: #EEEEEE;
  288. top: 26px;
  289. left: 71px;
  290. z-index: 2;
  291. }
  292. /* 当前样式 */
  293. .step1.current,
  294. .step2.current,
  295. .step3.current,
  296. .step4.current {
  297. color: #51a7ff;
  298. }
  299. .step1.current .box-outside,
  300. .step2.current .box-outside,
  301. .step3.current .box-outside,
  302. .step4.current .box-outside {
  303. background-color: #a3d7ef;
  304. }
  305. .step1.current .box-num,
  306. .step2.current .box-num,
  307. .step3.current .box-num,
  308. .step4.current .box-num {
  309. background-color: #51a7ff;
  310. }
  311. .step1.current .box-num::before,
  312. .step2.current .box-num::before,
  313. .step3.current .box-num::before,
  314. .step4.current .box-num::before,
  315. .step2.pass .box-num::before,
  316. .step3.pass .box-num::before,
  317. .step1.pass .box-num::before {
  318. content: "";
  319. position: absolute;
  320. height: 3px;
  321. width: 88px;
  322. background-color: #51a7ff;
  323. top: 26px;
  324. right: 73px;
  325. z-index: 2;
  326. }
  327. .step1.current .box-num::after,
  328. .step2.current .box-num::after,
  329. .step3.current .box-num::after,
  330. .step4.current .box-num::after,
  331. .step2.pass .box-num::after,
  332. .step3.pass .box-num::after,
  333. .step1.pass .box-num::after {
  334. content: "";
  335. position: absolute;
  336. height: 3px;
  337. width: 88px;
  338. background-color: #51a7ff;
  339. top: 26px;
  340. left: 71px;
  341. z-index: 2;
  342. }
  343. /* 已完成样式 */
  344. .step2.pass,
  345. .step3.pass,
  346. .step1.pass {
  347. color: #51a7ff;
  348. }
  349. .step2.pass .box-outside,
  350. .step3.pass .box-outside,
  351. .step1.pass .box-outside {
  352. background-color: #a3d7ef;
  353. }
  354. .step2.pass .box-num,
  355. .step3.pass .box-num,
  356. .step1.pass .box-num {
  357. background-color: #51a7ff;
  358. }
  359. /* 忘记密码内容 */
  360. /* 确认账号 */
  361. /* .rebinding-box .twobox-form{display: none;}
  362. .rebinding-box .threebox-form{display: none;} */
  363. .rebinding-box div[class*=box-form] {
  364. width: 100%;
  365. margin: auto;
  366. margin-top: 58px;
  367. }
  368. .oneform,
  369. .reset_password {
  370. width: 284px;
  371. margin: auto;
  372. }
  373. .oneform input,
  374. .reset_password input {
  375. width: 232px;
  376. height: 39px;
  377. font-size: 14px;
  378. border: 1px solid #DCDCDC;
  379. padding-left: 50px;
  380. border-radius: 2px;
  381. line-height: 41px;
  382. }
  383. .username_not_exist,
  384. .new_password_erro,
  385. .again_error {
  386. color: #FC5350;
  387. font-size: 12px;
  388. line-height: 29px;
  389. display: none;
  390. }
  391. .warp_username,
  392. .new_password,
  393. .again_password {
  394. width: 100%;
  395. height: 70px;
  396. }
  397. .oneform button,
  398. .reset_password button {
  399. width: 284px;
  400. height: 41px;
  401. background: #51a7ff;
  402. border: navajowhite;
  403. border-radius: 2px;
  404. font-size: 18px;
  405. color: #fff;
  406. cursor: pointer;
  407. }
  408. .input_img,
  409. .new_password div,
  410. .again_password div {
  411. width: 42px;
  412. height: 41px;
  413. text-align: center;
  414. background: #DCDCDC;
  415. border-radius: 2px;
  416. position: absolute;
  417. }
  418. .input_img img,
  419. .new_password img,
  420. .again_password img {
  421. width: 21px;
  422. height: 21px;
  423. margin-top: 10px;
  424. }
  425. button:focus,
  426. button:active {
  427. ​border: none;
  428. outline: none;
  429. }
  430. .threebox-form {
  431. margin-top: 30px !important;
  432. }
  433. /* 验证身份 */
  434. .twobox-form {
  435. margin-top: 0px !important;
  436. }
  437. .verification {
  438. width: 491px;
  439. margin: auto;
  440. margin-top: 30px;
  441. }
  442. .verification p {
  443. font-size: 14px;
  444. color: #494949;
  445. }
  446. .verification p span {
  447. color: #ff730c;
  448. }
  449. .verification div {
  450. width: 491px;
  451. height: 60px;
  452. border: 1px solid #eee;
  453. margin-top: 12px;
  454. }
  455. .verification div p {
  456. line-height: 60px;
  457. float: left;
  458. margin-left: 20px;
  459. }
  460. .verification div p span {
  461. color: #FC5350;
  462. }
  463. .verification div .bind {
  464. width: 85px;
  465. height: 25px;
  466. float: right;
  467. margin: 18px;
  468. background: #fff;
  469. border: 1px solid #51a7ff;
  470. color: #51a7ff;
  471. cursor: pointer;
  472. border-radius: 2px;
  473. }
  474. .verification div .no_bind {
  475. width: 85px;
  476. height: 25px;
  477. float: right;
  478. margin: 18px;
  479. background: #ccc;
  480. border: 1px solid #ccc;
  481. color: #fff;
  482. cursor: pointer;
  483. border-radius: 2px;
  484. }
  485. .verification div .bind:hover {
  486. background: #51a7ff;
  487. color: #fff;
  488. }
  489. .verification a {
  490. font-size: 12px;
  491. color: #B2B2B2;
  492. line-height: 32px;
  493. }
  494. .no_use {
  495. float: right;
  496. }
  497. .verification a:hover {
  498. color: #51a7ff;
  499. }
  500. .mailbox_validation,
  501. .phone_validation {
  502. width: 331px;
  503. margin: auto;
  504. margin-top: 30px;
  505. display: none;
  506. }
  507. .mailbox_validation p,
  508. .phone_validation p {
  509. font-size: 14px;
  510. color: #494949;
  511. }
  512. .mailbox_validation p span,
  513. .phone_validation p span {
  514. color: #FF730C;
  515. }
  516. .bind_num {
  517. font-size: 12px !important;
  518. margin: 16px 0;
  519. }
  520. .get_code span {
  521. font-size: 12px;
  522. line-height: 41px;
  523. }
  524. .get_code input {
  525. width: 164px;
  526. height: 35px;
  527. padding-left: 9px;
  528. border: 1px solid #DCDCDC;
  529. border-radius: 2px;
  530. }
  531. .get_code button {
  532. width: 93px;
  533. height: 40px;
  534. background: #51a7ff;
  535. border: none;
  536. color: #fff;
  537. font-size: 12px;
  538. margin-left: 3px;
  539. border-radius: 2px;
  540. cursor: pointer;
  541. }
  542. .mail_code_erro,
  543. .phone_code_erro {
  544. color: #FC5350 !important;
  545. font-size: 12px !important;
  546. line-height: 29px;
  547. padding-left: 53px;
  548. display: none;
  549. }
  550. .get_code {
  551. height: 70px;
  552. }
  553. button#twobtn {
  554. width: 331px;
  555. height: 40px;
  556. font-size: 18px;
  557. color: #fff;
  558. background: #51a7ff;
  559. border: 0;
  560. border-radius: 2px;
  561. cursor: pointer;
  562. }
  563. .mailbox_validation a,
  564. .phone_validation a {
  565. font-size: 12px;
  566. color: #b2b2b2;
  567. line-height: 29px;
  568. }
  569. .mailbox_validation a:hover,
  570. .phone_validation a:hover {
  571. color: #51a7ff;
  572. }
  573. .cutdown {
  574. background: #D2D2D2 !important;
  575. }
  576. /* 重置完成 */
  577. .fourbox-form {
  578. /* display: none; */
  579. margin-top: 30px !important;
  580. }
  581. .reset_success {
  582. width: 150px;
  583. margin: auto;
  584. text-align: center;
  585. }
  586. .reset_success p {
  587. font-size: 14px;
  588. }
  589. .reset_success .count_down {
  590. font-size: 12px;
  591. color: #b2b2b2;
  592. margin: 16px 0;
  593. }
  594. .reset_success a {
  595. font-size: 16px;
  596. color: #fff;
  597. background: #51a7ff;
  598. padding: 12px 35px;
  599. border-radius: 2px;
  600. display: block;
  601. }
  602. .reset_success a:hover {
  603. color: #fff !important;
  604. }
  605. .fail {
  606. color: #b2b2b2 !important;
  607. }
  608. .login_form input[type="text"] {
  609. width: 290px;
  610. height: 37px;
  611. font-size: 12px;
  612. padding-left: 30px;
  613. border: 1px solid #DCDCDC;
  614. border-radius: 5px;
  615. line-height: 33px;
  616. }
  617. .login_form input[type="password"] {
  618. width: 290px;
  619. height: 37px;
  620. font-size: 12px;
  621. padding-left: 30px;
  622. border: 1px solid #DCDCDC;
  623. border-radius: 5px;
  624. line-height: 33px;
  625. }