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

View File

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