邓洁 : 两侧收缩展开
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user