index.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. /*大屏*/
  2. *{
  3. -webkit-box-sizing: border-box;
  4. -moz-box-sizing: border-box;
  5. box-sizing: border-box}
  6. *,body{padding:0px; margin:0px;color: #222;font-family: "微软雅黑";}
  7. html,body{
  8. background: url("../images/bg01.png") no-repeat;
  9. background-size: cover;
  10. font-size: .16rem;
  11. color: #ffffff;
  12. position: relative;
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .fl{
  17. float: left;
  18. }
  19. .fr{
  20. float: right;
  21. }
  22. ul,ol{
  23. list-style: none;
  24. }
  25. .allnav{
  26. height: 100%;
  27. }
  28. /*谷哥滚动条样式*/
  29. ::-webkit-scrollbar {width:5px;height:5px;position:absolute}
  30. ::-webkit-scrollbar-thumb {background-color:#5bc0de}
  31. ::-webkit-scrollbar-track {background-color:#ddd}
  32. /***/
  33. .allnav{
  34. height: 100%;
  35. }
  36. /*
  37. 头部*/
  38. .header{
  39. width: 100%;
  40. height: 1.5rem;
  41. /*background: red;*/
  42. }
  43. .header .header-left{
  44. width: 25%;
  45. height: 1.05rem;
  46. color: white;
  47. /* border: 1px solid green;*/
  48. text-align: center;
  49. line-height: 1.05rem;
  50. }
  51. .header .header-center{
  52. width: 50%;
  53. height: 1.05rem;
  54. /*border: 1px solid red;*/
  55. /* background: url("../images/head.gif") no-repeat;
  56. background-size: 100% 100%;*/
  57. position: relative;
  58. }
  59. .header .header-center .header-title{
  60. text-align: center;
  61. color: #ffffff;
  62. font-size: .4rem;
  63. text-shadow: 0 0 .3rem #00d8ff;
  64. line-height: 1.05rem;
  65. }
  66. .header .header-img{
  67. background: url("../images/head.gif") no-repeat center center;
  68. background-size: 100%;
  69. height: 100%;
  70. width: 100%;
  71. position: absolute;
  72. top: .4rem;
  73. }
  74. .header .header-right{
  75. width: 25%;
  76. height: 1.05rem;
  77. /*border: 1px solid gold;*/
  78. }
  79. .header .header-bottom{
  80. width: calc(100% - .4rem);
  81. height: .16rem;
  82. background: url("../images/header.png") no-repeat;
  83. background-size: calc(100% - .2rem) 100%;
  84. padding: 0 .2rem;
  85. margin-left: .3rem;
  86. }
  87. /*
  88. 内容*/
  89. .center{
  90. padding: .1rem .2rem .1rem .2rem;
  91. }
  92. .center .center-left{
  93. width: 25%;
  94. padding: .1rem;
  95. /* border: 1px solid red;*/
  96. }
  97. .center .center-left .left-top{
  98. width: 100%;
  99. height: 3.2rem;
  100. margin-bottom: .4rem;
  101. /*background: url("../images/panel.png") no-repeat;
  102. background-size: 100% 100%;*/
  103. /*transform-style: preserve-3d;*/
  104. border: 0.01rem solid #217093;
  105. position: relative;
  106. overflow: hidden;
  107. }
  108. .center .center-left .left-top h1{
  109. color: white;
  110. font-size: .4rem;
  111. transform: rotateX(0deg);
  112. /*display: flex;*/
  113. align-items: center;
  114. margin-bottom: 8px;
  115. position: relative;
  116. -webkit-transform-style: preserve-3d;
  117. -moz-transform-style: preserve-3d;
  118. -ms-transform-style: preserve-3d;
  119. transform-style: preserve-3d;
  120. transform-origin: 50% 50%;
  121. /*transform: rotateX(0deg);*/
  122. /*width: 100%;*/
  123. transition: transform 500ms cubic-bezier(0.15, 0.52, 0.5, 0.9) 0s;
  124. /*height: 24px;*/
  125. /*过渡效果*/
  126. transition: all 1s;
  127. }
  128. /*.center .center-left .left-top h1:hover{
  129. transform: rotateX(360deg);
  130. transition: all 2s;
  131. }*/
  132. .title{
  133. width: 90%;
  134. height: 0.3rem;
  135. /* border: 1px solid gold;*/
  136. position: relative;
  137. top:.1rem;
  138. left: .25rem;
  139. color: white;
  140. padding-left: 0.12rem;
  141. line-height: 0.3rem;
  142. }
  143. .title:before{
  144. width: 0.05rem;
  145. height: 0.25rem;
  146. top: 0.02rem;
  147. position: absolute;
  148. content: "";
  149. background: #59ebe8;
  150. border-radius: 0.02rem;
  151. left: 0;
  152. }
  153. .top-list p{
  154. font-size: .18rem;
  155. color: #029698;
  156. padding: .3rem;
  157. }
  158. .top-list li{
  159. float: left;
  160. font-size: .2rem;
  161. color: #ffffff;
  162. width: 50%;
  163. height: .4rem;
  164. line-height: .4rem;
  165. padding: .2rem;
  166. }
  167. .center .center-left .left-cen{
  168. width: 100%;
  169. height: 3.2rem;
  170. margin-bottom: .4rem;
  171. /*background: url("../images/panel.png") no-repeat;
  172. background-size: 100% 100%;*/
  173. border: 0.01rem solid #217093;
  174. }
  175. .center .center-left .left-cen .company{
  176. width: calc(100% - .2rem);
  177. height: calc(100% - .6rem);
  178. margin-left: .1rem;
  179. margin-top: .1rem;
  180. /*border: 1px solid red;*/
  181. padding: .2rem;
  182. box-sizing: border-box;
  183. }
  184. .center .center-left .left-cen .company li{
  185. color: white;
  186. height: .3rem;
  187. line-height: .3rem;
  188. }
  189. .center .center-left .left-bottom{
  190. width: 100%;
  191. height: 3.2rem;
  192. /*background: url("../images/panel.png") no-repeat;
  193. background-size: 100% 100%;*/
  194. border: 0.01rem solid #217093;
  195. }
  196. .center .center-left .bottom-b{
  197. width: calc(100% - 0.2rem);
  198. height: 2.6rem;
  199. margin-left: 0.1rem;
  200. margin-top: 0.1rem;
  201. }
  202. .center .center-cen{
  203. width: 50%;
  204. padding: .1rem;
  205. }
  206. .center .center-cen .cen-top{
  207. width: 100%;
  208. height: 6.8rem;
  209. /*background: url("../images/a.png") no-repeat;
  210. background-size: 100% 100%;*/
  211. border: 0.01rem solid #217093;
  212. margin-bottom: .4rem;
  213. position: relative;
  214. }
  215. .center .center-cen .cen-top .top-title{
  216. position: absolute;
  217. width: 35%;
  218. height: 1.5rem;
  219. /*border: 1px solid red;*/
  220. left: .5rem;
  221. top:.5rem;
  222. }
  223. .center .center-cen .cen-top .top-title li{
  224. float: left;
  225. width: 50%;
  226. height: 1rem;
  227. /*border: 1px solid green;*/
  228. }
  229. .center .center-cen .cen-top .top-title li p,
  230. .center .center-cen .cen-top .top-title li span,
  231. .center .center-cen .cen-top .top-title li b{
  232. color: #ffffff;
  233. }
  234. .center .center-cen .cen-top .top-title li p{
  235. padding: .1rem;
  236. }
  237. .center .center-cen .cen-top .top-title li span{
  238. text-align: center;
  239. display: inline-block;
  240. width: .35rem;
  241. height: .45rem;
  242. background: #37a9ea;
  243. margin-left: .1rem;
  244. line-height: .4rem;
  245. font-size: .3rem;
  246. margin-top: .1rem;
  247. }
  248. .center .center-cen .cen-top .top-bottom{
  249. width: 100%;
  250. height: 4.8rem;
  251. /*border: 1px solid red;*/
  252. position: absolute;
  253. top:1.6rem;
  254. padding: .2rem;
  255. /*overflow: hidden;*/
  256. }
  257. .center .center-cen .cen-bottom{
  258. width: 100%;
  259. height: 3.2rem;
  260. border: 0.01rem solid #217093;
  261. }
  262. .center .center-cen .bottom-b{
  263. width: calc(100% - 0.2rem);
  264. height: 2.6rem;
  265. margin-left: 0.1rem;
  266. margin-top: 0.1rem;
  267. }
  268. .center .center-right{
  269. width: 25%;
  270. padding: .1rem;
  271. }
  272. .center .center-right .right-top{
  273. width: 100%;
  274. height: 3.2rem;
  275. margin-bottom: .4rem;
  276. border: 0.01rem solid #217093;
  277. }
  278. .center .center-right .right-cen{
  279. width: 100%;
  280. height: 3.2rem;
  281. margin-bottom: .4rem;
  282. border: 0.01rem solid #217093;
  283. }
  284. .center .center-right .right-bottom{
  285. width: 100%;
  286. height: 3.2rem;
  287. border: 0.01rem solid #217093;
  288. }
  289. .chat{
  290. width: calc(100% - .2rem);
  291. height: calc(100% - .6rem);
  292. margin-top: .1rem;
  293. margin-left: .1rem;
  294. padding: .1rem;
  295. /*overflow: hidden;*/
  296. }
  297. .gun{
  298. /* width: 100%;*/
  299. margin-top: .2rem;
  300. }
  301. .gun span{
  302. display: block;
  303. float: left;
  304. height: .2rem;
  305. width: 33%;
  306. /*background: red;*/
  307. /*margin: 15px 10px 10px 10px;*/
  308. /*padding: 20px;*/
  309. text-align: center;
  310. font-size: 0.14rem;
  311. font-weight: 600;
  312. color: #61d2f7;
  313. text-align: center;
  314. margin-bottom: .1rem;
  315. }
  316. #FontScroll{
  317. width: 100%;
  318. height: 2.3rem;
  319. overflow: hidden;
  320. /*float: left;*/
  321. margin-top: .1rem;
  322. /*margin: 0 5%;*/
  323. /*margin-left: 50px;*/
  324. /*background: gold;*/
  325. }
  326. #FontScroll ul li{
  327. height: .32rem;
  328. width: 100%;
  329. color: #ffffff;
  330. text-align: center;
  331. line-height: .32rem;
  332. /*border-bottom: 1px dashed #404040;*/
  333. /*width:33.3%;*/
  334. overflow: hidden;
  335. font-size: 0.14rem;
  336. /*border-bottom: 1px dashed #404040;*/
  337. /*width:33.3%;*/
  338. /*background: red;
  339. margin: 0 2%;*/
  340. }
  341. #FontScroll ul li:nth-child(1){
  342. /*background-color: #072951;*/
  343. box-shadow: -10px 0px 15px #034c6a inset, /*左边阴影*/
  344. 10px 0px 15px #034c6a inset;
  345. }
  346. #FontScroll ul li:hover{
  347. box-shadow: -10px 0px 15px #034c6a inset, /*左边阴影*/
  348. 10px 0px 15px #034c6a inset;
  349. cursor: pointer;
  350. }
  351. .fontInner span{
  352. display:inline-block;
  353. /*float: left;*/
  354. /*height: 20px;*/
  355. width:31%;
  356. color: #ffffff;
  357. /*background: red;*/
  358. }
  359. .fontInner span b{
  360. display: inline-block;
  361. width: .2rem;
  362. height: .2rem;
  363. border-radius: 0.03rem;
  364. color: #ffffff;
  365. line-height: .2rem;
  366. }
  367. /*#FontScroll ul li:nth-child(1) .fontInner span b{
  368. background: #EB6841
  369. }*/
  370. /*大屏*/
  371. #FontScroll ul li:nth-child(8n-4) .fontInner span b{ background: #20a8fe }
  372. #FontScroll ul li:nth-child(8n-3) .fontInner span b{ background: #EB6841 }
  373. #FontScroll ul li:nth-child(8n-2) .fontInner span b{ background: #3FB8AF }
  374. #FontScroll ul li:nth-child(8n-1) .fontInner span b{ background: #FE4365 }
  375. #FontScroll ul li:nth-child(8n-5) .fontInner span b{ background: #FC9D9A }
  376. #FontScroll ul li:nth-child(8n-6) .fontInner span b{ background: #EDC951 }
  377. #FontScroll ul li:nth-child(8n-7) .fontInner span b{ background: #C8C8A9 }
  378. #FontScroll ul li:nth-child(8n) .fontInner span b{ background: #83AF9B }
  379. #FontScroll ul li:first-child .fontInner span b{ background: #036564 }
  380. #FontScroll ul li:last-child .fontInner span b{ background: #3299BB }