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

@@ -215,13 +215,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;
}
/* 列表 */
@@ -254,7 +254,7 @@
}
.house-name {
font-size: 16px;
font-size: 32rpx;
font-weight: 600;
}
@@ -262,13 +262,13 @@
background: #007aff;
color: #fff;
font-size: 24rpx;
padding: 1px 8px;
border-radius: 15px;
padding:2rpx 16rpx;
border-radius: 30rpx;
}
/* 状态标签 */
.status-tag {
font-size: 14px;
font-size: 28rpx;
padding: 6rpx 14rpx;
font-weight: 600;
border-radius: 6rpx;
@@ -305,7 +305,7 @@
.label {
width: 100px;
font-size: 14px;
font-size: 28rpx;
/* color: #666; */
}
@@ -317,13 +317,13 @@
}
.value {
font-size: 14px;
font-size: 28rpx;
font-weight: 600;
color: #333;
}
.defaultBox {
margin-top: 5px;
margin-top:10rpx;
display: flex;
justify-content: space-between;
z-index: 99 !important;
@@ -332,7 +332,7 @@
.set-default {
color: #222222;
/* font-weight: 600; */
font-size: 16px;
font-size: 32rpx;
}
@@ -345,7 +345,7 @@
background: #007aff;
color: #fff;
border-radius: 12rpx;
font-size: 16px;
font-size: 32rpx;
border: none;
}