部分页面国际化
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user