From 21f0c7021fe2c1e49631661bca9d5d8795735b68 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 28 Feb 2025 13:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/footer.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/components/diy/footer.vue b/components/diy/footer.vue index 6cc2e166..0f6bc283 100644 --- a/components/diy/footer.vue +++ b/components/diy/footer.vue @@ -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 */