完善添加银行卡功能

This commit is contained in:
cbb
2025-12-27 17:52:08 +08:00
parent 20455490f8
commit 3b9b142c21
44 changed files with 3434 additions and 28 deletions

View File

@@ -13,6 +13,27 @@
background: #ffffff;
border-radius: 32rpx 32rpx 0rpx 0rpx;
}
.integral-box {
width: 354rpx;
height: 166rpx;
position: absolute;
bottom: 82rpx;
left: 48rpx;
font-family: PingFang SC, PingFang SC;
color: #ffffff;
font-weight: bold;
font-style: normal;
text-transform: none;
display: flex;
flex-direction: column;
align-items: flex-start;
text {
font-size: 32rpx;
&:last-child {
font-size: 100rpx;
}
}
}
.left-icon {
width: 354rpx;
height: 166rpx;