调整导览讲解为底部主导航
This commit is contained in:
@@ -526,7 +526,7 @@ const handleBrowseAll = () => {
|
||||
|
||||
.explain-scroll {
|
||||
height: 100%;
|
||||
padding: 0 16px calc(28px + env(safe-area-inset-bottom));
|
||||
padding: 0 16px calc(110px + env(safe-area-inset-bottom));
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -897,7 +897,7 @@ const handleBrowseAll = () => {
|
||||
}
|
||||
|
||||
.card-list {
|
||||
padding-bottom: calc(28px + env(safe-area-inset-bottom));
|
||||
padding-bottom: calc(110px + env(safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
.list-more {
|
||||
|
||||
Reference in New Issue
Block a user