pages(media): add 2048px device

This commit is contained in:
2022-01-19 21:24:32 +08:00
parent 8142cb968f
commit afc1b62925
15 changed files with 355 additions and 9 deletions

View File

@@ -106,4 +106,22 @@
}
}
}
// =========== 2048px 设备 ===========
@media (min-width: 768px) and (max-width: 2048px) {
>ul {
padding: 0.625rem 0.1rem;
>.year {
padding: 0.5rem 0;
}
>li {
justify-content: space-between;
padding-bottom: 0.3rem;
}
}
}
}