forked from Gitlink/forgeplus-react
超算banner间距
This commit is contained in:
parent
50fb0aa025
commit
cfd86cc980
|
|
@ -2491,6 +2491,28 @@
|
|||
transform: scale(1);
|
||||
}
|
||||
|
||||
@media screen and (max-width:1600px){
|
||||
.information_main{
|
||||
.in_banner{
|
||||
&.bannerByNSCC{
|
||||
.bannerMenus .ant-menu li{
|
||||
margin: 0 45px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (max-width:1400px){
|
||||
.information_main{
|
||||
.in_banner{
|
||||
&.bannerByNSCC{
|
||||
.bannerMenus .ant-menu li{
|
||||
margin: 0 25px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@keyframes moveArrow {
|
||||
0% {
|
||||
transform: translateX(0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue