中英韩

This commit is contained in:
2024-08-01 12:21:21 +08:00
parent ea7996e0a7
commit f738d12f9e
29 changed files with 803 additions and 2314 deletions

View File

@@ -43,8 +43,11 @@ uni-button:after {
margin-bottom: 20rpx;
}
.filter_label {
display: block;
line-height: 80rpx;
display: flex;
flex-direction: column;
justify-content: center;
line-height: 28rpx;
height: 80rpx;
font-size: 28rpx;
color: #323232;
font-weight: bold;
@@ -157,7 +160,7 @@ uni-button:after {
background: #d7d7d7;
font-size: 26rpx;
line-height: 28rpx;
padding: 35rpx 10rpx;
padding: 35rpx 20rpx;
color: #7d7d7d;
background-color: #dcdfea;
font-weight: bold;
@@ -268,8 +271,12 @@ uni-button:after {
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
}
.button-default {
display: flex;
flex-direction: column;
justify-content: center;
font-size: 34rpx;
line-height: 88rpx;
line-height: 38rpx;
height: 88rpx;
color: #ff6a00;
text-align: center;
letter-spacing: 4rpx;
@@ -279,8 +286,12 @@ uni-button:after {
border-radius: 10rpx;
}
.button-primary {
display: flex;
flex-direction: column;
justify-content: center;
font-size: 30rpx;
line-height: 88rpx;
line-height: 38rpx;
height: 88rpx;
color: #fff;
text-align: center;
letter-spacing: 4rpx;