test-1280.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. /*common.css*/
  2. @font-face
  3. {
  4. font-family: myFirstFont;
  5. src: url('../font/Fette-Engschrift.ttf');
  6. }
  7. body{
  8. background: #081325 url(../images/interact.png) center no-repeat;
  9. background-size:cover;
  10. }
  11. div{
  12. box-sizing: border-box;
  13. }
  14. .clearfix{
  15. clear:both;
  16. }
  17. .container-header{
  18. width:100%;
  19. height:74px;
  20. text-align: center;
  21. box-sizing: border-box;
  22. }
  23. .container-header .nowTime{
  24. position: absolute;
  25. left:20px;
  26. top:41px;
  27. font-size: 0;
  28. }
  29. .container-header .nowTime li{
  30. display: inline-block;
  31. width:130px;
  32. height:40px;
  33. font-size: 24px;
  34. color:#fff;
  35. }
  36. .nowTime li{
  37. display: inline-block;
  38. float: left;
  39. /*font-weight: 800;*/
  40. background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#5ec0d2));
  41. -webkit-background-clip: text;
  42. -webkit-text-fill-color: transparent;
  43. }
  44. .nowTime li div{
  45. background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#5ec0d2));
  46. -webkit-background-clip: text;
  47. -webkit-text-fill-color: transparent;
  48. font-size: 12px;
  49. text-align: left;
  50. }
  51. .nowTime li p {
  52. background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#5ec0d2));
  53. -webkit-background-clip: text;
  54. -webkit-text-fill-color: transparent;
  55. font-size: 12px;
  56. }
  57. .container-header .location{
  58. position: absolute;
  59. right:17px;
  60. top:46px;
  61. }
  62. .location i{
  63. font-size: 14px;
  64. font-weight: 800;
  65. color:#7e9bc6;
  66. }
  67. .location span{
  68. font-size: 16px;
  69. line-height: 30px;
  70. color:#168fcd;
  71. }
  72. .container-header h3{
  73. line-height: 74px;
  74. font-size: 40px;
  75. font-weight: 800;
  76. color:#fff;
  77. }
  78. /* 边角 */
  79. .left-top,.right-top,.left-bottom,.right-bottom{
  80. position:absolute;
  81. width:13px;
  82. height:13px;
  83. }
  84. .left-top{
  85. left:0;
  86. top:0;
  87. border-left:solid 2px #045291;
  88. border-top:solid 2px #045291;
  89. }
  90. .right-top{
  91. right:0;
  92. top:0;
  93. border-right:solid 2px #045291;
  94. border-top:solid 2px #045291;
  95. }
  96. .left-bottom{
  97. left:0;
  98. bottom:0;
  99. border-left:solid 2px #045291;
  100. border-bottom:solid 2px #045291;
  101. }
  102. .right-bottom{
  103. right:0;
  104. bottom:0;
  105. border-right:solid 2px #045291;
  106. border-bottom:solid 2px #045291;
  107. }
  108. .resource-right .com-count-title{
  109. font-size: 16px;
  110. margin-left: 10px;
  111. }
  112. .com-count-title{
  113. color:#1bb4f9;
  114. padding:20px;
  115. font-size: 22px;
  116. }
  117. .com-screen-content{
  118. width:100%;
  119. height:auto;
  120. }
  121. .com-screen-content2{
  122. width:100%;
  123. height:auto;
  124. }
  125. .filter-type{
  126. font-size: 0;
  127. }
  128. .filter-type li:hover{
  129. cursor: pointer;
  130. }
  131. .filter-type li{
  132. display: inline-block;
  133. width:120px;
  134. line-height: 40px;
  135. font-family: myFirstFont;
  136. font-size: 20px;
  137. text-align:center ;
  138. color:#024f9b;
  139. border:solid 1px #075797;
  140. background:#0d2343;
  141. }
  142. .filter-type li.active{
  143. color:white;
  144. background:#0c182d;
  145. border:solid 1px #1bb9f9;
  146. }
  147. .container-content{
  148. padding:10px 20px;
  149. box-sizing: border-box;
  150. }
  151. .count-base,.count-resource,.count-share,.count-topic{
  152. position:relative;
  153. padding:20px;
  154. margin-top: 10px;
  155. box-sizing: border-box;
  156. }
  157. .com-count-title{
  158. color:#1bb4f9;
  159. font-size: 16px;
  160. padding:0;
  161. }
  162. .count-base{
  163. margin-left:10px;
  164. float:left;/*浮动*/
  165. width:32%;
  166. height:350px;
  167. background: url('../images/left-top3.jpg') center no-repeat;
  168. background-size:cover;
  169. }
  170. .count-resource{
  171. margin-left:10px;
  172. float:left;
  173. width:32%;
  174. height:350px;
  175. background: url('../images/left-top3.jpg') center no-repeat;
  176. background-size:cover;
  177. }
  178. .count-share{
  179. margin-left:10px;
  180. float:left;
  181. width:48.4%;
  182. height:350px;
  183. background: url('../images/left-bottom2.jpg') center no-repeat;
  184. background-size:cover;
  185. }
  186. .count-topic{
  187. margin-left:10px;
  188. float:left;
  189. width:48.4%;
  190. height:350px;
  191. background: url('../images/left-bottom2.jpg') center no-repeat;
  192. background-size:cover;
  193. }
  194. .data-label{
  195. position:absolute;
  196. top:20px;
  197. right:10px;
  198. }
  199. .data-label li{
  200. float:left;
  201. width: 90px;
  202. text-align: center;
  203. font-size: 16px;
  204. color: #828c9d;
  205. }
  206. .data-label li:hover,.data-label li.active{
  207. color: #fff;
  208. background: url("../images/choose-item.png") center no-repeat;
  209. }
  210. @charset "utf-8";
  211. /* author lyc */
  212. *{ margin:0px; padding:0px; font-family:'微软雅黑'; -webkit-tap-highlight-color:rgba(0,0,0,0); }
  213. li{ list-style:none }
  214. img{ border:none}
  215. a{text-decoration:none;}
  216. /* -------------------------摇奖排行榜----------------------------------- */
  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:14px;}
  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:38px; line-height:38px; text-align:left; font-size:9px;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: 14px;
  255. }
  256. .use-data .data-name{
  257. color:#1bb9f9;
  258. font-size: 14px;
  259. }