feat : 新增echarts中指定日期展示及细节优化
This commit is contained in:
BIN
src/assets/images/topAndDown/title-bg.png
Normal file
BIN
src/assets/images/topAndDown/title-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user