This commit is contained in:
zhcnyuyang 2025-04-29 17:24:30 +08:00
parent c942207d7a
commit e4429f0639

View File

@ -17,7 +17,21 @@ export default {
#footerroot #footerroot
{ {
background-color: black; background-color: black;
height: 759px; width:100%;
}
@include media-breakpoint-between(xs, sm) {
#footerroot
{
height:806px;
}
}
@include media-breakpoint-between(md, xl) {
#footerroot
{
height: 759px;
}
} }
@media screen { @media screen {