From 222203cb03338a4189c3c118ff0861953714ca1a Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Mon, 8 Jun 2026 09:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B3=A8=E5=86=8C=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E8=AE=A2=E9=98=85=E5=B8=83=E5=B1=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/mainPage/signUp/index.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/component/mainPage/signUp/index.vue b/src/component/mainPage/signUp/index.vue index 0bdb8cc9..151e02a8 100644 --- a/src/component/mainPage/signUp/index.vue +++ b/src/component/mainPage/signUp/index.vue @@ -74,8 +74,8 @@
{{ item?.highlight }}
- {{ productList.Statement }} + {{ productList.Statement }} @@ -611,6 +611,13 @@ export default defineComponent({ justify-content: center; } } + .statement{ + width: 100%; + margin-top: 5rem; + font-size: 1.4rem; + text-align: center; + color: #8A8A8A; +} .gallery_list { display: flex; // justify-content: center; @@ -620,13 +627,7 @@ export default defineComponent({ @media (max-width: 767px) { margin-top: 2.4rem; } - .statement{ - width: 100%; - margin-top: 5rem; - font-size: 1.4rem; - text-align: center; - color: #8A8A8A; - } + .gallery_item { width: 36.2rem; height: 46.8rem;