bar.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753
  1. body, html, div {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .navigation-bar {
  6. display: flex;
  7. position: fixed;
  8. place-items: center;
  9. top: 0;
  10. height: 80px;
  11. width: 100%;
  12. z-index: 11;
  13. background-color: #000000;
  14. }
  15. .nav-body {
  16. height: 100%;
  17. width: 1170px;
  18. margin: auto auto;
  19. display: flex;
  20. justify-content: space-between;
  21. grid-template-columns: 135px 1fr 150px;
  22. }
  23. .nav-logo {
  24. max-width: 135px;
  25. cursor: pointer;
  26. margin: auto 20px;
  27. }
  28. .nav-logo img {
  29. max-height: 80px;
  30. }
  31. .nav-search {
  32. width: 450px;
  33. height: 40px;
  34. margin: auto auto;
  35. display: flex;
  36. border: none;
  37. }
  38. .nav-search form {
  39. display: flex;
  40. }
  41. .nav-search-div .search-input {
  42. width: 370px;
  43. height: 40px;
  44. /*/ / padding-left: 15 px;*/
  45. padding: 0 0 0 15px;
  46. font-size: 14px;
  47. border: none;
  48. outline: none;
  49. border-radius: 5px 0 0 5px;
  50. }
  51. .search-btn {
  52. width: 70px;
  53. height: 40px;
  54. outline: none;
  55. margin: 0;
  56. border: none;
  57. background: #1475fa;
  58. border-radius: 0 5px 5px 0;
  59. display: flex;
  60. justify-content: center;
  61. align-items: center;
  62. }
  63. .search-btn:hover {
  64. border: none;
  65. cursor: pointer;
  66. }
  67. .search-btn:active {
  68. border: none;
  69. background: #1470da;
  70. cursor: pointer;
  71. }
  72. .search-btn .search-btn-icon {
  73. width: 22px;
  74. height: 22px;
  75. color: white;
  76. }
  77. .nav-user {
  78. display: flex;
  79. justify-content: right;
  80. margin: auto 20px;
  81. height: 70px;
  82. color: white;
  83. }
  84. .nav-user-menu {
  85. display: flex;
  86. justify-content: center;
  87. align-items: center;
  88. width: 48px;
  89. margin-left: 30px;
  90. }
  91. .nav-user-icon-bg {
  92. min-width: 35px;
  93. min-height: 35px;
  94. border-radius: 50%;
  95. background: #1d1d1d;
  96. margin-right: 5px;
  97. display: flex;
  98. justify-content: center;
  99. align-items: center;
  100. cursor: pointer;
  101. }
  102. .nav-top {
  103. padding-top: 80px;
  104. }
  105. /*登录*/
  106. .login-center {
  107. display: inline-block;
  108. margin: 10% auto 0 auto;
  109. }
  110. .login-content {
  111. display: inline-block;
  112. width: 437px;
  113. height: 430px;
  114. background-color: transparent;
  115. padding: 10px 0;
  116. }
  117. .login-content form {
  118. height: 390px;
  119. margin: 20px 0;
  120. }
  121. .login-from {
  122. width: 400px;
  123. height: 370px;
  124. border-radius: 25px;
  125. padding-left: 100px;
  126. padding-top: 20px;
  127. background: white;
  128. color: #333333;
  129. }
  130. .login-select {
  131. display: flex;
  132. justify-content: center;
  133. border-radius: 20px;
  134. width: 308px;
  135. margin: 10px auto;
  136. background: #e8e8e8;
  137. color: #888888;
  138. font-size: 16px;
  139. font-weight: bold;
  140. }
  141. .login-select-item {
  142. width: 112px;
  143. height: 40px;
  144. cursor: pointer;
  145. line-height: 40px;
  146. padding: 0 3px;
  147. }
  148. .login-select-item span {
  149. z-index: -2;
  150. }
  151. .login-select-phone {
  152. border-radius: 20px 0 0 20px;
  153. }
  154. .login-select-wx {
  155. border-radius: 0 20px 20px 0;
  156. }
  157. .select-item {
  158. border-radius: 20px;
  159. z-index: 2;
  160. }
  161. .select-item2 {
  162. position: absolute;
  163. width: 103px;
  164. height: 40px;
  165. background: rgba(255, 255, 255, 1);
  166. border-radius: 20px;
  167. box-shadow: #888888 0 0 5px;
  168. transition: margin-left 0.2s ease-in-out;
  169. z-index: 0;
  170. }
  171. .login-type-phone {
  172. }
  173. .login-phone {
  174. display: flex;
  175. justify-content: center;
  176. margin: 50px auto 20px auto;
  177. width: 300px;
  178. }
  179. .login-phone-input {
  180. height: 32px;
  181. width: 290px;
  182. border-radius: 15px;
  183. border: 2px #dddddd solid;
  184. padding: 3px 10px;
  185. background-color: transparent;
  186. }
  187. .login-phone-input input {
  188. height: 32px;
  189. width: 280px;
  190. background: transparent;
  191. border: transparent 0;
  192. font-size: 18px;
  193. outline: none;
  194. text-security: disc;
  195. }
  196. .login-phone-input
  197. :active {
  198. border: transparent 0;
  199. }
  200. .login-phone-code {
  201. display: flex;
  202. justify-content: center;
  203. margin: 0 auto 20px auto;
  204. width: 308px;
  205. }
  206. .login-phone-code-input {
  207. height: 32px;
  208. width: 150px;
  209. border-radius: 15px;
  210. border: 2px #dddddd solid;
  211. padding: 3px 10px;
  212. background-color: transparent;
  213. }
  214. .login-phone-code-input input {
  215. height: 32px;
  216. width: 140px;
  217. background: transparent;
  218. border: transparent 0;
  219. font-size: 18px;
  220. outline: none;
  221. }
  222. .login-phone-code-input :active {
  223. border: transparent 0;
  224. }
  225. .login-phone-code-btn {
  226. margin-left: 20px;
  227. height: 42px;
  228. width: 120px;
  229. user-select: none;
  230. border-radius: 15px;
  231. background: #0971ef;
  232. color: #dddddd;
  233. line-height: 42px;
  234. font-size: 16px;
  235. font-weight: bold;
  236. cursor: pointer;
  237. }
  238. .login-email {
  239. display: flex;
  240. justify-content: center;
  241. margin: 20px auto 20px auto;
  242. width: 300px;
  243. }
  244. .login-email-input {
  245. height: 32px;
  246. width: 290px;
  247. border-radius: 15px;
  248. border: 2px #dddddd solid;
  249. padding: 3px 10px;
  250. background-color: transparent;
  251. }
  252. .login-email-input input {
  253. height: 32px;
  254. width: 280px;
  255. background: transparent;
  256. border: transparent 0;
  257. font-size: 18px;
  258. outline: none;
  259. text-security: disc;
  260. }
  261. .login-email-input:active {
  262. border: transparent 0;
  263. }
  264. .login-btn {
  265. height: 42px;
  266. border-radius: 15px;
  267. width: 300px;
  268. margin: 30px auto;
  269. background: #0971ef;
  270. }
  271. .login-btn-div {
  272. cursor: pointer;
  273. user-select: none;
  274. color: #dddddd;
  275. font-size: 18px;
  276. line-height: 42px;
  277. font-weight: bold;
  278. }
  279. .login-type-email {
  280. padding-top: 20px;
  281. }
  282. .login-email {
  283. display: flex;
  284. justify-content: center;
  285. margin: 20px auto 20px auto;
  286. width: 300px;
  287. }
  288. .login-email-input {
  289. height: 32px;
  290. width: 290px;
  291. border-radius: 15px;
  292. border: 2px #dddddd solid;
  293. padding: 3px 10px;
  294. background-color: transparent;
  295. }
  296. .login-email-input input {
  297. height: 32px;
  298. width: 280px;
  299. background: transparent;
  300. border: transparent 0;
  301. font-size: 18px;
  302. outline: none;
  303. text-security: disc;
  304. }
  305. .login-email-input
  306. :active {
  307. border: transparent 0;
  308. }
  309. .login-email-code {
  310. display: flex;
  311. justify-content: center;
  312. margin: 0 auto 20px auto;
  313. width: 308px;
  314. }
  315. .login-email-code-input {
  316. height: 32px;
  317. width: 150px;
  318. border-radius: 15px;
  319. border: 2px #dddddd solid;
  320. padding: 3px 10px;
  321. background-color: transparent;
  322. }
  323. .login-email-code-input input {
  324. height: 32px;
  325. width: 140px;
  326. background: transparent;
  327. border: transparent 0;
  328. font-size: 20px;
  329. outline: none;
  330. }
  331. .login-email-code-input:active {
  332. border: transparent 0;
  333. }
  334. .login-email-code-btn {
  335. margin-left: 20px;
  336. height: 42px;
  337. width: 120px;
  338. user-select: none;
  339. border-radius: 15px;
  340. background: #0971ef;
  341. color: #dddddd;
  342. line-height: 42px;
  343. font-size: 16px;
  344. font-weight: bold;
  345. cursor: pointer;
  346. }
  347. .login-btn {
  348. height: 42px;
  349. border-radius: 15px;
  350. width: 300px;
  351. margin: 30px auto;
  352. background: #0971ef;
  353. }
  354. .login-btn-div {
  355. cursor: pointer;
  356. user-select: none;
  357. color: #dddddd;
  358. font-size: 18px;
  359. line-height: 42px;
  360. font-weight: bold;
  361. }
  362. .login-type-wx {
  363. }
  364. .login-wx-refresh {
  365. cursor: pointer;
  366. user-select: none;
  367. width: 125px;
  368. margin: 10px auto 5px auto;
  369. display: flex;
  370. justify-content: center;
  371. align-items: center;
  372. height: 25px;
  373. font-weight: bold;
  374. color: #888888;
  375. }
  376. .login-wx-refresh-icon {
  377. }
  378. .login-wx-refresh-icon img {
  379. display: flex;
  380. justify-content: center;
  381. align-items: center;
  382. width: 25px;
  383. height: 25px;
  384. }
  385. .login-wx-refresh-text {
  386. font-size: 20px;
  387. line-height: 25px;
  388. }
  389. .login-wx-tip {
  390. margin: 0;
  391. padding: 0;
  392. font-size: 14px;
  393. display: inline-block;
  394. font-weight: bolder;
  395. color: #555555;
  396. }
  397. .login-wx-image {
  398. width: 180px;
  399. height: 180px;
  400. background: #888888;
  401. margin: 10px auto;
  402. }
  403. .login-register-btn {
  404. margin: 20px auto;
  405. cursor: pointer;
  406. user-select: none;
  407. color: #888888;
  408. }
  409. .login-register-btn:hover {
  410. color: #207cfb;
  411. }
  412. .login-register-btn:active {
  413. color: #1a6adc;
  414. }
  415. .login-image {
  416. border-radius: 25px;
  417. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
  418. position: absolute;
  419. transform: translateX(-70%);
  420. width: 437px;
  421. height: 430px;
  422. background-size: 100% 100%;
  423. }
  424. .nav-user-icon {
  425. display: flex;
  426. justify-content: center;
  427. align-items: center;
  428. height: 35px;
  429. margin: 17px 0;
  430. cursor: pointer;
  431. }
  432. .nav-user-icon-bg {
  433. min-width: 35px;
  434. min-height: 35px;
  435. background: #1d1d1d;
  436. margin-right: 5px;
  437. display: flex;
  438. border-radius: 50%;
  439. justify-content: center;
  440. align-items: center;
  441. cursor: pointer;
  442. }
  443. .nav-user-icon-bg img {
  444. border-radius: 50%;
  445. max-width: 35px;
  446. max-height: 35px;
  447. }
  448. .login-body {
  449. left: 0;
  450. right: 0;
  451. top: 0;
  452. bottom: 0;
  453. position: fixed;
  454. z-index: 999;
  455. width: 100VW;
  456. }
  457. .login-body-shield {
  458. left: 0;
  459. right: 0;
  460. top: 0;
  461. bottom: 0;
  462. position: fixed;
  463. background: rgba(0, 0, 0, 0.5);
  464. width: 100VW;
  465. z-index: -1;
  466. }
  467. .bottom-bar {
  468. background: white;
  469. margin: 0;
  470. padding: 70px 0 0 0;
  471. }
  472. .partners-line {
  473. margin: auto;
  474. width: 1170px;
  475. }
  476. .partners-line ul {
  477. list-style: none;
  478. display: flex;
  479. justify-content: space-between;
  480. padding: 0;
  481. }
  482. .partners-line ul li {
  483. height: 46px;
  484. display: flex;
  485. margin: 0 10px;
  486. justify-content: space-between;
  487. align-items: center;
  488. }
  489. .partners-service-guarantee {
  490. display: flex;
  491. justify-content: space-between;
  492. align-items: center;
  493. width: 1170px;
  494. margin: 10px auto 30px;
  495. border-bottom: 1px solid #e5e5e5;
  496. }
  497. .service-guarantee {
  498. display: flex;
  499. text-align: left;
  500. margin-top: 40px;
  501. margin-bottom: 20px;
  502. }
  503. .sg-icon {
  504. height: 60px;
  505. width: 60px;
  506. border-radius: 50%;
  507. background: #daD5D9;
  508. display: flex;
  509. justify-content: center;
  510. align-items: center;
  511. }
  512. .sg-info {
  513. justify-content: center;
  514. align-items: center;
  515. height: 38px;
  516. margin-top: 8px;
  517. margin-bottom: 20px;
  518. margin-left: 16px;
  519. }
  520. .sg-info div:nth-child(1) {
  521. color: #333333;
  522. display: block;
  523. box-sizing: border-box;
  524. line-height: 14px;
  525. width: 100%;
  526. font-size: 16px;
  527. }
  528. .sg-info div:nth-child(2) {
  529. color: #666666;
  530. display: block;
  531. margin-top: 8px;
  532. box-sizing: border-box;
  533. line-height: 14px;
  534. width: 100%;
  535. font-size: 12px;
  536. }
  537. .filing-body {
  538. text-align: center;
  539. color: #8b8b8b;
  540. border-top: #dddddd 1px solid;
  541. width: 1170px;
  542. margin: 30px auto 0;
  543. padding: 15px 0;
  544. }
  545. .bottom-bar-about {
  546. width: 1170px;
  547. margin: 0 auto;
  548. display: flex;
  549. justify-content: space-between;
  550. }
  551. .bottom-bar-about-left {
  552. display: flex;
  553. justify-content: space-between;
  554. text-align: left;
  555. }
  556. .about-contact {
  557. width: 185px;
  558. }
  559. .about-me {
  560. margin-left: 95px;
  561. }
  562. .about-issue {
  563. margin-left: 134px;
  564. }
  565. .about-row {
  566. font-size: 14px;
  567. }
  568. .about-row-title {
  569. font-size: 16px;
  570. margin-bottom: 16px;
  571. color: #000000;
  572. }
  573. .about-row-item {
  574. height: 16px;
  575. line-height: 16px;
  576. color: #666666;
  577. margin-bottom: 10px;
  578. }
  579. .about-row-imgs {
  580. margin-top: 16px;
  581. }
  582. .about-row-imgs img {
  583. margin-right: 16px;
  584. }
  585. .bottom-bar-about-right {
  586. display: flex;
  587. flex-direction: column;
  588. width: 278px;
  589. }
  590. .about-row-title {
  591. font-size: 16px;
  592. margin-bottom: 16px;
  593. }
  594. .my-user-images {
  595. display: flex;
  596. flex-wrap: wrap;
  597. }
  598. .my-user-images img {
  599. margin: 0 4px 4px 0;
  600. }
  601. .bottom-bar-active {
  602. display: flex;
  603. justify-content: center;
  604. margin-top: 30px;
  605. }
  606. .bottom-bar-active img {
  607. margin-right: 30px;
  608. }
  609. .footer-about-box {
  610. display: flex;
  611. justify-content: center;
  612. margin-top: 30px;
  613. }
  614. .footer-about-app {
  615. display: flex;
  616. justify-content: center;
  617. margin-top: 10px;
  618. }
  619. .footer-about-app img {
  620. margin-right: 30px;
  621. }