Merge branch 'gitlink_ssr_head' into pre_gitlink_ssr

This commit is contained in:
caishi 2026-06-16 14:58:34 +08:00
commit d6f3ead384
1 changed files with 22 additions and 0 deletions

View File

@ -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);