statistics.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. .re-title .name{font-size: 18px;font-weight: bold;color: #333;height: 40px;line-height: 40px;display: inline-block;padding: 0px 20px;}
  4. .re-title .team{font-size: 14px;color: #333;display: inline-block;}
  5. .no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none}
  6. .re-title{border-bottom:solid 1px #ededed;}
  7. .w3-row:after {
  8. content: "";
  9. display: table;
  10. clear: both
  11. }
  12. .btn.disabled{pointer-events: none;}
  13. .w3-col {
  14. float: left;
  15. width: 100%
  16. }
  17. .w3-rest{overflow:hidden}
  18. .div-table {
  19. display: table;
  20. width: 100%;
  21. }
  22. .table-row {
  23. display: table-row;
  24. }
  25. .table-cell {
  26. display: table-cell;
  27. text-align: center;
  28. vertical-align: middle;
  29. }
  30. .pr20{
  31. padding-right: 20px;
  32. }
  33. .fr{
  34. float: right;
  35. }
  36. .lheight-20{
  37. line-height: 20px;
  38. }
  39. .lheight-40{
  40. line-height: 40px;
  41. }
  42. .lheight-60{
  43. line-height: 60px;
  44. }
  45. .mt80{
  46. margin-top: 80px;
  47. }
  48. .w-160{
  49. width: 160px;
  50. }
  51. .w-220{
  52. width: 220px;
  53. }
  54. .btn{
  55. color:#fff;
  56. width: 80px;
  57. padding: 4px 8px;
  58. height: 28px;
  59. }
  60. select.form-control{
  61. padding: 0px 1px;
  62. height: 28px;
  63. }
  64. .bgc-12B7F5{
  65. background-color: #12B7F5;
  66. }
  67. .bgc-12B7F5:hover{
  68. background-color: #00adee;
  69. color: #fff;
  70. }
  71. .c-12B7F5{
  72. color: #12B7F5;
  73. }
  74. .bgc-FF9630{
  75. background-color: #FF9630;
  76. }
  77. .c-FF9630{
  78. color: #FF9630;
  79. }
  80. .bgc-2DBE55{
  81. background-color: #2DBE55;
  82. }
  83. .bgc-2DBE55:hover{
  84. background-color: #29ba51;
  85. color: #fff;
  86. }
  87. .data-model{
  88. border: 1px solid #e1e1e1;
  89. border-radius: 5px;
  90. }
  91. #sc_table{}
  92. #sc_table tr td:nth-child(2):hover{
  93. color:#12B7F5;
  94. cursor: pointer;
  95. }
  96. #sc_table th,#sc_table td{
  97. height: 40px;
  98. font-size: 14px;
  99. padding-left:5px;
  100. padding-right:5px;
  101. }
  102. #sc_table th{
  103. background-color: #F5F5FA;
  104. text-align: center;
  105. color: #909090;
  106. font-weight: normal;
  107. }
  108. [v-cloak] {
  109. display: none;
  110. }
  111. .ellipsis{
  112. overflow: hidden;
  113. text-overflow:ellipsis;
  114. white-space: nowrap;
  115. }
  116. .dataCell {
  117. height: 24px;
  118. line-height: 24px;
  119. float: left;
  120. margin-right:10px;
  121. }
  122. .w160{
  123. width:160px;
  124. }
  125. .c-vam {
  126. vertical-align: middle;
  127. }
  128. .inline {
  129. display: inline-block!important;
  130. vertical-align: middle;
  131. }
  132. button.dropdown-toggle{
  133. width: 35px;
  134. }
  135. button.dropdown-toggle .caret,
  136. button.dropdown-toggle:hover .caret {
  137. background: url(../images/jiantou_xia_icon.png) no-repeat;
  138. width: 11px;
  139. height: 11px;
  140. background-size: 100%;
  141. border: 0;
  142. }
  143. .form-control{
  144. height: 28px;
  145. background-color: #FFFFFF !important;
  146. }