statistics.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. .nav-tabs li a{background-color: #f5f5f5;color: #666;min-width: 140px;text-align: center;margin-right: 5px;border-color: #ddd #ddd rgba(0, 0, 0, 0);}
  2. .nav-tabs li.active a,.nav-tabs li.active a:link{color: #12b7f5;}
  3. .jhover {
  4. background: #12B7F5!important;
  5. color: #fff;}
  6. .re-title .name{font-size: 18px;font-weight: bold;color: #333;height: 40px;line-height: 40px;display: inline-block;padding: 0px 20px;}
  7. .re-title .team{font-size: 14px;color: #333;display: inline-block;}
  8. .no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none}
  9. .re-title{border-bottom:solid 1px #ededed;}
  10. .w3-row:after {
  11. content: "";
  12. display: table;
  13. clear: both
  14. }
  15. .btn.disabled{pointer-events: none;}
  16. .w3-col {
  17. float: left;
  18. width: 100%
  19. }
  20. .w3-rest{overflow:hidden}
  21. .div-table {
  22. display: table;
  23. width: 100%;
  24. }
  25. .table-row {
  26. display: table-row;
  27. }
  28. .table-cell {
  29. display: table-cell;
  30. text-align: center;
  31. vertical-align: middle;
  32. }
  33. .pr20{
  34. padding-right: 20px;
  35. }
  36. .fr{
  37. float: right;
  38. }
  39. .lheight-20{
  40. line-height: 20px;
  41. }
  42. .lheight-24{
  43. line-height: 24px;
  44. }
  45. .lheight-40{
  46. line-height: 40px;
  47. }
  48. .lheight-60{
  49. line-height: 60px;
  50. }
  51. .mt80{
  52. margin-top: 80px;
  53. }
  54. .w-160{
  55. width: 160px;
  56. }
  57. .w-220{
  58. width: 220px;
  59. }
  60. .plr80{
  61. padding-left: 80px;
  62. padding-right: 80px;
  63. }
  64. .ml-2{
  65. margin-left: -2px;
  66. }
  67. .mt-4{
  68. margin-top: -4px;
  69. }
  70. .btn{
  71. color:#fff;
  72. width: 80px;
  73. padding: 4px 8px;
  74. height: 28px;
  75. }
  76. select.form-control{
  77. padding: 0px 1px;
  78. height: 28px;
  79. }
  80. .bgc-02cfb9{background-color: #02cfb9;color: #fff;}
  81. .bgc-02cfb9.focus, .bgc-02cfb9:focus, .bgc-02cfb9:hover{color: #fff;background-color: #00bda8;}
  82. .bgc-12B7F5,.bgc1-12B7F5{
  83. background-color: #12B7F5;
  84. }
  85. .bgc-12B7F5:hover{
  86. background-color: #00adee;
  87. color: #fff;
  88. }
  89. .c-12B7F5{
  90. color: #12B7F5;
  91. }
  92. .bgc-FF9630,.bgc1-FF9630{
  93. background-color: #FF9630;
  94. }
  95. .bgc-FF9630:hover{
  96. background-color: #f58920;
  97. color: #fff;
  98. }
  99. .c-FF9630{
  100. color: #FF9630;
  101. }
  102. .c-2DBE55{
  103. color: #2DBE55;
  104. }
  105. .bgc-2DBE55,.bgc1-2DBE55{
  106. background-color: #2DBE55;
  107. }
  108. .bgc-2DBE55:hover{
  109. background-color: #30a14f;
  110. color: #fff;
  111. }
  112. .bgc-6fd7fe{
  113. background-color: #6FD7FE;
  114. }
  115. .border-6FD7FE{
  116. border:1px solid #6FD7FE;
  117. border-radius: 5px;
  118. }
  119. .bgc-D7F3FE{
  120. background-color: #D7F3FE;
  121. }
  122. .bgc-DCFDE6{
  123. background-color: #DCFDE6;
  124. }
  125. .bgc-61D882{
  126. background-color: #61D882;
  127. }
  128. .border-61D882{
  129. border:1px solid #61D882;
  130. border-radius: 5px;
  131. }
  132. .bgc-FAB675{
  133. background-color: #FAB675;
  134. }
  135. .border-FAB675{
  136. border:1px solid #FAB675;
  137. border-radius: 5px;
  138. }
  139. .bgc-FEEEDF{
  140. background-color: #FEEEDF;
  141. }
  142. .c-border-radius-blr{
  143. border-bottom-left-radius: 10px;
  144. border-bottom-right-radius: 10px;
  145. min-width:200px;
  146. min-height: 175px;
  147. }
  148. .c-border-radius-blr5{
  149. border-bottom-left-radius: 5px;
  150. border-bottom-right-radius: 5px;
  151. }
  152. .bigbox{
  153. border-top-left-radius: 10px;
  154. border-top-right-radius: 10px;
  155. line-height: 40px;
  156. color:#fff;
  157. font-size: 18px;
  158. }
  159. .smallbox{
  160. border-bottom-left-radius: 5px;
  161. border-bottom-right-radius: 5px;
  162. line-height: 40px;
  163. font-size: 14px;
  164. background: #fff;
  165. }
  166. .jiantou01{
  167. position: absolute;
  168. margin-left: -25px;
  169. margin-top: 40px;
  170. }
  171. /*.numcircle{
  172. border-radius: 50%;
  173. background-color: #fff;
  174. padding: 2px 7px 1px 6px;
  175. margin-right: 6px;
  176. }*/
  177. #sc_table{}
  178. #sc_table tr td:nth-child(2):hover{
  179. color:#12B7F5;
  180. cursor: pointer;
  181. }
  182. #sc_table th,#sc_table td{
  183. height: 40px;
  184. font-size: 14px;
  185. padding-left:5px;
  186. padding-right:5px;
  187. }
  188. #sc_table th{
  189. background-color: #F5F5FA;
  190. text-align: center;
  191. color: #909090;
  192. font-weight: normal;
  193. }
  194. [v-cloak] {
  195. display: none;
  196. }
  197. .ellipsis{
  198. overflow: hidden;
  199. text-overflow:ellipsis;
  200. white-space: nowrap;
  201. }
  202. .dataCell {
  203. height: 24px;
  204. line-height: 24px;
  205. float: left;
  206. margin-right:10px;
  207. }
  208. .w160{
  209. width:160px;
  210. }
  211. .c-vam {
  212. vertical-align: middle;
  213. }
  214. .inline {
  215. display: inline-block!important;
  216. vertical-align: middle;
  217. }
  218. button.dropdown-toggle{
  219. width: 35px;
  220. }
  221. button.dropdown-toggle .caret,
  222. button.dropdown-toggle:hover .caret {
  223. background: url(../images/jiantou_xia_icon.png) no-repeat;
  224. width: 11px;
  225. height: 11px;
  226. background-size: 100%;
  227. border: 0;
  228. }
  229. .form-control{
  230. height: 28px;
  231. background-color: #FFFFFF !important;
  232. }
  233. .up_datamodel{
  234. background-image: url(../images/shouqi_btn.png);
  235. background-repeat: no-repeat;
  236. }
  237. .down_datamodel{
  238. background-image: url(../images/zhankai_btn.png);
  239. background-repeat: no-repeat;
  240. }
  241. #datamodeltap{
  242. position: absolute;
  243. right: 20px;
  244. margin-top: 10px;
  245. z-index: 1;
  246. cursor: pointer;
  247. }
  248. #sc_datamodel.boxcenter{
  249. width:840px;
  250. margin: 0 auto;
  251. }
  252. .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
  253. border-bottom: 1px solid #fff;
  254. }
  255. .right{
  256. float: right;
  257. }
  258. .numcircle{
  259. background-repeat: no-repeat;
  260. background-size: 20px 20px;
  261. }
  262. .bgc1-12B7F5.numcircle{
  263. background-image: url(../images/1_img.png);
  264. background-position: 42px;
  265. }
  266. .bgc1-2DBE55.numcircle{
  267. background-image: url(../images/2_img.png);
  268. background-position: 50px;
  269. }
  270. .bgc1-FF9630.numcircle{
  271. background-image: url(../images/3_img.png);
  272. background-position: 50px;
  273. }