4/18 样式修改,缴费部分页面按照ui重做

This commit is contained in:
wangyuxin
2026-04-18 16:24:20 +08:00
parent 72ec4017e8
commit 452bf0b84d
36 changed files with 975 additions and 973 deletions

View File

@@ -187,13 +187,13 @@
.page {
flex: 1;
overflow-y: auto;
padding: 0px 20px;
padding: 0px 40rpx;
box-sizing: border-box;
}
/* 底部按钮 */
.bottom-btn {
padding: 10px 15px 20px;
padding: 20rpx 30rpx 40rpx;
}
/* 列表 */
@@ -222,7 +222,7 @@
}
.parkingSpace-name {
font-size: 16px;
font-size: 32rpx;
font-weight: 600;
overflow: hidden;
white-space: nowrap;
@@ -234,10 +234,10 @@
/* 状态标签 */
.status-tag {
font-size: 12px;
padding: 2px 8px;
border-radius: 15px;
margin-left: 10px;
font-size: 24rpx;
padding:4rpx16rpx;
border-radius: 30rpx;
margin-left: 20rpx;
white-space: nowrap;
}
@@ -265,7 +265,7 @@
.line {
display: flex;
margin-bottom: 10px;
margin-bottom: 20rpx;
}
@@ -280,7 +280,7 @@
.label {
width: 80px;
font-size: 14px;
font-size: 28rpx;
font-weight: 600;
color: #333;
}
@@ -293,7 +293,7 @@
.value {
font-size: 14px;
font-size: 28rpx;
color: #666;
}
@@ -301,7 +301,7 @@
.set-default {
color: #007aff;
font-weight: 600;
font-size: 14px;
font-size: 28rpx;
}
@@ -312,7 +312,7 @@
background: #007aff;
color: #fff;
border-radius: 12rpx;
font-size: 16px;
font-size: 32rpx;
border: none;
}