部分页面国际化

This commit is contained in:
2025-06-06 16:05:31 +08:00
parent 9dddf7df6d
commit 9b0835a7b5
30 changed files with 229 additions and 156 deletions

View File

@@ -391,9 +391,12 @@ uni-button:after {
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
}
.btn-submit {
display: grid;
place-items: center; /* */
padding: 0;
font-size: 28rpx;
line-height: 73rpx;
line-height: 28rpx;
height: 73rpx;
border-radius: 10rpx;
border-width: 2rpx;
border-style: solid;

View File

@@ -140,6 +140,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.h-50 {
height: 50% !important;
}
.mgt40 {
margin-top: 40rpx;
}
.mgb10 {
margin-bottom: 10rpx;
}