test-1024.css 5.8 KB

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