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