代码提交
This commit is contained in:
@ -40,3 +40,9 @@ $black-color: #000;
|
||||
width: 100%;
|
||||
height: var(--window-bottom); // docs https://zh.uniapp.dcloud.io/matter.html#h5-%E5%BC%80%E5%8F%91%E6%B3%A8%E6%84%8F
|
||||
}
|
||||
|
||||
.tabbar-height{
|
||||
height: 118rpx;
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
@ -669,7 +669,7 @@ image {
|
||||
height: 25px !important;
|
||||
line-height: 25px !important;
|
||||
font-size: 12px !important;
|
||||
bottom: 15rpx;
|
||||
bottom: 30rpx;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
@ -903,14 +903,14 @@ image {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 34rpx;
|
||||
height: 100rpx;
|
||||
height: 118rpx;
|
||||
}
|
||||
|
||||
.action-icons {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100rpx;
|
||||
height: 118rpx;
|
||||
padding-left: 20rpx;
|
||||
|
||||
&-item {
|
||||
@ -957,7 +957,7 @@ image {
|
||||
}
|
||||
|
||||
.uv-button {
|
||||
height: 80rpx;
|
||||
height: 70rpx;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
@ -1201,3 +1201,11 @@ image {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.uni-tabbar{
|
||||
height: 118rpx;
|
||||
.uni-tabbar__label{
|
||||
font-size: 20rpx;
|
||||
line-height: 28rpx;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user