statistics.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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-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-02cfb9{background-color: #02cfb9;color: #fff;}
  68. .bgc-02cfb9.focus, .bgc-02cfb9:focus, .bgc-02cfb9:hover{color: #fff;background-color: #00bda8;}
  69. .bgc-12B7F5{
  70. background-color: #12B7F5;
  71. }
  72. .bgc-12B7F5:hover{
  73. background-color: #00adee;
  74. color: #fff;
  75. }
  76. .c-12B7F5{
  77. color: #12B7F5;
  78. }
  79. .bgc-FF9630{
  80. background-color: #FF9630;
  81. }
  82. .bgc-FF9630:hover{
  83. background-color: #f58920;
  84. color: #fff;
  85. }
  86. .c-FF9630{
  87. color: #FF9630;
  88. }
  89. .bgc-2DBE55{
  90. background-color: #2DBE55;
  91. }
  92. .bgc-2DBE55:hover{
  93. background-color: #30a14f;
  94. color: #fff;
  95. }
  96. .data-model{
  97. border: 1px solid #e1e1e1;
  98. border-radius: 5px;
  99. }
  100. #sc_table{}
  101. #sc_table tr td:nth-child(2):hover{
  102. color:#12B7F5;
  103. cursor: pointer;
  104. }
  105. #sc_table th,#sc_table td{
  106. height: 40px;
  107. font-size: 14px;
  108. padding-left:5px;
  109. padding-right:5px;
  110. }
  111. #sc_table th{
  112. background-color: #F5F5FA;
  113. text-align: center;
  114. color: #909090;
  115. font-weight: normal;
  116. }
  117. [v-cloak] {
  118. display: none;
  119. }
  120. .ellipsis{
  121. overflow: hidden;
  122. text-overflow:ellipsis;
  123. white-space: nowrap;
  124. }
  125. .dataCell {
  126. height: 24px;
  127. line-height: 24px;
  128. float: left;
  129. margin-right:10px;
  130. }
  131. .w160{
  132. width:160px;
  133. }
  134. .c-vam {
  135. vertical-align: middle;
  136. }
  137. .inline {
  138. display: inline-block!important;
  139. vertical-align: middle;
  140. }
  141. button.dropdown-toggle{
  142. width: 35px;
  143. }
  144. button.dropdown-toggle .caret,
  145. button.dropdown-toggle:hover .caret {
  146. background: url(../images/jiantou_xia_icon.png) no-repeat;
  147. width: 11px;
  148. height: 11px;
  149. background-size: 100%;
  150. border: 0;
  151. }
  152. .form-control{
  153. height: 28px;
  154. background-color: #FFFFFF !important;
  155. }