alarm.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. .selected-operate {
  2. // display: flex;
  3. justify-content: space-between;
  4. }
  5. .pagination-container {
  6. text-align: right;
  7. margin-top: 0px !important;
  8. margin-left: -10px;
  9. margin-right: -10px;
  10. float: right;
  11. }
  12. .dashboard-editor-container {
  13. padding: 20px;
  14. // background-color: rgb(240, 242, 245);
  15. position: relative;
  16. min-width: 1260px;
  17. .chart-wrapper {
  18. background: #fff;
  19. padding: 16px 16px 0;
  20. margin-bottom: 32px;
  21. }
  22. }
  23. @media (max-width: 1024px) {
  24. .chart-wrapper {
  25. padding: 8px;
  26. }
  27. }
  28. .layout-1 {
  29. margin-bottom: 5px;
  30. .item {
  31. color: #fff;
  32. margin-left:2.5%;
  33. .gutter-box {
  34. height: 140px;
  35. overflow: hidden;
  36. border-radius: 5px;
  37. box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  38. min-width:200px;
  39. .today-add {
  40. .number {
  41. padding-left: 10px;
  42. font-size: 14px;
  43. font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  44. }
  45. display: flex;
  46. margin-left: 20px;
  47. height: 36px;
  48. line-height: 46px;
  49. }
  50. }
  51. .level-text{
  52. width:100%;
  53. margin-bottom:0px;
  54. height: 28px;
  55. font-size: 14px;
  56. line-height: 24px;
  57. padding:0 10px;
  58. background-color: rgba(94,94,94,.18)!important;
  59. span{
  60. font-size: 12px;
  61. }
  62. .level-text-left{
  63. margin-left: 5px;
  64. }
  65. .level-text-right{
  66. float: right;
  67. margin-right: 5px;
  68. }
  69. }
  70. }
  71. .item1 .gutter-box {
  72. background: url("../../../assets/alarm/alarm_all.png")
  73. 20px 48px no-repeat;
  74. }
  75. .item2 .gutter-box {
  76. background: url("../../../assets/alarm/alarm_1.png")
  77. 20px 48px no-repeat;
  78. }
  79. .item3 .gutter-box {
  80. background: url("../../../assets/alarm/alarm_2.png")
  81. 20px 48px no-repeat;
  82. }
  83. .item4 .gutter-box {
  84. background: url("../../../assets/alarm/alarm_3.png")
  85. 20px 48px no-repeat;
  86. }
  87. .item5 .gutter-box {
  88. background: url("../../../assets/alarm/alarm_4.png")
  89. 20px 48px no-repeat;
  90. }
  91. .count {
  92. position: relative;
  93. right: 30px;
  94. span {
  95. display: block;
  96. text-align: right;
  97. }
  98. .text {
  99. display: block;
  100. font-size: 14px;
  101. height: 28px;
  102. line-height: 28px;
  103. }
  104. .number {
  105. font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  106. font-size: 28px;
  107. height: 52px;
  108. line-height: 52px;
  109. }
  110. }
  111. }
  112. .layout-2 {
  113. margin-bottom: 25px;
  114. .item {
  115. margin-bottom: 25px;
  116. }
  117. .charts-icon {
  118. float: right;
  119. color: #000;
  120. }
  121. .charts-icon:hover {
  122. cursor: pointer;
  123. }
  124. }
  125. .selected-operate{
  126. padding-top: 10px;
  127. }
  128. .layout-3{
  129. font-size: 14px;
  130. color:#67c23a;
  131. background-color: #f0f9eb;
  132. border-radius:5px ;
  133. }
  134. .el-icon-question{
  135. position: relative;
  136. left:5px;
  137. top:15px;
  138. }
  139. .el-tag{
  140. border:0px;
  141. }