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;