feat: 主页移动端
This commit is contained in:
@@ -80,12 +80,34 @@
|
||||
}
|
||||
}
|
||||
@media (max-width: 800px) {
|
||||
padding: 15px 20px;
|
||||
min-height: 155px;
|
||||
padding: 20px 14px 18px;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 28px;
|
||||
|
||||
> .left {
|
||||
order: 1;
|
||||
font-size: 11px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
> .right {
|
||||
order: 2;
|
||||
width: 100%;
|
||||
justify-content: space-around;
|
||||
gap: 10px;
|
||||
> div {
|
||||
border-left: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
|
||||
> .link {
|
||||
font-size: 11px;
|
||||
line-height: 1.4;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user