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

@@ -169,13 +169,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;
}
@@ -204,7 +204,7 @@
line-height: 88rpx;
background-color: #1677ff;
color: #fff;
font-size: 14px;
font-size: 28rpx;
border-radius: 8rpx;
border: none;
margin-top: 20rpx;
@@ -241,7 +241,7 @@
border-radius: 50%;
background-color: #fff;
color: #1677ff;
font-size: 16px;
font-size: 32rpx;
font-weight: bold;
margin-bottom: 20rpx;
display: flex;
@@ -265,13 +265,13 @@
.car-item {
display: flex;
align-items: center;
padding: 10px;
padding: 20rpx;
margin-bottom: 20rpx;
border: 1rpx solid #e6e9ff;
border-radius: 16rpx;
background-color: #fff;
position: relative;
width: calc(100% - 22px);
width: calc(100% - 44rpx);
}
.car-item.checked {
@@ -300,7 +300,7 @@
/* 车牌号 */
.car-plate {
font-size: 16px;
font-size: 32rpx;
font-weight: bold;
color: #000;
line-height: 1.4;
@@ -309,13 +309,13 @@
/* 车型+颜色 */
.car-model {
font-size: 14px;
font-size: 28rpx;
color: #666;
line-height: 1.4;
}
.car-bindParkingSpace {
font-size: 14px;
font-size: 28rpx;
color: #666;
white-space: nowrap;
/* 强制不换行 */
@@ -328,14 +328,14 @@
/* 状态标签 */
.status-tag {
font-size: 12px;
padding: 3px 7px;
border-radius: 3px;
font-size: 24rpx;
padding:6rpx14rpx;
border-radius:6rpx;
font-weight: 500;
flex-shrink: 0;
position: absolute;
right: 15px;
top: 15px;
right: 30rpx;
top: 30rpx;
}
/* 未绑定状态 */