index.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. .view-home {
  2. margin-top: -20px;
  3. }
  4. .view-home-card {
  5. margin: 0 10px;
  6. }
  7. .view-home-card-title {
  8. height: 40px;
  9. width: 100%;
  10. position: relative;
  11. }
  12. .view-home-card-title-left {
  13. height: 40px;
  14. width: 184px;
  15. position: absolute;
  16. line-height: 40px;
  17. color: #fff;
  18. text-indent: 42px;
  19. left: 0;
  20. top: 0;
  21. background: url('../../assets/images/title_left_02.png') no-repeat;
  22. background-position: 0 0;
  23. background-size: 100% 100%;
  24. }
  25. .view-home-card-title-right {
  26. height: 40px;
  27. width: 26px;
  28. position: absolute;
  29. right: 0;
  30. top: 0;
  31. background: url('../../assets/images/title_right_04.png') no-repeat;
  32. background-position: 0 0;
  33. background-size: 100% 100%;
  34. }
  35. .view-home-card-title-center {
  36. height: 40px;
  37. position: absolute;
  38. left: 184px;
  39. right: 26px;
  40. top: 0;
  41. background: url('../../assets/images/center_03.png') no-repeat;
  42. background-position: 0 0;
  43. background-size: 100% 100%;
  44. }
  45. .view-home-card-content {
  46. width: 100%;
  47. background: url('../../assets/images/card_bg_03.png') no-repeat;
  48. background-position: 0 -5px;
  49. background-size: 100% 100%;
  50. &-echars {
  51. height: calc((100vh - 142px - 90px) / 2);
  52. position: relative;
  53. .position-box {
  54. color: #fff;
  55. position: absolute;
  56. top: 70%;
  57. left: 65%;
  58. font-size: 26px;
  59. }
  60. }
  61. .ecEl {
  62. canvas {
  63. width: 100% !important;
  64. height: 100% !important;
  65. }
  66. }
  67. .el-col-8 {
  68. height: 100%;
  69. }
  70. }
  71. .ecfgs {
  72. margin: auto;
  73. display: flex;
  74. justify-content: center;
  75. margin-top: 100px;
  76. }
  77. .ecfgs-gg > p {
  78. text-align: center;
  79. margin-top: -30px;
  80. color: #fff;
  81. }
  82. .view-home-card-s {
  83. // display: flex;
  84. }
  85. .ecEl {
  86. width: 100%;
  87. height: 100%;
  88. }
  89. .view-home-card-f {
  90. width: 340px;
  91. height: 136px;
  92. position: relative;
  93. margin: 0 auto;
  94. overflow: hidden;
  95. > img {
  96. position: absolute;
  97. z-index: 0;
  98. width: 100%;
  99. left: 0;
  100. top: 0;
  101. }
  102. span,
  103. p {
  104. position: relative;
  105. z-index: 2;
  106. color: #fff;
  107. display: block;
  108. }
  109. span {
  110. margin-left: 30px;
  111. margin-top: 30px;
  112. font-size: 18px;
  113. }
  114. p {
  115. margin-left: 30px;
  116. margin-top: 20px;
  117. font-size: 22px;
  118. }
  119. }
  120. .view-home-card-h {
  121. margin-top: 30px;
  122. }
  123. .view-home-card-content-echars {
  124. overflow: hidden;
  125. }
  126. .view-home-card-j {
  127. margin-top: 10px;
  128. }
  129. .echart-box {
  130. display: flex;
  131. padding: 0 24px;
  132. .tag {
  133. display: flex;
  134. flex-direction: column;
  135. align-items: center;
  136. justify-content: center;
  137. .tag-item {
  138. width: 240px;
  139. height: 84px;
  140. margin-bottom: 12px;
  141. display: flex;
  142. flex-direction: column;
  143. justify-content: center;
  144. align-items: center;
  145. .title {
  146. font-size: 17px;
  147. font-weight: 400;
  148. color: #dfeef3;
  149. margin-bottom: 12px;
  150. }
  151. .title:last-child {
  152. margin: 0;
  153. }
  154. .v1 {
  155. font-size: 20px;
  156. color: #2acfff;
  157. }
  158. .v2 {
  159. font-size: 20px;
  160. color: #e39d03;
  161. }
  162. .v3 {
  163. font-size: 20px;
  164. color: #00ffa2;
  165. }
  166. }
  167. .m1 {
  168. background: url('../../assets/images/123.png') no-repeat;
  169. background-size: 100% 100%;
  170. }
  171. .m2 {
  172. background: url('../../assets/images/456.png') no-repeat;
  173. background-size: 100% 100%;
  174. }
  175. .m3 {
  176. background: url('../../assets/images/789.png') no-repeat;
  177. background-size: 100% 100%;
  178. }
  179. .tag-item:last-child {
  180. margin-bottom: 0;
  181. }
  182. }
  183. .ecEl {
  184. width: 100%;
  185. height: 300px;
  186. z-index: 999;
  187. }
  188. }
  189. .baseBar-box {
  190. width: 100%;
  191. height: 90%;
  192. }
  193. .tabl-box {
  194. padding-top: 10px;
  195. height: calc(100% - 10px);
  196. }