APPbug反馈修改

This commit is contained in:
仲么了
2023-08-10 09:18:17 +08:00
parent 192bd44c7a
commit f395da8f93
48 changed files with 1420 additions and 480 deletions

View File

@@ -149,22 +149,22 @@ page {
margin: 0 20rpx;
display: grid;
grid-gap: 20rpx;
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
.header-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 10rpx 10rpx 20rpx;
color: #111;
color: #fff;
font-size: 28rpx;
background: #fff;
background: $uni-theme-color;
border-radius: 12rpx;
.header-item-value {
font-size: 32rpx;
}
.header-item-label{
font-size: 28rpx;
.header-item-label {
font-size: 24rpx;
}
}
}
@@ -182,18 +182,21 @@ page {
z-index: 2;
.nav-menu {
padding: 10rpx 20rpx;
padding: 6rpx 20rpx;
margin-left: 20rpx;
margin-bottom: 20rpx;
font-size: 28rpx;
font-size: 24rpx;
border-radius: 8rpx;
background: #ebeaec;
color: #666;
&-active {
background: #dfe5f7;
color: $uni-theme-color;
}
&-btn {
background: $uni-theme-color;
color: #fff;
}
}
}