index.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .header-title{
  2. justify-content: space-between;
  3. padding: 0 32rpx;
  4. width: 100%;
  5. .goback{
  6. width:30px;
  7. }
  8. .righttext{
  9. width: 30px;
  10. }
  11. .titlename{
  12. font-size: 17px;
  13. }
  14. }
  15. .nodate{
  16. height: 360rpx;
  17. color:var(--nodateColor);
  18. font-size: 13px;
  19. }
  20. .chartlenged{
  21. margin: 32rpx 32rpx 0;
  22. justify-content: flex-end;
  23. &>view{
  24. margin-left: 24rpx;
  25. font-size: 26rpx;
  26. color: #8D9399;
  27. line-height: 14px;
  28. image{
  29. width: 13px;
  30. height: 5px;
  31. margin-right: 8rpx;
  32. }
  33. &>view{
  34. width: 20rpx;
  35. height: 20rpx;
  36. margin-right: 8rpx;
  37. background: #B2E6F2;
  38. }
  39. .circle{
  40. background:#04B49C;
  41. border-radius: 50%;
  42. }
  43. }
  44. .tips{
  45. width: 40rpx;
  46. height: 40rpx;
  47. border-radius: 50%;
  48. background: #EAFAF8;
  49. color:#04B49C;
  50. }
  51. }
  52. .chart_contant{
  53. height: 360rpx;
  54. width: 100%;
  55. }
  56. .param_mian{
  57. margin: 32rpx 32rpx 0;
  58. .param_txt{
  59. font-size: 15px;
  60. color: #2B3036;
  61. }
  62. .param_list{
  63. // overflow: hidden;
  64. margin-top: 36rpx;
  65. .param_line{
  66. width: 12rpx;
  67. height: 100%;
  68. margin-right: 28rpx;
  69. position: relative;
  70. background: linear-gradient(180deg, #34C724 0%, #B3D600 25%, #FFC60A 50%, #F54E45 75%, #F01D94 100%);
  71. border-radius: 4px;
  72. .pointer{
  73. position: absolute;
  74. top: 0;
  75. left: -30rpx;
  76. transition: all 0.3s ease;
  77. image{
  78. width: 68rpx;
  79. height: 24rpx;
  80. }
  81. }
  82. }
  83. .temperature_line{
  84. background: linear-gradient(180deg, #1054f4 0%, #34C724 50%, #FFC60A 65%, #F01D94 100%);
  85. }
  86. .humidity_line{
  87. background: linear-gradient(180deg,#F01D94 0%, #FFC60A 20%, #34C724 60%,#1054f4 100%, );
  88. }
  89. .co2_line{
  90. background: linear-gradient(180deg, #34C724 43%, #FFC60A 80%,#F01D94 100%);
  91. }
  92. .hcho_line{
  93. background: linear-gradient(180deg, #34C724 43%, #FFC60A 80%,#F01D94 100%);
  94. }
  95. .param_table{
  96. width: 624rpx;
  97. &>view{
  98. display: flex;
  99. font-size: 13px;
  100. .header_title_one{
  101. width: 40%;
  102. padding-left: 10rpx;
  103. border-bottom:1px solid transparent;
  104. }
  105. .header_title_one_active{
  106. border-bottom:1px solid #EFF0F1;
  107. }
  108. .header_title_two{
  109. width: 60%;
  110. border-bottom:1px solid #EFF0F1;
  111. }
  112. }
  113. .table_header{
  114. height: 64rpx;
  115. line-height: 64rpx;
  116. font-weight: 500;
  117. color: #2B3036;
  118. background: #F8F9FA;
  119. }
  120. .table_body{
  121. height: 74rpx;
  122. line-height: 74rpx;
  123. color: #2B3036;
  124. // border-bottom:1px solid #EFF0F1;
  125. }
  126. }
  127. }
  128. }