From 7727d8aaf944186ba72da865a2b3efe79978c063 Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Mon, 5 May 2025 00:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E6=88=91=E4=BB=AC=E5=8F=AA?= =?UTF-8?q?=E5=B7=AE=E4=B8=80=E4=B8=AA=E6=8B=9B=E8=81=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Aboutus.vue | 70 +++++++++++++++++++++++++++++--------- 1 file changed, 54 insertions(+), 16 deletions(-) diff --git a/src/components/Aboutus.vue b/src/components/Aboutus.vue index 5f05bbe..e1013a2 100644 --- a/src/components/Aboutus.vue +++ b/src/components/Aboutus.vue @@ -32,16 +32,46 @@ const { breakpoint } = useBootstrapBreakpoint(); 设计瞬间
- - - - - - - + + + + + + +
- +
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
加入我们 @@ -128,12 +158,13 @@ export default { } #sjsjimg{ - @include media-breakpoint-between(xs, md) { - margin-left: 0px; - margin-right: 0px; + margin-top: 56px; + height: auto; + @include media-breakpoint-between(md,xxl){ + margin-left: 100px; + margin-right: 100px; } - - @include media-breakpoint-up(md) { + @include media-breakpoint-up(xxl) { margin-left: 256px; margin-right: 256px; } @@ -144,8 +175,15 @@ export default { margin-top: 32px; } -#sjsjimgwep img{ - width: 100%; - height: auto; +.imgrow{ + display: flex; + flex-direction: row; +} + +.imageitem{ + position: relative; + img{ + width: 100%; + } }