feat(page): High score screen adaptation

This commit is contained in:
2022-09-14 19:10:22 +08:00
parent c563e1d509
commit 745cee5f19
25 changed files with 2276 additions and 223 deletions

View File

@@ -6,8 +6,7 @@
* 1.默认
* 2.深色
* 3.媒体查询
* - 870px
* - 2048px
*
*/
@import "../base/variables";
.post {
@@ -74,7 +73,7 @@
}
// =========== 移动端 ===========
@media (min-width: 320px) and (max-width: 870px) {
@media (max-width: 870px) {
>.title {
margin-top: 10%;
>.info{
@@ -88,7 +87,7 @@
}
// =========== 桌面端 ===========
@media (min-width: 870px) and (max-width: 2048px) {
@media (min-width: 870px){
>.title {
margin-top: 4rem;
>.info{