index.module.scss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. .Hot {
  2. :global {
  3. .hotMainBox {
  4. height: 100%;
  5. overflow: auto;
  6. overflow-y: overlay;
  7. .hotTit {
  8. position: relative;
  9. z-index: 10;
  10. font-weight: 700;
  11. font-size: 16px;
  12. display: flex;
  13. align-items: center;
  14. .inco {
  15. cursor: pointer;
  16. margin-left: 10px;
  17. font-size: 14px;
  18. color: #7e8293;
  19. }
  20. }
  21. .hotTitSelect {
  22. font-weight: 700;
  23. font-size: 16px;
  24. display: flex;
  25. justify-content: space-between;
  26. align-items: center;
  27. }
  28. .hotTime {
  29. margin-top: 5px;
  30. font-size: 14px;
  31. text-align: center;
  32. }
  33. .topBox {
  34. height: 500px;
  35. display: flex;
  36. .topBoxL {
  37. position: relative;
  38. z-index: 10;
  39. width: calc(55% - 10px);
  40. .topBoxL1 {
  41. border-radius: 10px;
  42. background-color: #fff;
  43. height: 245px;
  44. margin-bottom: 10px;
  45. padding: 10px 15px 0;
  46. #echarts1 {
  47. width: 100%;
  48. height: 180px;
  49. }
  50. }
  51. .topBoxL2 {
  52. display: flex;
  53. &>div {
  54. border-radius: 10px;
  55. background-color: #fff;
  56. width: calc(50% - 4px);
  57. height: 245px;
  58. padding: 10px 15px 0;
  59. }
  60. #echarts2 {
  61. width: 100%;
  62. height: 180px;
  63. }
  64. #echarts3 {
  65. width: 100%;
  66. height: 180px;
  67. }
  68. .topBoxL2L {
  69. margin-right: 8px;
  70. }
  71. }
  72. }
  73. .topBoxR {
  74. overflow: hidden;
  75. margin-left: 10px;
  76. border-radius: 10px;
  77. width: 45%;
  78. background-color: #fff;
  79. padding: 10px 15px 0;
  80. }
  81. }
  82. .downBox {
  83. margin: 15px 0 0;
  84. height: 464px;
  85. display: flex;
  86. .downBoxL {
  87. width: calc(70% - 6px);
  88. height: 100%;
  89. .downBoxLTop {
  90. display: flex;
  91. padding: 0 15px;
  92. align-items: center;
  93. height: 56px;
  94. border-radius: 10px;
  95. background-color: #fff;
  96. margin-bottom: 6px;
  97. .downBoxLTopTit {
  98. font-size: 12px;
  99. margin-left: 10px;
  100. }
  101. .downBoxLTopInco {
  102. font-size: 18px;
  103. margin-right: 10px;
  104. }
  105. }
  106. .downBoxLMain {
  107. height: calc(100% - 62px);
  108. .downBoxLMain2 {
  109. display: flex;
  110. height: 400px;
  111. &>div {
  112. width: calc(33.33% - 4px);
  113. height: 100%;
  114. border-radius: 10px;
  115. background-color: #fff;
  116. padding: 10px 15px 0;
  117. position: relative;
  118. }
  119. .echarts4Box {
  120. position: relative;
  121. width: 100%;
  122. height: 368px;
  123. #echarts4 {
  124. position: absolute;
  125. top: 0;
  126. left: 0;
  127. width: 100%;
  128. height: 100%;
  129. }
  130. .echarts4BoxTxt {
  131. position: absolute;
  132. z-index: 10;
  133. top: 30%;
  134. left: 45%;
  135. text-align: center;
  136. min-width: 34px;
  137. &>p {
  138. font-weight: 700;
  139. font-size: 18px;
  140. }
  141. }
  142. }
  143. .downBoxLMain2L {
  144. margin: 0 6px;
  145. }
  146. .noneInfo {
  147. width: 100%;
  148. height: calc(100% - 32px);
  149. display: flex;
  150. justify-content: center;
  151. align-items: center;
  152. }
  153. .downBoxLMain2LRowBox {
  154. margin-top: 30px;
  155. .downBoxLMain2LRow {
  156. margin-bottom: 15px;
  157. border-radius: 5px;
  158. box-shadow: 0px 0px 2px 0px #ccc;
  159. height: 46px;
  160. line-height: 46px;
  161. padding: 0 20px 0 8px;
  162. display: flex;
  163. justify-content: space-between;
  164. .downBoxLMain2LRow1 {
  165. width: calc(100% - 50px);
  166. overflow: hidden;
  167. text-overflow: ellipsis;
  168. white-space: nowrap;
  169. }
  170. .downBoxLMain2LRow2 {
  171. text-align: right;
  172. width: 50px;
  173. }
  174. }
  175. }
  176. }
  177. }
  178. }
  179. .downBoxR {
  180. margin-left: 6px;
  181. width: 30%;
  182. border-radius: 10px;
  183. background-color: #fff;
  184. height: 100%;
  185. padding: 10px 20px 0 15px;
  186. .downBoxRBox {
  187. position: relative;
  188. width: 100%;
  189. height: 420px;
  190. #echarts7 {
  191. position: absolute;
  192. top: 0;
  193. left: 0;
  194. width: 100%;
  195. height: 100%;
  196. }
  197. .downBoxRBoxTxt {
  198. position: absolute;
  199. z-index: 10;
  200. top: 30%;
  201. left: 46.5%;
  202. text-align: center;
  203. min-width: 34px;
  204. &>p {
  205. font-weight: 700;
  206. font-size: 18px;
  207. }
  208. }
  209. }
  210. }
  211. }
  212. }
  213. }
  214. }