Commit e1bcb8a1 by wangmin

能耗静态页面修改

parent 91adac3c
@media screen and (max-width: 750px) { @media screen and (max-width: 750px) {
.report-title-bg > img { .report-title-bg > img {
width: 42rem; width: 20rem;
height: 4.5rem; height: 4rem;
} }
.report-title { .report-title {
margin-top: 10px; margin-top: 10px;
...@@ -306,13 +306,13 @@ ...@@ -306,13 +306,13 @@
} }
} }
html { html {
overflow-x: hidden; /*overflow-x: hidden;*/
border: 3px solid rgba(255, 255, 255, 0.15); border: 3px solid rgba(255, 255, 255, 0.15);
background-color: #152235; background-color: #152235;
position: relative; position: relative;
} }
body { body {
overflow-x: hidden; /*overflow-x: hidden;*/
padding: 0 10px 80px 20px; padding: 0 10px 80px 20px;
} }
.left-top { .left-top {
......
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
right: 10, right: 10,
bottom: 40, bottom: 40,
borderWidth: 1, borderWidth: 1,
left: 100, left: 105,
// dataType === "electricity" ? 90 : 40, // dataType === "electricity" ? 90 : 40,
}, },
xAxis: { xAxis: {
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
series: [ series: [
{ {
name: "实际", name: "实际",
data: [2155719, 0, 0, 0, 0, 0, 215571972.86], data: [250000000, 0, 0, 0, 0, 0, 2300.86],
type: "bar", type: "bar",
showBackground: true, showBackground: true,
backgroundStyle: { backgroundStyle: {
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
backgroundStyle: { backgroundStyle: {
color: "rgba(255, 255, 255, 0.05)", color: "rgba(255, 255, 255, 0.05)",
}, },
data: [1155719, 0, 0, 0, 0, 1252, 215571972], data: [2400, 0, 0, 0, 0, 1252, 2300],
type: "bar", type: "bar",
itemStyle: { itemStyle: {
color: `rgba(251,99,100,0.2)`, color: `rgba(251,99,100,0.2)`,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论