mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2025-12-26 07:56:43 +08:00
修复我的页面背景样式
This commit is contained in:
parent
06a949a053
commit
8ef2d6f94f
@ -1,5 +1,7 @@
|
|||||||
.container {
|
.container {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
|
height: calc(100vh - 44px - env(safe-area-inset-top) - var(--tab-bar-height) - env(safe-area-inset-bottom));
|
||||||
|
box-sizing: border-box;
|
||||||
padding-bottom: 60rpx;
|
padding-bottom: 60rpx;
|
||||||
}
|
}
|
||||||
.userinfo {
|
.userinfo {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user