hazardSources.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. .hazardSources.data-v-7285feee {
  2. height: 100%;
  3. width: 100%;
  4. background: #363744;
  5. padding: 20rpx 30rpx 36rpx;
  6. box-sizing: border-box;
  7. }
  8. .hazardSources .small-title.data-v-7285feee {
  9. display: flex;
  10. justify-content: space-between;
  11. }
  12. .hazardSources .small-title .small-title-l.data-v-7285feee {
  13. font-weight: 400;
  14. font-size: 32rpx;
  15. color: #fff;
  16. line-height: 45rpx;
  17. text-align: left;
  18. margin: 28rpx 0;
  19. }
  20. .hazardSources .small-title .small-title-r.data-v-7285feee {
  21. width: 15rpx;
  22. height: 18rpx;
  23. }
  24. .hazardSources .chart.data-v-7285feee {
  25. width: 690rpx;
  26. height: 560rpx;
  27. background: #3e414f;
  28. border-radius: 20rpx 20rpx 20rpx 20rpx;
  29. padding: 34rpx 30rpx 26rpx;
  30. box-sizing: border-box;
  31. }
  32. .hazardSources .chart .chart-b.data-v-7285feee {
  33. width: 630rpx;
  34. height: 500rpx;
  35. }
  36. .hazardSources .statistics.data-v-7285feee {
  37. width: 690rpx;
  38. height: 241rpx;
  39. background: #3e414f;
  40. border-radius: 20rpx 20rpx 20rpx 20rpx;
  41. margin-top: 20rpx;
  42. }
  43. .hazardSources .statistics .statistics-t.data-v-7285feee {
  44. height: 100rpx;
  45. display: flex;
  46. justify-content: space-between;
  47. align-items: center;
  48. border-bottom: 1rpx solid #52545f;
  49. padding: 0 42rpx 0 38rpx;
  50. box-sizing: border-box;
  51. }
  52. .hazardSources .statistics .statistics-t .statistics-t-l.data-v-7285feee {
  53. font-weight: 400;
  54. font-size: 32rpx;
  55. color: #fff;
  56. line-height: 45rpx;
  57. }
  58. .hazardSources .statistics .statistics-t .statistics-t-r.data-v-7285feee {
  59. font-weight: 400;
  60. font-size: 36rpx;
  61. color: #fff;
  62. line-height: 50rpx;
  63. }
  64. .hazardSources .statistics .statistics-b.data-v-7285feee {
  65. display: flex;
  66. justify-content: space-between;
  67. align-items: center;
  68. }
  69. .hazardSources .statistics .statistics-b .statistics-b-li.data-v-7285feee {
  70. flex: 1;
  71. text-align: center;
  72. }
  73. .hazardSources .statistics .statistics-b .statistics-b-li .statistics-b-li-t.data-v-7285feee {
  74. font-weight: 400;
  75. font-size: 36rpx;
  76. line-height: 50rpx;
  77. margin-top: 28rpx;
  78. }
  79. .hazardSources .statistics .statistics-b .statistics-b-li .statistics-b-li-b.data-v-7285feee {
  80. font-weight: 400;
  81. font-size: 28rpx;
  82. color: #fff;
  83. line-height: 39rpx;
  84. margin-top: 9rpx;
  85. }
  86. .hazardSources .statistics .statistics-b .line.data-v-7285feee {
  87. width: 2rpx;
  88. height: 30rpx;
  89. background: #d8d8d8;
  90. }
  91. .hazardSources .statistics .statistics-b .color-A.data-v-7285feee {
  92. color: #ff8c00;
  93. }
  94. .hazardSources .statistics .statistics-b .color-B.data-v-7285feee {
  95. color: #26c736;
  96. }
  97. .hazardSources .statistics .statistics-b .color-C.data-v-7285feee {
  98. color: #f00;
  99. }
  100. .hazardSources .table.data-v-7285feee {
  101. width: 690rpx;
  102. margin-top: 20rpx;
  103. border-radius: 20rpx 20rpx 0 0;
  104. overflow: hidden;
  105. }
  106. .hazardSources .table .sortOne.data-v-7285feee {
  107. display: inline-block;
  108. width: 40rpx;
  109. height: 40rpx;
  110. padding: 4rpx;
  111. box-sizing: border-box;
  112. background: rgba(255,0,0,0.2);
  113. font-weight: 400;
  114. font-size: 28rpx;
  115. color: #f00;
  116. line-height: 40rpx;
  117. text-align: center;
  118. border-radius: 20rpx;
  119. }
  120. .hazardSources .table .sortTow.data-v-7285feee {
  121. display: inline-block;
  122. width: 40rpx;
  123. height: 40rpx;
  124. padding: 4rpx;
  125. box-sizing: border-box;
  126. background: rgba(255,153,0,0.2);
  127. font-weight: 400;
  128. font-size: 28rpx;
  129. color: #f90;
  130. line-height: 40rpx;
  131. text-align: center;
  132. border-radius: 20rpx;
  133. }
  134. .hazardSources .table .sortThree.data-v-7285feee {
  135. display: inline-block;
  136. width: 40rpx;
  137. height: 40rpx;
  138. padding: 4rpx;
  139. box-sizing: border-box;
  140. background: rgba(255,242,0,0.2);
  141. font-weight: 400;
  142. font-size: 28rpx;
  143. color: #fff200;
  144. line-height: 40rpx;
  145. text-align: center;
  146. border-radius: 20rpx;
  147. }
  148. .hazardSources .table .sortFive.data-v-7285feee {
  149. display: inline-block;
  150. width: 40rpx;
  151. height: 40rpx;
  152. padding: 4rpx;
  153. box-sizing: border-box;
  154. background: rgba(1,131,250,0.2);
  155. font-weight: 400;
  156. font-size: 28rpx;
  157. color: #0183fa;
  158. line-height: 40rpx;
  159. text-align: center;
  160. border-radius: 20rpx;
  161. }