style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. outline: none;
  6. -webkit-tap-highlight-color: transparent;
  7. -webkit-box-sizing: border-box;
  8. box-sizing: border-box;
  9. font-family: "微软雅黑";
  10. }
  11. html, body {
  12. height: 100%;
  13. background: #F2F4F9 url(../img/bg.jpg) no-repeat 50% 0;
  14. color: #647C92;
  15. overflow-x: hidden;
  16. }
  17. a {
  18. text-decoration: none;
  19. }
  20. input {
  21. font-family: "微软雅黑";
  22. outline: none;
  23. vertical-align: top;
  24. }
  25. input::placeholder{
  26. color: #99A9B7;
  27. }
  28. .ellipsis {
  29. text-overflow: ellipsis;
  30. overflow: hidden;
  31. white-space: nowrap;
  32. }
  33. .cl:after {
  34. content: ".";
  35. display: block;
  36. height: 0;
  37. clear: both;
  38. visibility: hidden;
  39. }
  40. .cl {
  41. zoom: 1;
  42. }
  43. .wp {
  44. width: 980px;
  45. margin: 0 auto;
  46. }
  47. /*hd*/
  48. .hd {
  49. height: 80px;
  50. line-height: 40px;
  51. padding: 20px 0;
  52. font-size: 14px;
  53. color: #FFF;
  54. }
  55. .hd a {
  56. font-size: 14px;
  57. color: #FFF;
  58. }
  59. .hd div.logo {
  60. float: left;
  61. height: 40px;
  62. }
  63. .hd span.y {
  64. float: right;
  65. }
  66. .hd span.pipe {
  67. margin: 0 12px;
  68. }
  69. /*cont*/
  70. .cont {
  71. min-height: 500px;
  72. background: #FFF;
  73. -moz-border-radius: 10px;
  74. -webkit-border-radius: 10px;
  75. border-radius: 10px;
  76. }
  77. /*title*/
  78. .title {
  79. height: 50px;
  80. line-height: 50px;
  81. overflow: hidden;
  82. background: #FBFCFD;
  83. border-bottom: 1px solid #F2F4F9;
  84. border-radius: 10px 10px 0 0;
  85. padding: 0 30px;
  86. }
  87. .title h2 {
  88. float: left;
  89. font-size: 20px;
  90. color: #4078B6;
  91. }
  92. .title span.y {
  93. float: right;
  94. font-size: 14px;
  95. color: #99A9B7;
  96. }
  97. .title span.y a {
  98. font-size: 14px;
  99. color: #99A9B7;
  100. background: url(../img/back.png) no-repeat 0 50%;
  101. padding-left: 15px;
  102. }
  103. .title b {
  104. padding: 0 5px;
  105. font-family: "Times New Roman", Times, serif;
  106. font-size: 16px;
  107. color: #FF8566;
  108. }
  109. .title em.id {
  110. font-family: "Times New Roman", Times, serif;
  111. font-size: 16px;
  112. font-weight: 700;
  113. font-style: inherit;
  114. color: #FFF;
  115. background: #FFB366 url(../img/id.png) no-repeat 100% 50%;
  116. -moz-border-radius: 4px 0 0 4px;
  117. -webkit-border-radius: 4px 0 0 4px;
  118. border-radius: 4px 0 0 4px;
  119. padding: 4px 20px 4px 10px;
  120. }
  121. .title span.name,.title span.pipe,.title span.time {
  122. font-size: 14px;
  123. color: #647992;
  124. padding-left: 15px;
  125. }
  126. .title_grey h2 {
  127. color: #99A9B7;
  128. }
  129. /*.tablelistlist*/
  130. .tablelist {
  131. font-size: 14px;
  132. text-align: center;
  133. }
  134. .tablelist th {
  135. background: #FBFCFD;
  136. border-bottom: 1px solid #F2F4F9;
  137. padding: 6px 0;
  138. color: #455363;
  139. }
  140. .tablelist th:nth-child(4) {
  141. padding: 6px 15px;
  142. }
  143. .tablelist td {
  144. border-bottom: 1px solid #F2F4F9;
  145. padding: 5px 0;
  146. }
  147. .tablelist tr:nth-child(even) td {
  148. background: #FBFCFD;
  149. }
  150. .tablelist td a {
  151. display: inline-block;
  152. width: 20px;
  153. height: 20px;
  154. overflow: hidden;
  155. text-indent: -999em;
  156. background: url(../img/enter.png) no-repeat 0 0;
  157. margin-top: 4px;
  158. }
  159. .tablelist td a:hover {
  160. background-position: 0 -51px;
  161. }
  162. /*page*/
  163. .page {
  164. height: 60px;
  165. padding: 15px 30px;
  166. text-align: right;
  167. }
  168. .page div {
  169. display: inline;
  170. }
  171. .page span,.page a {
  172. display: inline-block;
  173. width: 30px;
  174. height: 30px;
  175. line-height: 30px;
  176. border: 1px solid #E8EBF4;
  177. border-radius: 30px;
  178. font-size: 12px;
  179. color: #667D92;
  180. text-align: center;
  181. }
  182. .page a {
  183. margin: 0 1px;
  184. }
  185. .page span {
  186. width: 60px;
  187. cursor: pointer;
  188. }
  189. .page a.on {
  190. background: #73CBFB;
  191. border-color: #73CBFB;
  192. color: #FFF;
  193. }
  194. .page a:hover {
  195. color: #73CBFB;
  196. border-color: #73CBFB;
  197. }
  198. /*ft*/
  199. .ft {
  200. text-align: center;
  201. font-size: 12px;
  202. color: #99A9B7;
  203. padding-top: 20px;
  204. }
  205. /*list*/
  206. .list {
  207. padding: 70px 40px 70px 40px;
  208. text-align: center;
  209. }
  210. .list h3 {
  211. height: 70px;
  212. line-height: 70px;
  213. overflow: hidden;
  214. font-size: 24px;
  215. color: #3F78B6;
  216. }
  217. .list ul {
  218. padding: 30px 0;
  219. }
  220. .list ul li {
  221. display: inline;
  222. }
  223. .list li a {
  224. display: inline-block;
  225. width: 120px;
  226. height: 120px;
  227. overflow: hidden;
  228. background: #5184E1;
  229. -moz-border-radius: 10px;
  230. -webkit-border-radius: 10px;
  231. border-radius: 10px;
  232. padding: 24px 0 0 0;
  233. margin: 12px;
  234. text-align: center;
  235. font-size: 17px;
  236. color: #FFF;
  237. }
  238. .list li a:hover {
  239. background: #6C97E6;
  240. }
  241. .list li a span {
  242. display: block;
  243. height: 51px;
  244. overflow: hidden;
  245. background: url(../img/icon3.png) no-repeat 50% 0;
  246. }
  247. .list li.l1 a {
  248. background: #FF8566;
  249. }
  250. .list li.l1 a:hover {
  251. background: #FF977D;
  252. }
  253. .list li.l1 a span {
  254. background: url(../img/icon1.png) no-repeat 50% 0;
  255. }
  256. .list li.l2 a {
  257. background: #73CBFB;
  258. }
  259. .list li.l2 a:hover {
  260. background: #8BD5FC;
  261. }
  262. .list li.l2 a span {
  263. background: url(../img/icon2.png) no-repeat 50% 0;
  264. }
  265. /*data*/
  266. .data {
  267. padding: 80px 40px;
  268. text-align: center;
  269. }
  270. .data p {
  271. line-height: 50px;
  272. font-size: 16px;
  273. color: #647992;
  274. }
  275. .data p b {
  276. font-family: "Times New Roman", Times, serif;
  277. font-size: 18px;
  278. color: #3F78B6;
  279. }
  280. .data .btn {
  281. padding: 50px 0;
  282. }
  283. .data .btn a {
  284. display: inline-block;
  285. width: 220px;
  286. height: 50px;
  287. line-height: 50px;
  288. background: #73CBFB;
  289. -moz-border-radius: 30px;
  290. -webkit-border-radius: 30px;
  291. border-radius: 30px;
  292. font-size: 17px;
  293. color: #FFF;
  294. }
  295. .data .btn a:hover {
  296. background: #8BD5FC;
  297. }
  298. .data .btn a span {
  299. display: inline-block;
  300. background: url(../img/data_btn.png) no-repeat 0 50%;
  301. padding-left: 28px;
  302. }
  303. /*progress*/
  304. .progress-box {
  305. padding: 80px 150px;
  306. text-align: center;
  307. }
  308. .progress-box h3 {
  309. height: 50px;
  310. line-height: 50px;
  311. overflow: hidden;
  312. font-size: 24px;
  313. font-weight: 400;
  314. color: #3F78B6;
  315. }
  316. .progress-box p {
  317. height: 40px;
  318. line-height: 40px;
  319. text-align: right;
  320. font-size: 14px;
  321. color: #99A9B7;
  322. }
  323. .progress-box p b {
  324. font-family: "Times New Roman", Times, serif;
  325. color: #647A92;
  326. }
  327. .progress {
  328. padding-top: 80px;
  329. }
  330. .progress-outer {
  331. position: relative;
  332. display: inline-block;
  333. width: 100%;
  334. height: 16px;
  335. background: #F2F4F9;
  336. border-radius: 10px;
  337. }
  338. .progress-outer .progress-inner {
  339. position: absolute;
  340. height: 16px;
  341. background: #73CBFB;
  342. border-radius: 10px 0 0 10px;
  343. }
  344. .progress-outer .progress-inner .progress-text {
  345. position: absolute;
  346. top: -30px;
  347. right: 0;
  348. font-family: "Times New Roman", Times, serif;
  349. font-size: 16px;
  350. font-weight: 700;
  351. color: #3F78B6;
  352. }
  353. /*picture*/
  354. .picture {
  355. padding: 80px;
  356. }
  357. .picture th {
  358. width: 120px;
  359. font-size: 16px;
  360. font-weight: 400;
  361. color: #647A92;
  362. text-align: right;
  363. }
  364. .picture td {
  365. padding: 10px 40px;
  366. }
  367. .picture td input {
  368. float: left;
  369. }
  370. /* checkbox // radio */
  371. input[type="radio"] {
  372. appearance: none;
  373. -webkit-appearance: none;
  374. outline: none;
  375. display: none
  376. }
  377. input[type="radio"] + span {
  378. float: left;
  379. width: 15px;
  380. height: 15px;
  381. display: inline-block;
  382. background: url(../img/radio.png) no-repeat 0 0;
  383. }
  384. input[type="radio"]:checked + span {
  385. background-position: -16px 0;
  386. }
  387. .input-radio label {
  388. display: inline-block;
  389. padding-right: 100px;
  390. cursor: pointer;
  391. }
  392. .input-radio em {
  393. float: left;
  394. height: 15px;
  395. line-height: 15px;
  396. padding-left: 10px;
  397. font-style: inherit;
  398. font-size: 16px;
  399. color: #455363;
  400. }
  401. .input-radio em.checked {
  402. color: #3F78B6;
  403. }
  404. /* select // textarea */
  405. select, input[type="text"], input[type="password"] {
  406. background-color: #fff;
  407. border: 1px solid #D7DCEC;
  408. -webkit-box-shadow: inset 0 3px 1px rgba(232,235,244,.2);
  409. -moz-box-shadow: inset 0 3px 1px rgba(232,235,244,.2);
  410. box-shadow: inset 0 3px 1px rgba(232,235,244,.2);
  411. -webkit-transition: border linear .2s, box-shadow linear .2s;
  412. -moz-transition: border linear .2s, box-shadow linear .2s;
  413. -o-transition: border linear .2s, box-shadow linear .2s;
  414. transition: border linear .2s, box-shadow linear .2s;
  415. }
  416. select, input[type="text"], input[type="password"]{
  417. display: inline-block;
  418. height: 36px;
  419. padding: 0 10px;
  420. font-size: 14px;
  421. line-height: 36px;
  422. color: #455363;
  423. vertical-align: middle;
  424. -webkit-border-radius: 6px;
  425. -moz-border-radius: 6px;
  426. border-radius: 6px;
  427. }
  428. select, input[type="text"]:focus, input[type="password"]:focus {
  429. border-color: rgba(69,152,255,0.8);
  430. outline: 0;
  431. -webkit-box-shadow: inset 0 3px 1px rgba(232,235,244,.2), 0 0 8px rgba(69,152,255,.6);
  432. -moz-box-shadow: inset 0 3px 1px rgba(232,235,244,.2), 0 0 8px rgba(69,152,255,.6);
  433. box-shadow: inset 0 3px 1px rgba(232,235,244,.2), 0 0 8px rgba(69,152,255,.6);
  434. }
  435. /*filebtn*/
  436. .filebtn {
  437. display: inline-block;
  438. text-align: center;
  439. width: 60px;
  440. height: 36px;
  441. line-height: 36px;
  442. overflow: hidden;
  443. background: #E8EBF4;
  444. -webkit-border-radius: 6px;
  445. -moz-border-radius: 6px;
  446. border-radius: 6px;
  447. border: 0;
  448. font-size: 14px;
  449. color: #99A9B7;
  450. margin-left: 10px;
  451. }
  452. .filebtn:hover {
  453. background: #E4E9F3;
  454. }
  455. /*error-tetx*/
  456. .error-tetx {
  457. height: 20px;
  458. line-height: 20px;
  459. overflow: hidden;
  460. font-size: 13px;
  461. color: #FF7272;
  462. background: url(../img/error_small.png) no-repeat 0 50%;
  463. padding-left: 25px;
  464. }
  465. /*start-btn*/
  466. .start-btn {
  467. display: inline-block;
  468. width: 220px;
  469. height: 50px;
  470. line-height: 50px;
  471. overflow: hidden;
  472. background: #5184E1;
  473. -moz-border-radius: 30px;
  474. -webkit-border-radius: 30px;
  475. border-radius: 30px;
  476. text-align: center;
  477. font-size: 17px;
  478. color: #FFF;
  479. margin-top: 30px;
  480. }
  481. .start-btn:hover {
  482. background: #6C97E6;
  483. }
  484. .start-btn span {
  485. display: inline-block;
  486. height: 100%;
  487. background: url(../img/pic_btn.png) no-repeat 0 50%;
  488. padding-left: 25px;
  489. }
  490. /*login*/
  491. .login-flex {
  492. width: 100%;
  493. height: 100%;
  494. display: -webkit-box;
  495. display: -webkit-flex;
  496. display: -ms-flexbox;
  497. display: flex;
  498. -webkit-box-orient: vertical;
  499. -webkit-box-direction: normal;
  500. -webkit-flex-direction: column;
  501. -ms-flex-direction: column;
  502. flex-direction: column;
  503. -webkit-box-pack: center;
  504. -ms-flex-pack: center;
  505. -webkit-justify-content: center;
  506. justify-content: center;
  507. -webkit-box-align: center;
  508. -ms-flex-align: center;
  509. -webkit-align-items: center;
  510. align-items: center;
  511. }
  512. .login {
  513. display: -webkit-box;
  514. display: -webkit-flex;
  515. display: -ms-flexbox;
  516. display: flex;
  517. -webkit-box-orient: vertical;
  518. -webkit-box-direction: normal;
  519. -webkit-flex-direction: column;
  520. -ms-flex-direction: column;
  521. flex-direction: column;
  522. -webkit-box-pack: center;
  523. -ms-flex-pack: center;
  524. -webkit-justify-content: center;
  525. justify-content: center;
  526. -webkit-box-align: center;
  527. -ms-flex-align: center;
  528. -webkit-align-items: center;
  529. align-items: center;
  530. background: #FFF;
  531. -moz-border-radius: 10px;
  532. -webkit-border-radius: 10px;
  533. border-radius: 10px;
  534. padding: 50px 80px;
  535. }
  536. .login .logo {
  537. padding-bottom: 20px;
  538. }
  539. .login div {
  540. position: relative;
  541. padding: 10px 0;
  542. }
  543. .login div span {
  544. position: absolute;
  545. top: 22px;
  546. right: -35px;
  547. display: block;
  548. width: 16px;
  549. height: 16px;
  550. overflow: hidden;
  551. }
  552. .login div span.success {
  553. background: url(../img/success_small.png) no-repeat 0 0;
  554. }
  555. .login div span.error {
  556. background: url(../img/error_small.png) no-repeat 0 0;
  557. }
  558. .login input,.login select {
  559. width: 320px;
  560. height: 40px;
  561. }
  562. .login select {
  563. background: url(../img/select.png) no-repeat scroll right center transparent;
  564. -moz-appearance:none;
  565. -webkit-appearance:none;
  566. appearance:none;
  567. padding-right: 25px;
  568. color: #647992;
  569. }
  570. .login select option {
  571. color: #647992!important;
  572. }
  573. .login select::-ms-expand { display: none; }
  574. .login a {
  575. display: block;
  576. height: 50px;
  577. line-height: 50px;
  578. overflow: hidden;
  579. background: #5184E1;
  580. border-radius: 30px;
  581. font-size: 20px;
  582. font-weight: 700;
  583. text-align: center;
  584. color: #FFF;
  585. margin-top: 30px;
  586. }
  587. .login a:hover {
  588. background: #6C97E6;
  589. }
  590. /*xcConfirm*/
  591. .xcConfirm .xc_layer {
  592. position: fixed;
  593. top: 0;
  594. left: 0;
  595. width: 100%;
  596. height: 100%;
  597. background: rgba(69,84,99,.65);
  598. z-index: 2147000000;
  599. }
  600. .xcConfirm .popbox {
  601. position: fixed;
  602. left: calc((100% - 440px) / 2);
  603. top: calc((100% - 200px) / 2);
  604. background-color: #FFF;
  605. z-index: 2147000001;
  606. width: 440px;
  607. height: 200px;
  608. -moz-border-radius: 10px;
  609. -webkit-border-radius: 10px;
  610. border-radius: 10px;
  611. font-size: 16px;
  612. color: #647C92;
  613. padding: 50px;
  614. }
  615. .xcConfirm .popbox .close {
  616. position: absolute;
  617. right: 20px;
  618. top: 20px;
  619. display: block;
  620. width: 12px;
  621. height: 12px;
  622. overflow: hidden;
  623. background: url(../img/close.png) no-repeat 0 0;
  624. }
  625. .txtbox {
  626. width: 100%;
  627. height: 100%;
  628. display: -webkit-box;
  629. display: -webkit-flex;
  630. display: -ms-flexbox;
  631. display: flex;
  632. -webkit-box-orient: horizontal;
  633. -webkit-box-direction: normal;
  634. -webkit-flex-direction: row;
  635. -ms-flex-direction: row;
  636. flex-direction: row;
  637. -webkit-box-pack: center;
  638. -ms-flex-pack: center;
  639. -webkit-justify-content: center;
  640. justify-content: center;
  641. -webkit-box-align: center;
  642. -ms-flex-align: center;
  643. -webkit-align-items: center;
  644. align-items: center;
  645. }
  646. .txtbox .icon {
  647. flex: 0 0 55px;
  648. max-width: 55px;
  649. min-width: 55px;
  650. width: 55px;
  651. width: 55px;
  652. height: 34px;
  653. overflow: hidden;
  654. }
  655. .txtbox .error {
  656. background: url(../img/error.png) no-repeat 0 0;
  657. }
  658. .txtbox .success {
  659. background: url(../img/success.png) no-repeat 0 0;
  660. }