暂存充值审核

This commit is contained in:
2025-02-20 10:38:29 +08:00
parent 616c6a53fb
commit 5d617f2282
22 changed files with 666 additions and 559 deletions

View File

@@ -1 +1,19 @@
/* components/Segmented/index.wxss */
/* components/Segmented/index.wxss */
.item {
display: inline-block;
padding: 20rpx;
border: 1rpx solid #ccc;
border-right: 0rpx;
font-size: 32rpx;
min-width: 140rpx;
text-align: center;
}
.item:nth-last-child(1) {
border-right: 1rpx solid #ccc;
}
.active {
background-color: var(--middle-green);
}