Keine Beschreibung

index.css 9.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  1. /*
  2. 公共初始化样式
  3. * */
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. height: 100%;
  8. width: 100%;
  9. font-size: 16px;
  10. -webkit-text-size-adjust: none;
  11. background: url(../img/waikuang.png) no-repeat center top;
  12. background-size: cover;
  13. font-family: "微软雅黑";
  14. }
  15. ul,
  16. li {
  17. margin: 0;
  18. padding: 0;
  19. list-style-type: none;
  20. }
  21. img {
  22. border: 0;
  23. }
  24. p {
  25. margin: 0;
  26. padding: 0;
  27. }
  28. .clearfix:after {
  29. content: " ";
  30. display: block;
  31. clear: both;
  32. height: 0;
  33. }
  34. a {
  35. text-decoration: none;
  36. }
  37. .oneRog .tabItems li.active{
  38. background-size:100% 100%;
  39. }
  40. input::-webkit-input-placeholder {
  41. color: #79FDFD;
  42. }
  43. /*首页样式开始 */
  44. #nav {
  45. width: 100%;
  46. height: 60px;
  47. line-height: 60px;
  48. font-size: 38px;
  49. font-weight: bold;
  50. color: #FFFFFF;
  51. text-align: center;
  52. }
  53. #wrap {
  54. width: 1500px;
  55. margin: 0 auto;
  56. height: 885px;
  57. margin: 0 auto;
  58. }
  59. .swiper-container {}
  60. .swiper-container,
  61. .swiper-slide {
  62. height: 100%;
  63. width: 100%!important;
  64. }
  65. .swiper-pagination-bullet {
  66. width: 48px;
  67. height: 48px;
  68. opacity: 1!important;
  69. background: url(../img/paginat.png) no-repeat;
  70. vertical-align: middle;
  71. }
  72. .swiper-pagination-bullet-active {
  73. width: 73px;
  74. height: 73px;
  75. background: url(../img/paginat_active.png) no-repeat;
  76. animation: 20s infinite radar_pagination linear;
  77. -webkit-animation: 5s infinite radar_pagination linear;
  78. background-size: 100%;
  79. }
  80. @keyframes radar_pagination {
  81. 0% {
  82. transform: rotate(0deg);
  83. -webkit-transform: rotate(0deg);
  84. }
  85. 100% {
  86. transform: rotate(360deg);
  87. -webkit-transform: rotate(360deg);
  88. }
  89. }
  90. @-webkit-keyframes radar_pagination {
  91. 0% {
  92. transform: rotate(0deg);
  93. -webkit-transform: rotate(0deg);
  94. }
  95. 100% {
  96. transform: rotate(360deg);
  97. -webkit-transform: rotate(360deg);
  98. }
  99. }
  100. .swiper-button-next,
  101. .swiper-button-prev {
  102. width: 51px;
  103. height: 20px;
  104. top: 49%;
  105. }
  106. .swiper-button-prev {
  107. left: -2%;
  108. z-index: 999;
  109. background: url(../img/go_prev.png) no-repeat;
  110. background-size: 100% 100%;
  111. }
  112. .swiper-button-next {
  113. right: -2%;
  114. background: url(../img/go_next.png) no-repeat;
  115. background-size: 100% 100%;
  116. }
  117. .swiper-slide>div {
  118. width: 100%;
  119. position: relative;
  120. }
  121. .slideCon_bg {
  122. background: url(../img/slide_bg1.png) no-repeat center;
  123. height: 106%;
  124. width: 100%;
  125. background-size: 100% 100%;
  126. }
  127. .slide_title {
  128. position: absolute;
  129. height: 28px;
  130. width: 157px;
  131. left: 39%;
  132. top: 8.8%;
  133. z-index: 1;
  134. }
  135. .slide_title1 {
  136. background: url(../img/slide_title1.png) no-repeat;
  137. background-size: 100% 100%;
  138. left: 45%;
  139. }
  140. .slide_title2 {
  141. background: url(../img/slide_title2.png) no-repeat;
  142. background-size: 100% 100%;
  143. left: 42%;
  144. }
  145. .slide_title3 {
  146. background: url(../img/slide_title3.png) no-repeat;
  147. background-size: 100% 100%;
  148. left: 45%;
  149. }
  150. .slide_title4 {
  151. background: url(../img/slide_title4.png) no-repeat;
  152. background-size: 100% 100%;
  153. left: 43%;
  154. }
  155. .slide_title5 {
  156. background: url(../img/slide_title5.png) no-repeat;
  157. background-size: 100% 100%;
  158. left: 42% !important;
  159. }
  160. /*第一屏*/
  161. /*日期框*/
  162. .twotimeWarp1{
  163. position: absolute;
  164. right: 10%;
  165. top: 17%;
  166. }
  167. .time_box {
  168. color: #79FDFD;
  169. font-size: 14px;
  170. position: relative;
  171. }
  172. .times, .selects {
  173. position: relative;
  174. background: #114a97;
  175. height: 21px;
  176. color: #79FDFD;
  177. border: 2px solid #00e9ff;
  178. border-radius: 2px;
  179. outline: none;
  180. vertical-align: middle;
  181. margin-left: 16px;
  182. padding-left: 15px;
  183. }
  184. #time3{
  185. width: 230px;
  186. }
  187. /*搜索框结束*/
  188. /*第一屏开始*/
  189. .slideCon_bg .orderType {
  190. background: url(../img/orderType_bg.png) no-repeat;
  191. height: 100%;
  192. background-size: 100% 100%;
  193. }
  194. .orderType .orderTtype_Con {
  195. position: absolute;
  196. left: 7%;
  197. width: 86%;
  198. top: 25%;
  199. }
  200. .orderTtype_Con ul li {
  201. float: left;
  202. background: url(../img/light_kuang1.png) no-repeat center;
  203. height: 545px;
  204. width: 14.8%;
  205. background-size: 100% 100%;
  206. padding-left: 10px;
  207. box-sizing: border-box;
  208. padding-top: 40px;
  209. margin-left: 4.2%;
  210. }
  211. .orderTtype_Con ul li.active {
  212. background: url(../img/light_kuang2.png) no-repeat center;
  213. background-size: 100% 100%;
  214. height: 545px;
  215. /* padding-top: 85px; */
  216. width: 16%;
  217. }
  218. .orderType>.orderTtype_Con ul li img {
  219. width: 90px;
  220. padding: 0px;
  221. /*margin: 25px -9px 7px 38px;*/
  222. height: 70px;
  223. }
  224. .typeWord {
  225. width: 169px;
  226. text-align: center;
  227. position: relative;
  228. margin-top: 10px;
  229. color: #ecbc16!important;
  230. font-size: 22px;
  231. }
  232. .typeWord:before {
  233. position: absolute;
  234. display: block;
  235. content: "";
  236. height: 4px;
  237. width: 80%;
  238. background: -webkit-linear-gradient(right, #45a6f3, transparent);
  239. /* Safari 5.1 - 6.0 */
  240. background: -o-linear-gradient(right, #45a6f3, transparent);
  241. /* Opera 11.1 - 12.0 */
  242. background: -moz-linear-gradient(right, #45a6f3, transparent);
  243. /* Firefox 3.6 - 15 */
  244. background: linear-gradient(to right, #45a6f3, transparent);
  245. /* 标准的语法(必须放在最后) */
  246. bottom: -13px;
  247. left: 10%;
  248. }
  249. .typeWord_line {
  250. color: #c9d3ff;
  251. font-size: 14px;
  252. position: relative;
  253. width: 166px;
  254. text-align: center;
  255. margin-bottom: 23px;
  256. }
  257. .typeWord_line:before {
  258. position: absolute;
  259. content: "";
  260. height: 2px;
  261. width: 100%;
  262. background: -webkit-linear-gradient(left, transparent, #fff, transparent);
  263. /* Safari 5.1 - 6.0 */
  264. background: -o-linear-gradient(left, transparent, #fff, transparent);
  265. /* Opera 11.1 - 12.0 */
  266. background: -moz-linear-gradient(left, transparent, #fff, transparent);
  267. /* Firefox 3.6 - 15 */
  268. background: linear-gradient(to right, transparent, #fff, transparent);
  269. /* 标准的语法(必须放在最后) */
  270. border-radius: 20%;
  271. left: 0;
  272. bottom: -10px;
  273. }
  274. .order_count {
  275. color: #79FDFD;
  276. font-size: 16px;
  277. font-weight: bold;
  278. width: 166px;
  279. text-align: center;
  280. }
  281. .persent_kuang {
  282. width: 75px;
  283. height: 75px;
  284. color: #79FDFD;
  285. font-size: 14px;
  286. text-align: center;
  287. margin-left: 32px;
  288. line-height: 75px;
  289. font-weight: bold;
  290. background: url(../img/order_percent.png) no-repeat center;
  291. background-size: 100% 100%;
  292. }
  293. .persent_box {
  294. width: 85%;
  295. margin: 0 auto;
  296. }
  297. .persent_word {
  298. font-size: 14px;
  299. color: #c9d3ff;
  300. margin: 3px 0 0 40px;
  301. }
  302. /*第一屏结束*/
  303. /*第二屏开始*/
  304. .topMargin{
  305. position: absolute;
  306. left: 22%;
  307. top: 19%;
  308. z-index: 33;
  309. }
  310. .onerogPos{
  311. width: 100%;
  312. padding: 0;
  313. height: 100%;
  314. }
  315. .topLeft5{
  316. margin-left: 20px;
  317. }
  318. .tabItems{
  319. height: 100%;
  320. position: relative;
  321. color: #FFFFFF;
  322. }
  323. .onerogPos{
  324. position: relative;
  325. }
  326. .orderStatistic>div>ul li {
  327. height: 120px;
  328. width: 250px;
  329. margin-top: 27px;
  330. background: url(../img/num_frame.png) no-repeat center;
  331. background-size: 100%;
  332. }
  333. .orderStatistic>div>ul li div {
  334. font-size: 12px;
  335. color: #fff;
  336. margin-left: 27px;
  337. }
  338. .orderStatistic>div>ul li div.alert_link {
  339. font-size: 12px;
  340. color: #fff;
  341. display: block;
  342. position: absolute;
  343. top: 40px;
  344. right: -15px;
  345. width: 150px;
  346. height: 100px;
  347. }
  348. .slideCon_bg>div>ul li img {
  349. width: 50px;
  350. height: 50px;
  351. padding-left: 37px;
  352. padding-top: 25px;
  353. display: inline-block;
  354. vertical-align: middle;
  355. }
  356. .numect_1{
  357. position: absolute;
  358. left: 10%;
  359. top: 20%;
  360. z-index: 333;
  361. }
  362. .numect_2{
  363. position: absolute;
  364. left: 10%;
  365. top: 34%;
  366. z-index: 333;
  367. }
  368. .numect_3{
  369. position: absolute;
  370. left: 10%;
  371. top: 48%;
  372. z-index: 333;
  373. }
  374. .numect1{
  375. position: absolute;
  376. right: 10%;
  377. top: 20%;
  378. z-index: 333;
  379. }
  380. .numect2{
  381. position: absolute;
  382. right: 10%;
  383. top: 34%;
  384. z-index: 333;
  385. }
  386. .numect3{
  387. position: absolute;
  388. right: 10%;
  389. top: 48%;
  390. z-index: 333;
  391. }
  392. .order_num{
  393. display: none;
  394. }
  395. .num_size{
  396. font-size: 24px;
  397. color: #ecbc16 !important;
  398. margin-top: 8%;
  399. }
  400. /*第三屏结束*/
  401. /*第四屏*/
  402. .fivePos {
  403. position: absolute;
  404. right: 10%;
  405. top: 18%;
  406. }
  407. .trafficVolume{
  408. position: relative;
  409. }
  410. .trafficVolume .orderCon_left {
  411. position: absolute;
  412. left: 0;
  413. top: 24%;
  414. width: 40%;
  415. }
  416. .trafficVolume .orderCon_right {
  417. position: absolute;
  418. right: 0;
  419. top: 25%;
  420. width: 60%;
  421. }
  422. .tagBox {
  423. width: 80%;
  424. height: 600px;
  425. position: absolute;
  426. left: 22%;
  427. }
  428. .tagcloud {
  429. height: 580px;
  430. -webkit-overflow-scrolling: touch;
  431. overflow-y: auto;
  432. overflow-x: hidden;
  433. padding: 0 0.1rem;
  434. margin-bottom: -.2rem;
  435. overflow: -moz-scrollbars-none;
  436. overflow: -moz-scrollbars-none;
  437. }
  438. .tagcloud::-webkit-scrollbar {
  439. display: none;
  440. }
  441. .tagcloud>div {
  442. float: left;
  443. display: block;
  444. color: #333;
  445. font-size: 13px;
  446. text-decoration: none;
  447. border: 1px solid #00e9ff;
  448. width: 90%;
  449. height: 267px;
  450. margin: 10px;
  451. }
  452. .tagcloud_bj {
  453. background-size: 100% 100%;
  454. }
  455. .tagcloud_bjShine {
  456. background-size: 100% 100%;
  457. }
  458. .backg_cor {
  459. background: #005499;
  460. }
  461. .backg_cor_bg {
  462. background: #001C68;
  463. }
  464. .table_box table:first-child {
  465. color: #FFFFFF;
  466. margin-bottom: 0px;
  467. }
  468. .keyBottom_left {
  469. position: absolute;
  470. width: 80%;
  471. right: 18%;
  472. }
  473. .table_box_key {
  474. width: 100%;
  475. padding: 2%;
  476. height: 510px;
  477. background: url(../img/key_bj.png) no-repeat;
  478. background-size: 100% 100%;
  479. color: #79FDFD;
  480. }
  481. .table_box_key table thead tr td {
  482. font-size: 14px;
  483. line-height: 32px;
  484. }
  485. .table_box_key table tbody tr td {
  486. color: #27B723;
  487. }
  488. .table_box_key table tbody tr td:first-child {
  489. color: #79FDFD;
  490. }
  491. .table_box_key table tbody tr td:last-child {
  492. color: #f05964;
  493. }
  494. .table>tbody>tr>td {
  495. border-top: 1px solid #3160a2;
  496. }
  497. .tabItems {
  498. position: relative;
  499. }
  500. .tag_title {
  501. font-size: 16px;
  502. line-height: 23px;
  503. height: 23px;
  504. color: #79FDFD;
  505. width: 100%;
  506. position: relative;
  507. overflow: hidden;
  508. }
  509. .tag_title .danhao {
  510. display: inline-block;
  511. width: 20%;
  512. text-align: center;
  513. }
  514. .tag_title .Yichin {
  515. color: #27B723;
  516. }
  517. .tag_titleWt {
  518. -webkit-overflow-scrolling: touch;
  519. overflow-y: auto;
  520. overflow-x: hidden;
  521. padding: 0 0.1rem;
  522. margin-bottom: -.2rem;
  523. overflow: -moz-scrollbars-none;
  524. overflow: -moz-scrollbars-none;
  525. }
  526. .tag_titleWt::-webkit-scrollbar {
  527. display: none;
  528. }
  529. .tag_title .Wentimo {
  530. display: inline-block;
  531. width: 80%;
  532. }
  533. .tag_title .washpa {
  534. padding-bottom: 30px;
  535. }
  536. .tagcloud>div .ts_count {
  537. text-align: center;
  538. color: #86f5ff;
  539. }