提现功能需要添加

This commit is contained in:
bobobobo
2026-01-04 23:35:06 +08:00
parent a4ae562396
commit 42eba945e8
58 changed files with 4825 additions and 1015 deletions

View File

@@ -15,3 +15,25 @@ page {
padding: 12rpx 36rpx;
border-radius: 8rpx;
}
/** uni-swipe-action 滑动右边样式 */
.public-uni-swipe-action-right {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: rgb(47, 194, 17);
width: 130rpx;
.iocn-name {
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 28rpx;
color: #fff;
text-align: left;
font-style: normal;
text-transform: none;
}
&:last-child {
background: rgb(206, 59, 22);
}
}