修改缴费记录和对公
This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user