右侧导航栏在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; // left: 0;
// z-index: -1; // z-index: -1;
// } // }
@media screen and (max-width: 1365px) {
.slid { // @media screen and (max-width: 1365px) {
display: none; // .slid {
} // display: none;
} // }
// }
.slid { .slid {
width: 70px; width: 70px;
height: 246px; 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 { .header {
height: 177px; height: 177px;