国际化

This commit is contained in:
蔡玲
2024-12-23 15:36:05 +08:00
parent e172f8620a
commit 1a153dd60c
25 changed files with 749 additions and 280 deletions

View File

@@ -46,8 +46,10 @@ uni-button:after {
margin-bottom: 20rpx;
}
.filter_label {
display: block;
line-height: 80rpx;
display: flex;
align-items: center;
height 80rpx;
line-height: 25rpx;
font-size: 28rpx;
color: #323232;
font-weight: bold;
@@ -283,8 +285,12 @@ uni-button:after {
border-radius: 10rpx;
}
.button-primary {
display: flex;
align-items: center;
justify-content: center;
font-size: 34rpx;
line-height: 88rpx;
line-height: 26rpx;
height: 88rpx;
color: #fff;
text-align: center;
letter-spacing: 4rpx;