208 lines
3.7 KiB
SCSS
208 lines
3.7 KiB
SCSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
box-sizing: border-box;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
|
|
html, body, #app, .el-container, .el-aside, .el-main {
|
|
height: 100%;
|
|
}
|
|
|
|
.box-top {
|
|
.manage-btn {
|
|
display: flex;
|
|
z-index: 3;
|
|
position: absolute;
|
|
top: 85px;
|
|
left: 30px;
|
|
|
|
.btn-box {
|
|
cursor: pointer;
|
|
margin-left: 37px;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
> * {
|
|
font-size: 28px;
|
|
color: #FFFFFF;
|
|
line-height: 37px;
|
|
}
|
|
|
|
> div:first-child {
|
|
margin-right: 11px;
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
.select-active{
|
|
color: #11EAF2!important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.tunnel-title {
|
|
width: 2330px;
|
|
height: 156px;
|
|
z-index: 2;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
margin-left: -1165px;
|
|
background-image: url('../images/topAndDown/sp_tb.png');
|
|
}
|
|
|
|
.top-right {
|
|
z-index: 2;
|
|
position: absolute;
|
|
top: 50px;
|
|
right: 70px;
|
|
font-size: 28px;
|
|
color: #FFFFFF;
|
|
|
|
.current-site {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
> span:first-child {
|
|
color: #F7B500;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.toggle {
|
|
cursor: pointer;
|
|
width: 50px;
|
|
height: 50px;
|
|
background-image: url('../images/topAndDown/sp_icon_zdqh.png');
|
|
}
|
|
}
|
|
|
|
.current-user {
|
|
margin-top: 26px;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
> span:first-child {
|
|
color: #F7B500;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.logout {
|
|
cursor: pointer;
|
|
margin-left: 27px;
|
|
width: 50px;
|
|
height: 50px;
|
|
background-image: url('../images/topAndDown/sp_icon_tcdl.png');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.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;
|
|
width: 1850px;
|
|
height: 146px;
|
|
z-index: 2;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -925px;
|
|
background-image: url('../images/topAndDown/sp_dbbj.png');
|
|
|
|
.arrow {
|
|
margin: 50px 0 0 263px;
|
|
width: 46px;
|
|
height: 54px;
|
|
background-image: url('../images/topAndDown/sp_icon_zst.png');
|
|
}
|
|
|
|
.btn {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
margin-top: 14px;
|
|
font-size: 26px;
|
|
color: #9FC3CD;
|
|
|
|
> div {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
> div:nth-child(2) {
|
|
color: #FFFFFF;
|
|
padding-top: 7px;
|
|
width: 201px;
|
|
height: 62px;
|
|
background-image: url('../images/topAndDown/sp_icon_sdqhd.png');
|
|
}
|
|
|
|
> div:first-child, > div:last-child {
|
|
padding-top: 5px;
|
|
width: 158px;
|
|
height: 50px;
|
|
background-image: url('../images/topAndDown/sp_icon_sdqhx.png');
|
|
}
|
|
}
|
|
|
|
.right {
|
|
margin: 50px 263px 0 0;
|
|
transform: rotate(180deg);
|
|
}
|
|
}
|