説明なし

totalCallVolume.css 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. .hu-total {
  2. font-size: 12px;
  3. }
  4. .hu-tab li {
  5. float: left;
  6. }
  7. .hut-tcon {
  8. float: right;
  9. }
  10. .hu-total h2 {
  11. font-size: 18px;
  12. }
  13. .hu-content {
  14. width: 100%;
  15. }
  16. .hu-content .hu-con-left {
  17. width: 70%;
  18. padding-left: 2%;
  19. margin: 0 auto;
  20. display: none;
  21. }
  22. .hu-con-left table thead tr td,
  23. table tfoot tr td {
  24. background: #249fea;
  25. color: #fff;
  26. }
  27. .hu-con-left table {
  28. margin-top: 35px;
  29. }
  30. .hu-content .hu-con-right {
  31. width: 100%;
  32. padding-right: 2%;
  33. height: 100%;
  34. margin: 0 auto;
  35. text-align: -webkit-center;
  36. }
  37. #huData {
  38. width: 100%;
  39. height: 100%;
  40. }
  41. .center {
  42. text-align: -webkit-center;
  43. width: 100%;
  44. margin: 0 auto;
  45. }
  46. .th-tu table thead tr td {
  47. background: #249fea;
  48. color: #fff;
  49. }
  50. .th-table table thead tr td {
  51. background: #249fea;
  52. color: #fff;
  53. }
  54. .th-table {
  55. display: none;
  56. }
  57. .zxt-content {
  58. width: 95%;
  59. margin: 0 auto;
  60. }
  61. .zxt-table table {
  62. font-size: 12px;
  63. margin-top: 20px;
  64. }
  65. .zxt-table table thead tr td {
  66. background: #249fea;
  67. color: #fff;
  68. }
  69. .seatStatement .drop_down,
  70. .qualityDataReport .drop_down {
  71. position: relative;
  72. width: 300px;
  73. }
  74. .seatStatement .drop_down input.form-control,
  75. .qualityDataReport .drop_down input.form-control {
  76. width: 100%;
  77. }
  78. .seatStatement .drop_down .caret,
  79. .qualityDataReport .drop_down .caret {
  80. position: absolute;
  81. right: 8px;
  82. top: 15px;
  83. }
  84. .seatStatement #deptTreeView,
  85. .qualityDataReport #deptTreeView {
  86. width: 300px;
  87. max-height: 256px;
  88. overflow-y: auto;
  89. position: absolute;
  90. z-index: 2;
  91. top: 34px;
  92. left: 0px;
  93. background-color: #fff;
  94. }
  95. .annual-con {
  96. width: 90%;
  97. /*height: 500px;*/
  98. margin: 20px auto;
  99. }
  100. .annual-con table thead tr td {
  101. background: #249fea;
  102. color: #fff;
  103. }
  104. .seatCall-content h2 {
  105. font-size: 18px;
  106. margin-bottom: 20px;
  107. }
  108. .seatCall-content {
  109. width: 90%;
  110. margin: 0 auto;
  111. }
  112. .seatCall-table table {
  113. font-size: 12px;
  114. }
  115. .seatCall-table table thead tr td {
  116. background: #249fea;
  117. color: #fff;
  118. font-size: 14px;
  119. }
  120. .qualityData-content {
  121. width: 95%;
  122. margin: 0 auto;
  123. }
  124. .qualityData-table {
  125. overflow-x: auto;
  126. }
  127. .qualityData-table table {
  128. font-size: 12px;
  129. margin-top: 20px;
  130. width: 100%;
  131. max-width: 100%;
  132. }
  133. .qualityData-table table thead tr td {
  134. background: #249fea;
  135. color: #fff;
  136. }
  137. .compent {
  138. font-size: 12px;
  139. }
  140. .kpi-content h2 {
  141. font-size: 18px;
  142. margin-bottom: 20px;
  143. }
  144. .kpi-content {
  145. width: 90%;
  146. margin: 0 auto;
  147. }
  148. .kpi-table table thead tr td {
  149. background: #249fea;
  150. color: #fff;
  151. font-size: 14px;
  152. }