From 81ca4297d8cc20dd96ce1474982f4eeb5275a493 Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Wed, 11 Jun 2025 18:23:32 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=8C=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=96=B0=E5=88=97=E8=A1=A8=20=E8=BD=AE=E6=92=AD?= =?UTF-8?q?=E5=9B=BE=20=E8=AF=A6=E6=83=85=20=E7=95=99=E8=A8=80=E6=9D=BF=20?= =?UTF-8?q?2=E3=80=81=E6=89=8B=E6=9C=BA=E7=AB=AF=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E8=AF=A6=E6=83=85=EF=BC=8C=E7=99=BE=E7=A7=91=E8=AF=A6=E6=83=85?= =?UTF-8?q?=EF=BC=8C=E5=85=AC=E5=BC=80=E4=BF=A1=E6=81=AF=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/index.scss | 19 +++++++----- components/AppHeader.vue | 3 +- components/AppHome.vue | 51 ++++++++++++------------------ pages/phone_index.vue | 62 ++++++++++++++++++++++++++++++------- pages/search_info/index.vue | 5 --- 5 files changed, 84 insertions(+), 56 deletions(-) diff --git a/assets/index.scss b/assets/index.scss index 15c15b2..429d26b 100644 --- a/assets/index.scss +++ b/assets/index.scss @@ -985,16 +985,19 @@ } .box_13 { - background-color: rgba(248, 249, 251, 1); + // background-color: rgba(248, 249, 251, 1); width: 380px; height: 254px; margin-left: 30px; } .text-group_6 { - width: 340px; - height: 90px; - margin: 20px 0 0 18px; + width: 340px; + height: 90px; + margin: 20px 0 0 18px; + background: #f2f2f2; + padding: 10px; + border-radius: 10px; } .text_43 { @@ -1030,17 +1033,18 @@ } .section_6 { - background-color: rgba(252, 116, 40, 1); + background: #3B90DF; width: 6px; height: 6px; margin-top: 5px; + border-radius: 50%; } .text_44 { width: 56px; height: 14px; overflow-wrap: break-word; - color: rgba(252, 116, 40, 1); + color: #3B90DF; font-size: 14px; font-family: Microsoft YaHei UI-Regular; font-weight: NaN; @@ -1284,7 +1288,7 @@ .box_18 { width: 100%; height: 465px; - background: var(--bg-5) 100% no-repeat; + // background: var(--bg-5) 100% no-repeat; background-size: 100% 100%; justify-content: flex-center; } @@ -1651,6 +1655,7 @@ margin-bottom: 50px; } + .text-wrapper_13 { width: 100%; // height: 17px; diff --git a/components/AppHeader.vue b/components/AppHeader.vue index b6e7037..4451671 100644 --- a/components/AppHeader.vue +++ b/components/AppHeader.vue @@ -158,5 +158,6 @@ onMounted(() => { cursor: pointer; } } - +@media screen and (max-width: 768px) { +} \ No newline at end of file diff --git a/components/AppHome.vue b/components/AppHome.vue index 3149145..98b8cfa 100644 --- a/components/AppHome.vue +++ b/components/AppHome.vue @@ -6,7 +6,7 @@