mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-16 22:36:48 +08:00
style:starttest页面媒体查询middle伸缩
This commit is contained in:
@@ -180,6 +180,31 @@ export default {
|
|||||||
margin-left: 28px;
|
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 {
|
.topic {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@@ -250,6 +275,7 @@ export default {
|
|||||||
transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
width: 130px;
|
width: 130px;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
|
|||||||
Reference in New Issue
Block a user