statistics.css 2.3 KB

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