labPage.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .labPage.data-v-227ccf82 {
  2. height: 100%;
  3. width: 100%;
  4. background: #363744;
  5. padding: 20rpx 30rpx 36rpx;
  6. box-sizing: border-box;
  7. }
  8. .labPage .chart.data-v-227ccf82 {
  9. width: 690rpx;
  10. height: 640rpx;
  11. background: #3e414f;
  12. border-radius: 20rpx 20rpx 20rpx 20rpx;
  13. padding: 34rpx 30rpx 26rpx;
  14. box-sizing: border-box;
  15. }
  16. .labPage .chart .chart-t.data-v-227ccf82 {
  17. display: flex;
  18. justify-content: space-between;
  19. }
  20. .labPage .chart .chart-t .chart-t-li.data-v-227ccf82 {
  21. width: 76rpx;
  22. height: 100rpx;
  23. }
  24. .labPage .chart .chart-t .chart-t-li .chart-t-li-t.data-v-227ccf82 {
  25. font-weight: 400;
  26. font-size: 30rpx;
  27. line-height: 42rpx;
  28. text-align: center;
  29. margin-top: 8rpx;
  30. }
  31. .labPage .chart .chart-t .chart-t-li .chart-t-li-b.data-v-227ccf82 {
  32. font-weight: 400;
  33. font-size: 28rpx;
  34. line-height: 39rpx;
  35. text-align: center;
  36. margin-top: 4rpx;
  37. }
  38. .labPage .chart .chart-t .color-A.data-v-227ccf82 {
  39. background: #0183fa;
  40. border-radius: 10rpx 10rpx 10rpx 10rpx;
  41. }
  42. .labPage .chart .chart-t .color-A .chart-t-li-t.data-v-227ccf82 {
  43. color: #fff;
  44. }
  45. .labPage .chart .chart-t .color-A .chart-t-li-b.data-v-227ccf82 {
  46. color: #fff;
  47. }
  48. .labPage .chart .chart-t .color-B.data-v-227ccf82 {
  49. background: none;
  50. }
  51. .labPage .chart .chart-t .color-B .chart-t-li-t.data-v-227ccf82 {
  52. color: #fff;
  53. }
  54. .labPage .chart .chart-t .color-B .chart-t-li-b.data-v-227ccf82 {
  55. color: #fff;
  56. }
  57. .labPage .chart .chart-b.data-v-227ccf82 {
  58. width: 632rpx;
  59. height: 444rpx;
  60. /* margin-top: 34rpx; */
  61. }
  62. .labPage .statistics.data-v-227ccf82 {
  63. width: 690rpx;
  64. height: 241rpx;
  65. background: #3e414f;
  66. border-radius: 20rpx 20rpx 20rpx 20rpx;
  67. margin-top: 20rpx;
  68. }
  69. .labPage .statistics .statistics-t.data-v-227ccf82 {
  70. height: 100rpx;
  71. display: flex;
  72. justify-content: space-between;
  73. align-items: center;
  74. border-bottom: 1rpx solid #52545f;
  75. padding: 0 42rpx 0 38rpx;
  76. box-sizing: border-box;
  77. }
  78. .labPage .statistics .statistics-t .statistics-t-l.data-v-227ccf82 {
  79. font-weight: 400;
  80. font-size: 32rpx;
  81. color: #fff;
  82. line-height: 45rpx;
  83. }
  84. .labPage .statistics .statistics-t .statistics-t-r.data-v-227ccf82 {
  85. font-weight: 400;
  86. font-size: 36rpx;
  87. color: #fff;
  88. line-height: 50rpx;
  89. }
  90. .labPage .statistics .statistics-b.data-v-227ccf82 {
  91. display: flex;
  92. justify-content: space-between;
  93. align-items: center;
  94. }
  95. .labPage .statistics .statistics-b .statistics-b-li.data-v-227ccf82 {
  96. flex: 1;
  97. text-align: center;
  98. }
  99. .labPage .statistics .statistics-b .statistics-b-li .statistics-b-li-t.data-v-227ccf82 {
  100. font-weight: 400;
  101. font-size: 36rpx;
  102. line-height: 50rpx;
  103. margin-top: 28rpx;
  104. }
  105. .labPage .statistics .statistics-b .statistics-b-li .statistics-b-li-b.data-v-227ccf82 {
  106. font-weight: 400;
  107. font-size: 28rpx;
  108. color: #fff;
  109. line-height: 39rpx;
  110. margin-top: 9rpx;
  111. }
  112. .labPage .statistics .statistics-b .line.data-v-227ccf82 {
  113. width: 2rpx;
  114. height: 30rpx;
  115. background: #d8d8d8;
  116. }
  117. .labPage .statistics .statistics-b .color-A.data-v-227ccf82 {
  118. color: #ff8c00;
  119. }
  120. .labPage .statistics .statistics-b .color-B.data-v-227ccf82 {
  121. color: #26c736;
  122. }
  123. .labPage .statistics .statistics-b .color-C.data-v-227ccf82 {
  124. color: #f00;
  125. }
  126. .labPage .table.data-v-227ccf82 {
  127. width: 690rpx;
  128. margin-top: 20rpx;
  129. border-radius: 20rpx 20rpx 0 0;
  130. overflow: hidden;
  131. }