MetricHistory.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. @import '@/utils/common.scss';
  2. .year{
  3. margin-left: 46px;
  4. margin-top: 16px;
  5. height: 80px;
  6. line-height: 80px;
  7. opacity: 0.8;
  8. font-size: 48px;
  9. color: #fff;
  10. font-weight: 500;
  11. }
  12. .operate_view{
  13. margin-left: 86px;
  14. margin-top: 20px;
  15. display: flex;
  16. flex-direction: row;
  17. color: #FFA200;
  18. font-size: 24px;
  19. }
  20. .operate_day{
  21. margin-left: 46px;
  22. margin-top: 16px;
  23. height: 32px;
  24. line-height: 32px;
  25. color: #fff;
  26. opacity: 0.4;
  27. }
  28. .operate_item1{
  29. height: 136px;
  30. margin-left: 46px;
  31. margin-right: 46px;
  32. display: flex;
  33. flex-direction: row;
  34. align-items: center;
  35. background-color: #1C1C1C;
  36. border-radius: $boxBorderRadius;
  37. padding-left: 40px;
  38. padding-right: 40px;
  39. margin-top: 16px;
  40. }
  41. .status_bg{
  42. width: 80px;
  43. height: 80px;
  44. border-radius: 50%;
  45. background-color: rgba($color: #ffffff, $alpha: 0.5);
  46. display: flex;
  47. align-items: center;
  48. justify-content: center;
  49. }
  50. .status_text{
  51. font-size: 30px;
  52. font-weight: 500;
  53. color: #fff;
  54. }
  55. .value{
  56. font-size: 48px;
  57. // margin-left: 24px;
  58. color: #fff;
  59. font-weight: 500;
  60. }
  61. .unit{
  62. color: #fff;
  63. margin-top: 8px;
  64. font-size: 32px;
  65. font-weight: 500;
  66. }
  67. .time{
  68. font-size: 28px;
  69. color: rgba($color: #ffffff, $alpha: 0.5);
  70. font-weight: 400;
  71. }