修改缴费记录和对公

This commit is contained in:
2024-09-10 11:07:45 +08:00
parent 6e2608925c
commit 8482453da0
11 changed files with 120 additions and 20 deletions

View File

@@ -28,6 +28,7 @@
border-right: 0;
border-top: 0;
align-items: center;
position: relative;
}
.recordsItem:last-child {
border-bottom: 0;
@@ -89,4 +90,30 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.way {
margin-top: 10rpx;
font-size: 24rpx;
}
.rechargeStatus {
position: absolute;
right: 0;
top: 0;
z-index: 99;
font-size: 26rpx;
padding: 4rpx 10rpx;
}
.rechargeWait {
background-color: rgb(234,226,26);
}
.rechargeSuccess {
background-color: rgb(88,165,141);
}
.rechargeBack {
background-color: rgb(229,229,229);
}