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

@@ -206,12 +206,12 @@
success: (res) => {
if (res.confirm) {
uni.showLoading({
title: '删除中...',
title: '删除中...',
mask: true
});
setTimeout(() => {
uni.showToast({
title: '删除成功',
title: '删除成功',
icon: 'success'
});
}, 1000);
@@ -258,7 +258,7 @@
.page {
flex: 1;
overflow-y: auto;
padding: 0px 20px;
padding: 0px 40rpx;
box-sizing: border-box;
}
@@ -269,7 +269,7 @@
flex-direction: column;
align-items: center;
padding: 10px 0px 10px;
padding: 20rpx 0px 20rpx;
}
.status-icon {
@@ -388,7 +388,7 @@
border: 1rpx solid #f0f0f0;
border-radius: 8rpx;
background-color: #fff;
margin-bottom: 10px;
margin-bottom: 20rpx;
}
.card-title {
@@ -458,7 +458,7 @@
/* 底部按钮区 */
.bottom-btn-wrap {
padding: 10px 15px 20px;
padding: 20rpx 30rpx 40rpx;
display: flex;
gap: 20rpx;