styleOrder.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. @charset "utf-8";
  2. /* CSS Document */
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. border: 0;
  7. font-family: "Microsoft Yahei";
  8. -webkit-box-sizing: border-box;
  9. -moz-box-sizing: border-box;
  10. box-sizing: border-box
  11. }
  12. *:before,*:after {
  13. -webkit-box-sizing: border-box;
  14. -moz-box-sizing: border-box;
  15. box-sizing: border-box;
  16. }
  17. table {
  18. border-collapse: collapse;
  19. }
  20. html,body {
  21. color: #333;
  22. font-size: 10px;
  23. overflow-x: hidden;
  24. -webkit-text-size-adjust: none;
  25. }
  26. img,a {
  27. border: 0;
  28. text-decoration: none;
  29. margin: 0;
  30. padding: 0;
  31. }
  32. ol, ul {
  33. list-style: none;
  34. }
  35. .clears {
  36. clear: both;
  37. }
  38. a {
  39. color: #333;
  40. -webkit-transition: all .3s ease-out;
  41. -moz-transition: all .3s ease-out;
  42. transition: all .3s ease-out;
  43. }
  44. a:link {
  45. text-decoration: none;
  46. }
  47. a:visited {
  48. text-decoration: none;
  49. }
  50. a:hover {
  51. -webkit-transition: all .3s ease-out;
  52. -moz-transition: all .3s ease-out;
  53. transition: all .3s ease-out;
  54. }
  55. a:active {
  56. text-decoration: none;
  57. }
  58. img {
  59. max-width: 100%;
  60. height: auto;
  61. }
  62. .width1000 {
  63. width: 1000px;
  64. margin: 0 auto;
  65. }
  66. .float-l {
  67. float: left;
  68. }
  69. .float-r {
  70. float: right;
  71. }
  72. .red {
  73. color: #f00;
  74. }
  75. .align-left {
  76. text-align: left;
  77. }
  78. .align-center {
  79. text-align: center;
  80. }
  81. .align-right {
  82. text-align: right;
  83. }
  84. .green {
  85. color: #7ABD54;
  86. }
  87. .orange {
  88. color: #ff6633;
  89. }
  90. .hui {
  91. color: #999;
  92. }
  93. .img-blocks img {
  94. display: block;
  95. margin: 0 auto;
  96. }
  97. .head-height {
  98. height: 44px;
  99. }
  100. .foot-height {
  101. height: 44px;
  102. }
  103. input {
  104. outline: none;
  105. }
  106. .hide {
  107. display: none;
  108. }
  109. .content {
  110. width: 100%;
  111. margin: 0 auto;
  112. }
  113. /*字体图标*/
  114. @font-face {
  115. font-family: "iconfont";
  116. src: url('../fonts/iconfont.eot'); /* IE9*/
  117. src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  118. url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  119. url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  120. url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
  121. }
  122. .iconfont {
  123. font-family: "iconfont" !important;
  124. font-style: normal;
  125. -webkit-font-smoothing: antialiased;
  126. -webkit-text-stroke-width: 0.2px;
  127. -moz-osx-font-smoothing: grayscale;
  128. }
  129. /*eject*/
  130. .bg100 {
  131. position: fixed;
  132. width: 100%;
  133. height: 100%;
  134. left: 0;
  135. top: 0;
  136. background: #000;
  137. opacity: 0.6;
  138. z-index: 6;
  139. display: none;
  140. }
  141. .eject {
  142. position: fixed;
  143. width: 100%;
  144. left: 0;
  145. top: -100%;
  146. z-index: 9;
  147. display: none;
  148. }
  149. .eject-cont {
  150. position: relative;
  151. width: 600px;
  152. margin: 0 auto;
  153. background: #fff;
  154. overflow: hidden;
  155. }
  156. .eject-title {
  157. position: relative;
  158. height: 36px;
  159. line-height: 36px;
  160. font-size: 1.6rem;
  161. color: #fff;
  162. background: #f63;
  163. padding: 0 10px;
  164. font-weight: 400;
  165. }
  166. .closes {
  167. position: absolute;
  168. width: 36px;
  169. height: 36px;
  170. right: 0;
  171. top: 0;
  172. text-align: center;
  173. line-height: 32px;
  174. font-size: 2.8rem;
  175. color: #fff;
  176. font-weight: 400;
  177. }
  178. .closes:hover {
  179. color: #fff;
  180. text-decoration: none;
  181. }
  182. .messages {
  183. padding: 15px 10px;
  184. }
  185. .messlist {
  186. height: 44px;
  187. position: relative;
  188. margin-bottom: 10px;
  189. }
  190. .messlist input {
  191. margin: 0;
  192. padding: 0;
  193. background: none;
  194. border: 0;
  195. height: 44px;
  196. border: #f63 1px solid;
  197. width: 100%;
  198. font-size: 1.5rem;
  199. padding: 0 80px 0 10px;
  200. }
  201. .messlist label {
  202. position: absolute;
  203. left: 0;
  204. top: 17px;
  205. width: 85px;
  206. height: 24px;
  207. line-height: 24px;
  208. font-size: 1.6rem;
  209. border-right: #000 1px solid;
  210. text-align: right;
  211. padding-right: 5px;
  212. }
  213. .messlist .inputYzm {
  214. position: absolute;
  215. right: 0;
  216. top: 0;
  217. padding: 0;
  218. width: 100px;
  219. background: #f63;
  220. color: #fff;
  221. text-align: center;
  222. }
  223. .messsub {
  224. height: 44px;
  225. line-height: 44px;
  226. text-align: center;
  227. background: #f63;
  228. color: #fff;
  229. font-size: 2rem;
  230. cursor: pointer;
  231. }
  232. .tip-errors-bg {
  233. position: fixed;
  234. left: 0;
  235. top: 50%;
  236. width: 100%;
  237. text-align: center;
  238. z-index: 15;
  239. display: none;
  240. }
  241. .tip-errors-bg div {
  242. cursor: default;
  243. }
  244. .tip-success-bg {
  245. position: fixed;
  246. left: 0;
  247. top: 50%;
  248. width: 100%;
  249. text-align: center;
  250. z-index: 15;
  251. display: none;
  252. }
  253. .tip-success-bg div {
  254. cursor: default;
  255. }
  256. /*各种提示*/
  257. .tip-tip-box {
  258. height: 34px;
  259. margin: -17px 0 0 0;
  260. }
  261. .tip-tip-box-nei {
  262. display: inline-block;
  263. height: 34px;
  264. padding: 0 10px;
  265. line-height: 34px;
  266. background: url(../images/black70.png);
  267. -moz-border-radius: 5px;
  268. -webkit-border-radius: 5px;
  269. border-radius: 5px;
  270. opacity: 0;
  271. color: #fff;
  272. font-size: 14px;
  273. }
  274. .tip-tip-box-nei strong {
  275. font-weight: 400;
  276. }
  277. .tip-tip-box-nei i {
  278. font-size: 1.8rem;
  279. margin-right: 5px;
  280. color: #f90;
  281. position: relative;
  282. }
  283. .tip-tip-box-nei em {
  284. font-style: normal;
  285. }
  286. .loading {
  287. text-align: center;
  288. padding: 10px 10px 18px 10px;
  289. }
  290. .loading a {
  291. display: inline-block;
  292. width: 100%;
  293. height: 36px;
  294. line-height: 36px;
  295. background: #ccc;
  296. color: #fff;
  297. border-radius: 5px;
  298. font-size: 1.4rem;
  299. }
  300. /*返回上一页*/
  301. .back-up {
  302. position: absolute;
  303. left: 0;
  304. top: 0;
  305. width: 44px;
  306. height: 44px;
  307. color: #fff;
  308. font-size: 1.8rem;
  309. text-align: center;
  310. line-height: 44px;
  311. display: none;
  312. }
  313. .logo {
  314. width: 100%;
  315. text-align: center;
  316. padding-top: 12px;
  317. }
  318. .logo img {
  319. display: block;
  320. width: 85px;
  321. height: auto;
  322. margin: 0 auto;
  323. }
  324. .nav-toggle {
  325. position: absolute;
  326. top: 0;
  327. width: 44px;
  328. height: 44px;
  329. line-height: 44px;
  330. font-size: 2.2rem;
  331. overflow: hidden;
  332. text-align: center;
  333. }
  334. .nav-toggle i {
  335. display: inline-block;
  336. width: 44px;
  337. height: 44px;
  338. }
  339. .index-head .nav-toggle {
  340. right: 0;
  341. }
  342. /*登录注册*/
  343. .bg{ background:#f1f1f1;}
  344. .login-reg-bg {
  345. background: url(../images/bg.jpg) center top repeat-y;
  346. background-size: 100%;
  347. }
  348. .header {
  349. position: fixed;
  350. width: 100%;
  351. height: 44px;
  352. left: 0;
  353. top: 0;
  354. background: #09f;
  355. z-index: 4;
  356. }
  357. .header-nei {
  358. width: 100%;
  359. height: 44px;
  360. margin: 0 auto;
  361. position: relative;
  362. }
  363. .header-title {
  364. width: 100%;
  365. line-height: 42px;
  366. color: #fff;
  367. font-size: 1.7rem;
  368. text-align: center;
  369. font-weight: 400;
  370. }
  371. .header .back-up {
  372. display: block;
  373. }
  374. .logo-big {
  375. padding: 8% 5%;
  376. }
  377. .logo-big img {
  378. display: block;
  379. margin: 0 auto;
  380. width: 50%;
  381. }
  382. .login-reg {
  383. padding-top:25%;
  384. width: 90%;
  385. margin: 0 auto;
  386. }
  387. .log-reg-list {
  388. width: 100%;
  389. height: 42px;
  390. margin-bottom: 10px;
  391. position: relative;
  392. }
  393. .log-reg-list input {
  394. width: 100%;
  395. height: 42px;
  396. background: #fff;
  397. border-radius: 4px;
  398. padding-left: 12px;
  399. font-size: 1.4rem;
  400. }
  401. .log-reg-list span{
  402. position:absolute;
  403. right:0;
  404. top:0;
  405. z-index:2;
  406. color:#f00;
  407. font-size:1.4rem;
  408. width:42px;
  409. height:42px;
  410. line-height:42px;
  411. text-align:center;
  412. }
  413. .log-reg-list label {
  414. position: absolute;
  415. left: 0;
  416. top: 0;
  417. z-index: 1;
  418. width: 45px;
  419. height: 42px;
  420. text-align: center;
  421. line-height: 42px;
  422. font-size: 2.8rem;
  423. color: #bcbcbc;
  424. }
  425. .log-reg-list .log-reg-text {
  426. padding-left: 50px;
  427. }
  428. .log-reg-list .input-yzm {
  429. position: absolute;
  430. right: 5px;
  431. top: 4px;
  432. width: 90px;
  433. height: 34px;
  434. line-height: 34px;
  435. padding: 0;
  436. text-align: center;
  437. font-size: 1.2rem;
  438. color: #fff;
  439. background: #09f;
  440. border-radius: 0;
  441. z-index: 1;
  442. }
  443. .log-reg-sub {
  444. margin-top: 20px;
  445. }
  446. .log-reg-sub .log-reg-btn {
  447. display: block;
  448. width: 100%;
  449. height: 42px;
  450. line-height: 42px;
  451. text-align: center;
  452. border-radius: 4px;
  453. color: #fff;
  454. background: #39f;
  455. color: #fff;
  456. font-size: 1.6rem;
  457. }
  458. .input-check {
  459. font-size:1.4rem;
  460. font-weight:400;
  461. color:#666;
  462. width:140px;
  463. margin-right:8px;
  464. overflow:hidden;
  465. }
  466. .input-check span {
  467. position: relative;
  468. display: inline-block;
  469. width: 18px;
  470. height: 18px;
  471. border: #999 1px solid;
  472. top: 4px;
  473. }
  474. .input-check.checked span {
  475. border: #09f 1px solid;
  476. }
  477. .input-check.checked em {
  478. display: block;
  479. }
  480. .input-check em {
  481. position: absolute;
  482. left: 0;
  483. top: 0;
  484. width: 16px;
  485. height: 16px;
  486. line-height: 18px;
  487. font-size: 1.4rem;
  488. color: #fff;
  489. background: #09f;
  490. text-align: center;
  491. padding-left: 2px;
  492. font-weight: 400;
  493. overflow:hidden;
  494. display: none;
  495. }
  496. .input-check label {
  497. font-weight: 400;
  498. }
  499. .input-check span input {
  500. position: absolute;
  501. left: 0;
  502. top: 0;
  503. width: 140px;
  504. height: 14px;
  505. opacity:0;
  506. }
  507. .log-reg-xy {
  508. height: 30px;
  509. line-height: 30px;
  510. }
  511. .log-reg-xy .yiyou {
  512. float: right;
  513. }
  514. .login-sty {
  515. text-align: center;
  516. }
  517. .login-sty li {
  518. display: inline-block;
  519. height: 34px;
  520. line-height: 34px;
  521. font-size: 1.4rem;
  522. padding: 0 3px;
  523. }
  524. .login-sty .iconfont {
  525. font-size: 2.4rem;
  526. position: relative;
  527. top: 2px;
  528. margin-right: 4px;
  529. }
  530. .pwd-form {
  531. padding: 14px;
  532. margin: 0 auto;
  533. }
  534. .pwd-form-list {
  535. height: 42px;
  536. position: relative;
  537. margin-bottom: 10px;
  538. }
  539. .pwd-form-list input {
  540. width: 100%;
  541. border: #09f 1px solid;
  542. border-radius: 4px;
  543. height: 42px;
  544. line-height: 40px;
  545. padding-left: 12px;
  546. }
  547. .pwd-form-list .pwd-form-input2 {
  548. float: left;
  549. width: 60%;
  550. }
  551. .pwd-form-list .pwd-form-yzm {
  552. float: right;
  553. width: 39%;
  554. padding: 0;
  555. background: #09f;
  556. color: #fff;
  557. }
  558. .pwd-form-sub {
  559. width: 100%;
  560. }
  561. .pwd-form-sub a {
  562. display: block;
  563. width: 100%;
  564. height: 42px;
  565. background: #09f;
  566. color: #fff;
  567. font-size: 1.4rem;
  568. line-height: 42px;
  569. text-align: center;
  570. border-radius: 4px;
  571. }
  572. /*nav*/
  573. .nav{}
  574. .nav dl{
  575. margin-top:8px;
  576. background:#fff;
  577. }
  578. .nav dl a{
  579. display:block;
  580. position:relative;
  581. width:100%;
  582. padding:10px;
  583. }
  584. .nav dt{
  585. position:absolute;
  586. left:10px;
  587. top:50%;
  588. margin-top:-15px;
  589. width:40px;
  590. height:30px;
  591. line-height:30px;
  592. color:#999;
  593. font-size:1.5rem;
  594. }
  595. .nav dd{
  596. float:left;
  597. width:100%;
  598. padding:0 24px 0 40px;
  599. font-size:1.4rem;
  600. line-height:30px;
  601. }
  602. .nav dl a .iconfont{
  603. position:absolute;
  604. width:20px;
  605. height:20px;
  606. right:4px;
  607. text-align:center;
  608. top:50%;
  609. z-index:2;
  610. margin-top:-10px;
  611. font-size:1.6rem;
  612. color:#999;
  613. }
  614. ul.nav{
  615. padding:40% 20px 0 20px;
  616. }
  617. ul.nav li{
  618. margin-bottom:10px;
  619. background:#fff;
  620. }
  621. ul.nav li a{
  622. display:block;
  623. width:100%;
  624. height:70px;
  625. line-height:68px;
  626. font-size:2.6rem;
  627. font-weight:300;
  628. color:#09f;
  629. border:#09f 1px solid;
  630. text-align:center;
  631. }
  632. .order-info{
  633. padding:8px;
  634. }
  635. .order-info table{
  636. background:#fff;
  637. width:100%;
  638. border:#ddd 1px solid;
  639. }
  640. .order-info th{
  641. width:95px;
  642. font-size:1.4rem;
  643. text-align:right;
  644. border:#ddd 1px solid;
  645. font-weight:400;
  646. padding:8px 10px 8px 0px;
  647. line-height:24px;
  648. color:#999;
  649. }
  650. .order-info td{
  651. font-size:1.4rem;
  652. text-align:left;
  653. padding-left:10px;
  654. border:#ddd 1px solid;
  655. font-weight:400;
  656. line-height:24px;
  657. padding:8px 0 8px 10px;
  658. }
  659. .skfs{
  660. margin:8px 0 12px 0;
  661. font-size:1.4rem;
  662. }
  663. .log-reg-tests{
  664. font-size:1.4rem;
  665. color:#888;
  666. }
  667. .log-reg-tests strong{
  668. display:inline-block;
  669. padding:0 4px;
  670. color:#f00;
  671. font-size:2rem;
  672. }