diff --git a/src/components/screen/largeScreen.vue b/src/components/screen/largeScreen.vue index b3b47ed..61e2c2f 100644 --- a/src/components/screen/largeScreen.vue +++ b/src/components/screen/largeScreen.vue @@ -697,7 +697,7 @@ div{ /deep/ .ttd{ text-align: center; - font-size: 28px; + font-size: 36px; } .mmtt111{ @@ -798,14 +798,27 @@ div{ width: 14%; } -@media screen and (max-width: 1400px) { +@media screen and (max-width: 1500px) { + h4.f24 { + font-size: 48px; + } + .ttd{ + text-align: center; + font-size: 25px; + } .s_left { width: 96%; } .tc1 { min-width: 50px; - } + } + .tc2{ + width:16% + } + .tc5 { + width: 10%; + } }