From 64e939423471cf4204439ad70d8a0ffa2bed9260 Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Sat, 27 Dec 2025 11:08:09 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BF=AE=E6=94=B9=E4=B8=AD=E8=BD=AC?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=96=87=E5=AD=97?= =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wxJump/WxJump.vue | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/src/views/wxJump/WxJump.vue b/src/views/wxJump/WxJump.vue index 1c18e8c..87fbde2 100644 --- a/src/views/wxJump/WxJump.vue +++ b/src/views/wxJump/WxJump.vue @@ -8,8 +8,9 @@ style="width: 300px; height: 300px; margin-bottom: 20px;" > - -

小发同城,和您一起享受本地生活服务

+
+

小发同城,和您一起享受本地生活服务

+
@@ -48,7 +49,7 @@ async function handleScheme() { } } catch (err) { console.error('接口请求异常:', err) - ElMessage.error('网络异常,请重试!') + // ElMessage.error('网络异常,请重试!') } } @@ -94,4 +95,27 @@ onMounted(async () => { .btn:hover { background: #06b058; } + +.text-container { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + margin-bottom: 20px; +} + +/* 文本样式,适配移动端字体大小 */ +.desc-text { + font-size: 30px; + font-size: clamp(20px, 5vw, 30px); + text-align: center; + margin: 0; + line-height: 1.5; +} + +@media (max-width: 480px) { + .desc-text { + padding: 0 10px; + } +} \ No newline at end of file