index.css 8.7 KB

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