feat : 新增echarts中指定日期展示及细节优化

This commit is contained in:
2024-02-28 18:08:44 +08:00
parent 59aa2a92d1
commit ea4f72780f
19 changed files with 810 additions and 438 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -46,12 +46,23 @@ body,
.tunnel-title {
width: 1718px;
height: 146px;
line-height: 130px;
z-index: 2;
position: absolute;
top: 0;
left: 50%;
margin-left: -859px;
background-image: url("../images/topAndDown/sp_tb.png");
background-image: url("../images/topAndDown/title-bg.png");
font-size: 55px;
text-align: center;
> span {
letter-spacing: 5px;
font-weight: bold;
background-image: -webkit-linear-gradient(top, #FFFFFF, #56bcda, #0BE9FA);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.box-top {
@@ -316,6 +327,7 @@ body,
height: 1200px;
//width: 1300px;
}
#containerWindDirection {
flex: 1;
height: 1160px;
@@ -395,6 +407,37 @@ body,
position: absolute;
top: 47px;
right: 119px;
display: flex;
.choose-time {
margin-right: 40px;
.el-date-editor {
width: 370px;
height: 92px;
}
.el-input__wrapper {
height: 92px;
background-color: transparent;
border-radius: 10px;
border: 2px solid #0F82AF;
box-shadow: none;
//padding: 18px 24px;
.el-input__prefix, .el-input__suffix {
.el-icon {
font-size: 40px;
color: #FFFFFF;
}
}
.el-input__inner {
height: 80px;
font-size: 40px;
color: #FFFFFF;
}
}
}
}
.left-bottom-icon {