master
gongfuxiang 2025-02-28 13:21:51 +08:00
parent 648d7941f5
commit 21f0c7021f
1 changed files with 7 additions and 3 deletions

View File

@ -162,9 +162,6 @@
left: 0;
right: 0;
width: 100%;
/* #ifdef H5 */
max-width: 800px;
/* #endif */
margin: 0 auto;
background-color: transparent;
.footer-nav-content {
@ -192,4 +189,11 @@
}
}
}
/* #ifdef H5 */
@media only screen and (min-width: 1600rpx) {
.footer-nav {
max-width: 1600rpx;
}
}
/* #endif */
</style>