右侧导航栏在1280固定

This commit is contained in:
熊丽君
2021-09-14 17:52:32 +08:00
parent e43a4e7d1a
commit 91b6d30fc4

View File

@ -165,11 +165,12 @@ export default {
// left: 0;
// z-index: -1;
// }
@media screen and (max-width: 1365px) {
.slid {
display: none;
}
}
// @media screen and (max-width: 1365px) {
// .slid {
// display: none;
// }
// }
.slid {
width: 70px;
height: 246px;
@ -190,6 +191,13 @@ export default {
}
}
}
@media screen and (max-width: 1280px) {
.slid {
margin-left: 570px;
z-index: 2;
background-color: unset;
}
}
.header {
height: 177px;