邓洁 : 两侧收缩展开

This commit is contained in:
dengj
2023-12-08 17:58:25 +08:00
parent ce95bd2fe5
commit b2cc03bbd8
2 changed files with 95 additions and 9 deletions

View File

@@ -99,6 +99,52 @@ html, body, #app, .el-container, .el-aside, .el-main {
}
}
.modal-box {
z-index: -1 !important;
position: static !important;
.el-drawer {
width: 900px !important;
background-color: transparent;
}
}
.left-arrow {
position: absolute;
top: 1095px;
left: 900px;
width: 100px;
height: 114px;
background-image: url('../images/topAndDown/sp_icon_zyc.png');
}
.shrink-left {
position: absolute;
top: 1095px;
left: 0;
width: 100px;
height: 114px;
background-image: url('../images/topAndDown/sp_yyc.png');
}
.right-arrow {
position: absolute;
top: 1095px;
right: 900px;
width: 100px;
height: 114px;
background-image: url('../images/topAndDown/sp_yyc.png');
}
.shrink-right {
position: absolute;
top: 1095px;
right: 0;
width: 100px;
height: 114px;
background-image: url('../images/topAndDown/sp_icon_zyc.png');
}
.switch-btn {
display: flex;
justify-content: space-between;
@@ -152,4 +198,4 @@ html, body, #app, .el-container, .el-aside, .el-main {
margin: 50px 263px 0 0;
transform: rotate(180deg);
}
}
}