feat: align G01 shared visual shell

This commit is contained in:
rain
2026-07-13 09:56:45 +08:00
parent 79c195cb0d
commit 6db93d8c1b
4 changed files with 28 additions and 19 deletions
+7 -7
View File
@@ -29,7 +29,7 @@ const switchTab = (item) => {
left: 0;
z-index: 20;
display: flex;
height: 128rpx;
height: 112rpx;
padding-bottom: env(safe-area-inset-bottom);
box-sizing: content-box;
border-top: 1rpx solid $gold-soft;
@@ -38,24 +38,24 @@ const switchTab = (item) => {
.tab-item {
display: flex;
min-height: 96rpx;
min-height: 88rpx;
flex: 1;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 10rpx 0 8rpx;
padding: 4rpx 0;
box-sizing: border-box;
}
.tab-icon {
width: 56rpx;
height: 56rpx;
margin-bottom: 5rpx;
width: 64rpx;
height: 64rpx;
margin-bottom: 2rpx;
}
.tab-label {
color: $ink-muted;
font-size: 28rpx;
font-size: 30rpx;
letter-spacing: 2rpx;
line-height: 1.2;
}