index.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. *{
  2. margin:0;
  3. padding:0;
  4. }
  5. ul,li{
  6. margin:0;
  7. padding:0;
  8. list-style:none;
  9. }
  10. body{
  11. background:#fafafa;
  12. }
  13. .clear{
  14. clear:both;
  15. }
  16. .clear:after {
  17. content: " ";
  18. display: table;
  19. clear: both
  20. }
  21. .content{
  22. padding:10px 20px;
  23. }
  24. .tips{
  25. display:inline-block;
  26. position:relative;
  27. z-index:10;
  28. }
  29. .tips img{
  30. width:18px;
  31. }
  32. .tips .tips_bd{
  33. display:none;
  34. position:absolute;
  35. left:-50px;
  36. top:35px;
  37. padding:5px;
  38. width:350px;
  39. line-height:20px;
  40. color:#666666;
  41. font-size:12px;
  42. background:#fff;
  43. border:2px solid rgba(0,0,0,0.15);
  44. }
  45. .tips .tips_bd:after{
  46. content: " ";
  47. display:block;
  48. position:absolute;
  49. left:50px;
  50. top:-8px;
  51. width:19px;
  52. height:10px;
  53. background:url('../images/jiantou2.png') no-repeat center top;
  54. }
  55. .tips:hover .tips_bd{
  56. display:block;
  57. }
  58. .statistics{
  59. margin-bottom:10px;
  60. padding:10px;
  61. border-radius:10px;
  62. background:#fff;
  63. -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05);
  64. -moz-box-shadow: 0 0 5px rgba(0,0,0,0.05);
  65. box-shadow: 0 0 5px rgba(0,0,0,0.05);
  66. }
  67. .statistics.w50{
  68. float:left;
  69. width:calc(50% - 5px);
  70. -moz-box-sizing: border-box; /*Firefox3.5+*/
  71. -webkit-box-sizing: border-box; /*Safari3.2+*/
  72. -o-box-sizing: border-box; /*Opera9.6*/
  73. -ms-box-sizing: border-box; /*IE8*/
  74. box-sizing: border-box;
  75. }
  76. .statistics.w33{
  77. float:left;
  78. width:calc(33.33% - 7px);
  79. -moz-box-sizing: border-box; /*Firefox3.5+*/
  80. -webkit-box-sizing: border-box; /*Safari3.2+*/
  81. -o-box-sizing: border-box; /*Opera9.6*/
  82. -ms-box-sizing: border-box; /*IE8*/
  83. box-sizing: border-box;
  84. }
  85. .statistics.mr10{
  86. margin-right:10px;
  87. }
  88. .statistics .title{
  89. padding:10px 0 10px 5px;
  90. line-height:30px;
  91. color:#000;
  92. font-size:16px;
  93. border-bottom: 1px solid #eeeeee;
  94. margin-bottom: 20px;
  95. }
  96. .statistics .title .bd_title{
  97. float:right;
  98. height:30px;
  99. line-height:30px;
  100. }
  101. .statistics .bd{}
  102. /* 下拉选择 */
  103. .dropdown{
  104. float:left;
  105. margin-right:10px;
  106. width: 65px;
  107. height:50px;
  108. z-index:10;
  109. }
  110. .dropdown .dropdown_input{
  111. padding-right:16px;
  112. color:#323232;
  113. background:url("../images/dropdown.png") no-repeat right center;
  114. background-size:12px;
  115. cursor:pointer;
  116. }
  117. .dropdown .dropdown_list{
  118. display:none;
  119. background:#fff;
  120. }
  121. .dropdown .dropdown_list ul{}
  122. .dropdown .dropdown_list ul li{
  123. height:30px;
  124. line-height:30px;
  125. color:#323232;
  126. cursor:pointer;
  127. }
  128. /* 选择时间段 */
  129. .data_select{
  130. float:left;
  131. margin-right:10px;
  132. }
  133. .data_select input{
  134. padding:3px 6px;
  135. }
  136. /* 查询 */
  137. .search{
  138. float:left;
  139. margin-right:10px;
  140. padding:0 20px;
  141. color:#fff;
  142. font-size:16px;
  143. cursor:pointer;
  144. background:#4da2ff;
  145. border-radius:5px;
  146. }
  147. /* 导出 */
  148. .export{
  149. float:left;
  150. padding:0 20px;
  151. color:#fff;
  152. font-size:16px;
  153. cursor:pointer;
  154. background:#ffcd30;
  155. border-radius:5px;
  156. }
  157. /* 基本 */
  158. .basic_list{}
  159. .basic_list ul{}
  160. .basic_list ul li{
  161. position:relative;
  162. float:left;
  163. margin-right:2%;
  164. margin-bottom:10px;
  165. padding:10px;
  166. width:32%;
  167. line-height:30px;
  168. text-align:right;
  169. -moz-box-sizing: border-box; /*Firefox3.5+*/
  170. -webkit-box-sizing: border-box; /*Safari3.2+*/
  171. -o-box-sizing: border-box; /*Opera9.6*/
  172. -ms-box-sizing: border-box; /*IE8*/
  173. box-sizing: border-box;
  174. }
  175. .basic_list ul li .basic_list_t{
  176. color:#fff;
  177. font-size:20px;
  178. }
  179. .basic_list ul li .basic_list_n{
  180. color:#fff;
  181. font-size:22px;
  182. font-weight:bold;
  183. }
  184. .basic_list ul li.no{
  185. margin-right:0;
  186. }
  187. .basic_list ul li.newusers{
  188. background:#fecc2d url('../images/1.png') no-repeat 10px bottom;
  189. background-size:90px;
  190. }
  191. .basic_list ul li.launches{
  192. background:#ff7a8b url('../images/2.png') no-repeat 10px bottom;
  193. background-size:90px;
  194. }
  195. .basic_list ul li.durations{
  196. background:#83d688 url('../images/3.png') no-repeat 10px bottom;
  197. background-size:90px;
  198. }
  199. .basic_list ul li.activityusers{
  200. background:#4da2ff url('../images/4.png') no-repeat 10px bottom;
  201. background-size:90px;
  202. }
  203. .basic_list ul li.users_total{
  204. background:#33c7d3 url('../images/5.png') no-repeat 10px bottom;
  205. background-size:90px;
  206. }
  207. /* 平台数据 */
  208. .plat{}
  209. .plat ul{}
  210. .plat ul li{
  211. position:relative;
  212. float:left;
  213. margin-right:1.33%;
  214. margin-bottom:10px;
  215. padding-left:75px;
  216. width:24%;
  217. height:90px;
  218. line-height:30px;
  219. border:2px solid #eeeeee;
  220. -moz-box-sizing: border-box; /*Firefox3.5+*/
  221. -webkit-box-sizing: border-box; /*Safari3.2+*/
  222. -o-box-sizing: border-box; /*Opera9.6*/
  223. -ms-box-sizing: border-box; /*IE8*/
  224. box-sizing: border-box;
  225. }
  226. .plat ul li.no{
  227. margin-right:0;
  228. }
  229. .plat ul li .plat_l{
  230. position:absolute;
  231. top:0;
  232. left:0;
  233. width:75px;
  234. height:100%;
  235. }
  236. .plat ul li .plat_r{
  237. padding:20px 0 20px 30px;
  238. line-height:25px;
  239. }
  240. .plat ul li .plat_r p{
  241. margin:0;
  242. color:#333;
  243. font-size:20px;
  244. }
  245. .plat ul li .plat_r p.plat_t{
  246. font-size:14px;
  247. }
  248. .plat ul li.plat_li1 .plat_l{
  249. background:#4da2ff url("../images/01.png") no-repeat center center;
  250. background-size:50px;
  251. }
  252. .plat ul li.plat_li1 .plat_r p.plat_t{
  253. color:#4da2ff
  254. }
  255. .plat ul li.plat_li2 .plat_l{
  256. background:#ffcd30 url("../images/02.png") no-repeat center center;
  257. background-size:50px;
  258. }
  259. .plat ul li.plat_li2 .plat_r p.plat_t{
  260. color:#ffcd30
  261. }
  262. .plat ul li.plat_li3 .plat_l{
  263. background:#83d688 url("../images/03.png") no-repeat center center;
  264. background-size:50px;
  265. }
  266. .plat ul li.plat_li3 .plat_r p.plat_t{
  267. color:#83d688
  268. }
  269. .plat ul li.plat_li4 .plat_l{
  270. background:#ff7a8b url("../images/04.png") no-repeat center center;
  271. background-size:50px;
  272. }
  273. .plat ul li.plat_li4 .plat_r p.plat_t{
  274. color:#ff7a8b
  275. }
  276. .plat ul li.plat_li5 .plat_l{
  277. background:#9e80fc url("../images/05.png") no-repeat center center;
  278. background-size:50px;
  279. }
  280. .plat ul li.plat_li5 .plat_r p.plat_t{
  281. color:#9e80fc
  282. }
  283. .plat ul li.plat_li6 .plat_l{
  284. background:#fe65bb url("../images/06.png") no-repeat center center;
  285. background-size:50px;
  286. }
  287. .plat ul li.plat_li6 .plat_r p.plat_t{
  288. color:#fe65bb
  289. }
  290. .plat ul li.plat_li7 .plat_l{
  291. background:#f0b167 url("../images/07.png") no-repeat center center;
  292. background-size:50px;
  293. }
  294. .plat ul li.plat_li7 .plat_r p.plat_t{
  295. color:#f0b167
  296. }
  297. .plat ul li.plat_li8 .plat_l{
  298. background:#61a5df url("../images/08.png") no-repeat center center;
  299. background-size:50px;
  300. }
  301. .plat ul li.plat_li8 .plat_r p.plat_t{
  302. color:#61a5df
  303. }
  304. .plat ul li.plat_li9 .plat_l{
  305. background:#61a5df url("../images/09.png") no-repeat center center;
  306. background-size:50px;
  307. }
  308. .plat ul li.plat_li9 .plat_r p.plat_t{
  309. color:#61a5df
  310. }