feat: align G01 shared visual shell
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user