From 61d204cdff796423c43b1c8f744ea5f66a6bf762 Mon Sep 17 00:00:00 2001 From: songwc Date: Tue, 20 Sep 2022 14:09:25 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9Astarttest=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=AA=92=E4=BD=93=E6=9F=A5=E8=AF=A2middle=E4=BC=B8=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/starttest/StartTest.vue | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/views/starttest/StartTest.vue b/src/views/starttest/StartTest.vue index 2e914e6..a6bd7d7 100644 --- a/src/views/starttest/StartTest.vue +++ b/src/views/starttest/StartTest.vue @@ -180,6 +180,31 @@ export default { margin-left: 28px; } } + @media screen and (max-width: 1400px) { + .line { + width: 800px; + } + } + @media screen and (max-width: 1300px) { + .line { + width: 720px; + } + } + @media screen and (max-width: 1200px) { + .line { + width: 620px; + } + } + @media screen and (max-width: 1100px) { + .line { + width: 540px; + } + } + @media screen and (max-width: 1000px) { + .line { + width: 500px; + } + } .topic { font-size: 16px; font-weight: 500; @@ -250,6 +275,7 @@ export default { transform: translate(-50%, 0); } } + .time { width: 130px; height: 110px;