Skip to content

Commit 299fc38

Browse files
committed
较小高度时的界面适配 #18 细分
1 parent bc717b8 commit 299fc38

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

html/document.less

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,19 +211,22 @@ html[data-permission-state="true"]{
211211
}
212212
@media (max-height:600px) {
213213
.single-box{
214-
transform: scale(.7);
214+
transform: scale(.8);
215215
transform-origin: 50% 100%;
216216
}
217217
}
218+
@media (max-height:550px) {
219+
.single-box{
220+
transform: scale(.7);
221+
}
222+
}
218223
@media (max-height:450px) {
219224
.single-box{
220225
transform: scale(.6);
221-
transform-origin: 50% 100%;
222226
}
223227
}
224228
@media (max-height:350px) {
225229
.single-box{
226230
transform: scale(.5);
227-
transform-origin: 50% 100%;
228231
}
229232
}

0 commit comments

Comments
 (0)