Commit 57af594b by wangmin

能耗

parent b722f07d
...@@ -521,27 +521,31 @@ body { ...@@ -521,27 +521,31 @@ body {
} }
.timePeriod-textBox { .timePeriod-textBox {
width: 100%; width: 100%;
height: 28px; height: 40px;
background: linear-gradient(-90deg, rgba(92,179,255,0) 0%, rgba(92,179,255,0.2) 100%); background: linear-gradient(
-90deg,
rgba(92, 179, 255, 0) 0%,
rgba(92, 179, 255, 0.2) 100%
);
background-size: cover; background-size: cover;
border-radius: 20px; border-radius: 20px;
margin-bottom: 30px; margin-bottom: 30px;
} }
.timePeriod-textBox-text { .timePeriod-textBox-text {
font-size: 12px; font-size: 16px;
font-family: PingFang SC-Regular, PingFang SC; font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #ffffff; color: #ffffff;
line-height: 12px; line-height: 12px;
display: inline-block; display: inline-block;
margin-left: 20px; margin-left: 20px;
margin-top: 8px; margin-top: 13px;
} }
.echarts-timePeriod { .echarts-timePeriod {
width: 100%; width: 100%;
height: 380px; height: 380px;
background: rgba(8, 16, 24, 0.27); background: rgba(8, 16, 24, 0.27);
padding: 20px 20px 20px 0; padding: 0 20px 20px 0;
margin-bottom: 24px; margin-bottom: 24px;
} }
.avgMonthlyBox { .avgMonthlyBox {
...@@ -591,15 +595,30 @@ body { ...@@ -591,15 +595,30 @@ body {
display: flex; display: flex;
margin-left: 5%; margin-left: 5%;
} }
.item-r-text{ .item-r-text {
font-size: 14px; font-size: 14px;
font-family: PingFang SC-Regular, PingFang SC; font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #FFFFFF; color: #ffffff;
line-height: 25px; line-height: 25px;
letter-spacing: 2px; letter-spacing: 2px;
margin: 22px 1% 0 4%; margin: 22px 1% 0 4%;
} }
.item-r-text-red{ .item-r-text-red {
color: #FF6464; color: #ff6464;
}
.timePeriod-legend {
width: 100%;
height: 20px;
background: rgba(8, 16, 24, 0.27);
padding-right: 20px;
padding-top: 20px;
}
.timePeriod-legend-img {
float: right;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论