test-1920.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. /******
  2. 版权所有
  3. 云码资源淘宝店铺 大数据可视化大屏模板专家
  4. https://shop188702750.taobao.com/search.htm?spm=a1z10.1-c.0.0.1221421cqgmNaI&search=y
  5. ******/
  6. body{
  7. background: #081325 url(../images/interact.png) center no-repeat;
  8. background-size:cover;
  9. }
  10. div{
  11. box-sizing: border-box;
  12. }
  13. .clearfix{
  14. clear:both;
  15. }
  16. .container-header{
  17. width:100%;
  18. height:74px;
  19. text-align: center;
  20. box-sizing: border-box;
  21. }
  22. .container-header .nowTime{
  23. position: absolute;
  24. left:20px;
  25. top:41px;
  26. font-size: 0;
  27. }
  28. .container-header .nowTime li{
  29. display: inline-block;
  30. width:140px;
  31. height:40px;
  32. font-size: 30px;
  33. color:#fff;
  34. }
  35. .nowTime li{
  36. display: inline-block;
  37. float: left;
  38. /*font-weight: 800;*/
  39. background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#5ec0d2));
  40. -webkit-background-clip: text;
  41. -webkit-text-fill-color: transparent;
  42. }
  43. .nowTime li div{
  44. background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#5ec0d2));
  45. -webkit-background-clip: text;
  46. -webkit-text-fill-color: transparent;
  47. font-size: 16px;
  48. text-align: left;
  49. }
  50. .nowTime li p {
  51. background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#5ec0d2));
  52. -webkit-background-clip: text;
  53. -webkit-text-fill-color: transparent;
  54. font-size: 16px;
  55. }
  56. .container-header .location{
  57. position: absolute;
  58. right:17px;
  59. top:46px;
  60. }
  61. .location i{
  62. font-size: 18px;
  63. font-weight: 800;
  64. color:#7e9bc6;
  65. }
  66. .location span{
  67. font-size: 20px;
  68. line-height: 30px;
  69. color:#168fcd;
  70. }
  71. .container-header h3{
  72. line-height: 74px;
  73. font-size: 2.5vw;
  74. font-weight: 800;
  75. color:#fff;
  76. }
  77. /******
  78. 版权所有
  79. 云码资源淘宝店铺 大数据可视化大屏模板专家
  80. https://shop188702750.taobao.com/search.htm?spm=a1z10.1-c.0.0.1221421cqgmNaI&search=y
  81. ******/
  82. /* 边角 */
  83. .left-top,.right-top,.left-bottom,.right-bottom{
  84. position:absolute;
  85. width:13px;
  86. height:13px;
  87. }
  88. .left-top{
  89. left:0;
  90. top:0;
  91. border-left:solid 2px #045291;
  92. border-top:solid 2px #045291;
  93. }
  94. .right-top{
  95. right:0;
  96. top:0;
  97. border-right:solid 2px #045291;
  98. border-top:solid 2px #045291;
  99. }
  100. .left-bottom{
  101. left:0;
  102. bottom:0;
  103. border-left:solid 2px #045291;
  104. border-bottom:solid 2px #045291;
  105. }
  106. .right-bottom{
  107. right:0;
  108. bottom:0;
  109. border-right:solid 2px #045291;
  110. border-bottom:solid 2px #045291;
  111. }
  112. .resource-right .com-count-title{
  113. font-size: 16px;
  114. margin-left: 10px;
  115. }
  116. .com-count-title{
  117. color:#1bb4f9;
  118. padding:20px;
  119. font-size: 22px;
  120. }
  121. .com-screen-content{
  122. width:100%;
  123. height:auto;
  124. }
  125. .com-screen-content2{
  126. width:100%;
  127. height:auto;
  128. }
  129. .filter-type{
  130. font-size: 0;
  131. }
  132. .filter-type li:hover{
  133. cursor: pointer;
  134. }
  135. .filter-type li{
  136. display: inline-block;
  137. width:120px;
  138. line-height: 40px;
  139. font-family: myFirstFont;
  140. font-size: 20px;
  141. text-align:center ;
  142. color:#024f9b;
  143. border:solid 1px #075797;
  144. background:#0d2343;
  145. }
  146. .filter-type li.active{
  147. color:white;
  148. background:#0c182d;
  149. border:solid 1px #1bb9f9;
  150. }
  151. .container-content{
  152. padding:10px 20px;
  153. box-sizing: border-box;
  154. }
  155. .count-base,.count-resource,.count-share,.count-topic{
  156. position:relative;
  157. padding:20px;
  158. margin-top: 10px;
  159. box-sizing: border-box;
  160. }
  161. .com-count-title{
  162. color:#1bb4f9;
  163. font-size: 18px;
  164. padding:0;
  165. }
  166. .count-base{
  167. margin-left:10px;
  168. float:left;/*浮动*/
  169. width:32%;
  170. height:350px;
  171. background: url('../images/left-top3.jpg') center no-repeat;
  172. background-size:cover;
  173. }
  174. .count-resource{
  175. margin-left:10px;
  176. float:left;
  177. width:32%;
  178. height:350px;
  179. background: url('../images/left-top3.jpg') center no-repeat;
  180. background-size:cover;
  181. }
  182. .count-share{
  183. margin-left:10px;
  184. float:left;
  185. width:48.4%;
  186. height:350px;
  187. background: url('../images/left-bottom2.jpg') center no-repeat;
  188. background-size:cover;
  189. }
  190. .count-topic{
  191. margin-left:10px;
  192. float:left;
  193. width:48.4%;
  194. height:350px;
  195. background: url('../images/left-bottom2.jpg') center no-repeat;
  196. background-size:cover;
  197. }
  198. .data-label{
  199. position:absolute;
  200. top:20px;
  201. right:10px;
  202. }
  203. .data-label li{
  204. float:left;
  205. width: 120px;
  206. text-align: center;
  207. font-size: 18px;
  208. color: #828c9d;
  209. }
  210. .data-label li:hover,.data-label li.active{
  211. color: #fff;
  212. background: url("../images/choose-item.png") center no-repeat;
  213. }
  214. @charset "utf-8";
  215. /* author lyc */
  216. *{ margin:0px; padding:0px; font-family:'微软雅黑'; -webkit-tap-highlight-color:rgba(0,0,0,0); }
  217. li{ list-style:none }
  218. img{ border:none}
  219. a{text-decoration:none;}
  220. .topRec_List dl,.maquee{ width:90%; overflow:hidden; margin:0 auto; color:#f0ece2}
  221. .topRec_List dd{ float:left; text-align:left; border-bottom:1px solid #1B96EE; color:#1B96EE;font-size:14px;}
  222. .topRec_List dl dd:nth-child(1){ width:50%; height:40px; line-height:40px; }
  223. .topRec_List dl dd:nth-child(2){ width:30%; height:40px; line-height:40px; }
  224. .topRec_List dl dd:nth-child(3){ width:20%; height:40px; line-height:40px; }
  225. .maquee{ height:195px;}
  226. .topRec_List ul{ width:100%; height:195px;}
  227. .topRec_List li{ width:100%; height:38px; line-height:38px; text-align:left; font-size:12px;color:#76dbd1}
  228. /*.topRec_List li:nth-child(2n){ background:#077cd0}*/
  229. .topRec_List li div{ float:left;}
  230. .topRec_List li div:nth-child(1){ width:50%;}
  231. .topRec_List li div:nth-child(2){ width:30%;}
  232. .topRec_List li div:nth-child(3){ width:20%;}
  233. .use-data{
  234. text-align: center;
  235. padding: 2px 0;
  236. margin-top:3%;
  237. height: 5%;
  238. background: url(../images/resource-use-data.jpg) center no-repeat;
  239. background-size:cover;
  240. border: solid 1px #093552;
  241. border-right: 0px;
  242. border-left: 0;
  243. }
  244. .use-data li{
  245. width:30%;
  246. font-size: 0;
  247. display: inline-table;
  248. border-right:solid 1px #1f4191;
  249. }
  250. .use-data li:last-child{
  251. border-right:0;
  252. }
  253. .use-data .data-count{
  254. color:#fff;
  255. font-family:myFirstFont ;
  256. height: 1%;
  257. font-size: 16px;
  258. }
  259. .use-data .data-name{
  260. color:#1bb9f9;
  261. font-size: 16px;
  262. }