statistics.css 2.2 KB

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