statistics.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .nav-tabs li a{background-color: #f5f5f5;color: #666;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-40{
  43. line-height: 40px;
  44. }
  45. .lheight-60{
  46. line-height: 60px;
  47. }
  48. .mt80{
  49. margin-top: 80px;
  50. }
  51. .w-160{
  52. width: 160px;
  53. }
  54. .w-220{
  55. width: 220px;
  56. }
  57. .btn{
  58. color:#fff;
  59. width: 80px;
  60. padding: 4px 8px;
  61. height: 28px;
  62. }
  63. select.form-control{
  64. padding: 0px 1px;
  65. height: 28px;
  66. }
  67. .bgc-12B7F5{
  68. background-color: #12B7F5;
  69. }
  70. .bgc-12B7F5:hover{
  71. background-color: #00adee;
  72. color: #fff;
  73. }
  74. .c-12B7F5{
  75. color: #12B7F5;
  76. }
  77. .bgc-FF9630{
  78. background-color: #FF9630;
  79. }
  80. .c-FF9630{
  81. color: #FF9630;
  82. }
  83. .bgc-2DBE55{
  84. background-color: #2DBE55;
  85. }
  86. .bgc-2DBE55:hover{
  87. background-color: #29ba51;
  88. color: #fff;
  89. }
  90. .data-model{
  91. border: 1px solid #e1e1e1;
  92. border-radius: 5px;
  93. }
  94. #sc_table{}
  95. #sc_table tr td:nth-child(2):hover{
  96. color:#12B7F5;
  97. cursor: pointer;
  98. }
  99. #sc_table th,#sc_table td{
  100. height: 40px;
  101. font-size: 14px;
  102. padding-left:5px;
  103. padding-right:5px;
  104. }
  105. #sc_table th{
  106. background-color: #F5F5FA;
  107. text-align: center;
  108. color: #909090;
  109. font-weight: normal;
  110. }
  111. [v-cloak] {
  112. display: none;
  113. }
  114. .ellipsis{
  115. overflow: hidden;
  116. text-overflow:ellipsis;
  117. white-space: nowrap;
  118. }
  119. .dataCell {
  120. height: 24px;
  121. line-height: 24px;
  122. float: left;
  123. margin-right:10px;
  124. }
  125. .w160{
  126. width:160px;
  127. }
  128. .c-vam {
  129. vertical-align: middle;
  130. }
  131. .inline {
  132. display: inline-block!important;
  133. vertical-align: middle;
  134. }
  135. button.dropdown-toggle{
  136. width: 35px;
  137. }
  138. button.dropdown-toggle .caret,
  139. button.dropdown-toggle:hover .caret {
  140. background: url(../images/jiantou_xia_icon.png) no-repeat;
  141. width: 11px;
  142. height: 11px;
  143. background-size: 100%;
  144. border: 0;
  145. }
  146. .form-control{
  147. height: 28px;
  148. background-color: #FFFFFF !important;
  149. }