mac-status-analysis.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .summary {
  2. color: #fff;
  3. width: 100%;
  4. margin-top: 15px;
  5. height: 180px;
  6. padding-top: 20px;
  7. }
  8. .status-chart {
  9. width: 40%;
  10. float: left;
  11. height: 180px;
  12. margin-left: 25px;
  13. }
  14. .status-detail {
  15. float: left;
  16. margin-left: 80px;
  17. width: 40%;
  18. }
  19. .status-panel {
  20. width: 100px;
  21. height: 100px;
  22. text-align: center;
  23. float: left;
  24. }
  25. .status-badge {
  26. width: 8px;
  27. height: 8px;
  28. /* border-radius: 50%; */
  29. background-color: green;
  30. display: inline-block;
  31. }
  32. .marginTop{
  33. margin-top: 40%;
  34. }
  35. .status-title {
  36. text-align: center;
  37. float: left;
  38. margin-left: 15px;
  39. margin-top: 16%;
  40. }
  41. .mac-count {
  42. font-size: 19px;
  43. font-weight: bold;
  44. }
  45. .status-name {
  46. font-size: 14px;
  47. color: rgba(255, 255, 255, .8);
  48. margin-top: -4px;
  49. }
  50. .fac-content{
  51. padding-left: 5px;
  52. margin-top: 40px;
  53. }
  54. .factory-item{
  55. float: left;
  56. width: 31%;
  57. margin-left: 10px;
  58. background-color:rgba(14, 37, 171, 0.5);
  59. /* height: 300px; */
  60. color: #fff;
  61. }
  62. .fac-title{
  63. width: 100%;
  64. text-align: center;
  65. }
  66. .fac-title h5{
  67. font-weight: bold;
  68. }
  69. .fac-content .count-table{
  70. padding: 10px 15px;
  71. }
  72. .fac-content .count-table table{
  73. width: 100%;
  74. }
  75. .count-table tr{
  76. height: 30px;
  77. line-height: 30px;
  78. }
  79. .count-table tr td{
  80. text-align: center;
  81. }
  82. .count-table .status{
  83. width: 15%;
  84. color: rgba(255, 255, 255, 0.8);
  85. }
  86. .count-table .rate{
  87. width: 50%;
  88. text-align: left;
  89. color: rgba(255, 255, 255, 0.6);
  90. }
  91. .count-table .count{
  92. width: 30%;
  93. }
  94. .pie-chart-container{
  95. float: left;
  96. width: 24%;
  97. margin-left: 5px;
  98. height: 25px;
  99. }
  100. .chartHeader{
  101. text-align: center;
  102. padding-top: 5px;
  103. font-size: 14px;
  104. font-weight: 700;
  105. }