国际化

This commit is contained in:
2025-09-12 13:13:29 +08:00
parent caef2ecc53
commit 2ebaeac1e9
18 changed files with 533 additions and 331 deletions

View File

@@ -71,17 +71,18 @@ uni-button:after {
height: 80rpx !important;
font-size: 28rpx !important;
color: #606266;
padding: 0 !important;
border: 0 !important;
padding: 0 10rpx !important;
border: 1rpx solid #e5e5e5 !important;
}
.filter_input {
width: 100%;
height: 80rpx;
line-height: 80rpx;
border: 0;
border: 1rpx solid #e5e5e5;
background-color: transparent;
font-size: 28rpx;
color: #606266;
padding: 0 10rpx;
}
.filter_input_disabled {
background-color: #eee;
@@ -96,6 +97,11 @@ uni-button:after {
justify-content: flex-start;
align-items: center;
}
.is-required .filter_label:after {
content: "*";
color: #D7592F;
margin-left: 4px;
}
.tab-line {
_wh(32rpx, 10rpx)
background-color #fff
@@ -232,8 +238,12 @@ uni-button:after {
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
}
.button-default {
display: flex;
align-items: center;
justify-content: center;
font-size: 34rpx;
line-height: 88rpx;
line-height: 34rpx;
height: 88rpx;
color: #ff6a00;
text-align: center;
letter-spacing: 4rpx;
@@ -243,8 +253,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: 34rpx;
height: 88rpx;
color: #fff;
text-align: center;
letter-spacing: 4rpx;
@@ -253,6 +267,10 @@ uni-button:after {
border: 2rpx solid #ff6a00;
border-radius: 10rpx;
}
.en_class .button-primary {
font-size: 28rpx;
line-height: 28rpx;
}
.button-info, .submit-button[disabled] {
background-color: #c9c9c9;
border: 2rpx solid #c9c9c9;