右侧导航栏在1280固定
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user