From 89c5cc0ea5bea7532d796e2b3cc1c8f27b7cdfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=BA=B7?= Date: Wed, 1 Nov 2023 17:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/screen/largeScreen.vue | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/src/components/screen/largeScreen.vue b/src/components/screen/largeScreen.vue index e64b51c..7f20b7c 100644 --- a/src/components/screen/largeScreen.vue +++ b/src/components/screen/largeScreen.vue @@ -49,9 +49,9 @@
- - - + + + {{ index1 * pageSize + index + 1 }}
@@ -186,7 +186,7 @@ export default { ruzhiStyle: '', array: [], isAuto: true, - autoSpeed: 10000, + autoSpeed: 1000000, pageSize: 10, // pageSize: 5, @@ -841,17 +841,28 @@ div{ .tc5 { width: 14%; } - -@media screen and (max-width: 1520px) { +.tac img{ + width:44px; +} +@media screen and (max-width: 1520px) { + .tth[data-v-3b9d2e74] { + height: auto; + } + .tac img{ + width:28px; + } h4.f24 { - font-size: 48px; + font-size: 36px; } .lvfz{ font-size: 16px; } .ttd{ text-align: center; - font-size: 27px; + font-size: 22px; + } + .lNum{ + font-size: 22px; } .s_left { width: 96%; @@ -899,8 +910,8 @@ h4.f24 { content: ''; width: 24px; } -.swiperPage{ - display: flex !important; +/* .swiperPage{ + display: flex; flex-direction: column; justify-content: start; height: calc(100vh - 250px); @@ -911,5 +922,6 @@ h4.f24 { } .lNum{ line-height: 1.3 !important; -} +} */ + \ No newline at end of file