index.less 3.3 KB

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