充值修改

This commit is contained in:
kbing1981 2024-07-01 12:10:23 +08:00
parent d8a70bf86d
commit d37076d00c
2 changed files with 4 additions and 3 deletions

View File

@ -1331,7 +1331,7 @@
margin-top: 15rpx; margin-top: 15rpx;
} }
.amount-balance{ .amount-balance{
padding: 20rpx; padding: 15rpx;
background: linear-gradient(to right, #fff5eb, #fbe3d2); background: linear-gradient(to right, #fff5eb, #fbe3d2);
border-radius:10rpx; border-radius:10rpx;
display: flex; display: flex;
@ -1351,10 +1351,11 @@
} }
.amount-block-lin{ .amount-block-lin{
width: 32%; width: 32%;
background: #f5f5f5; background: url('../../static/coupon1.png');
background-size: 100%;
border-radius:10rpx; border-radius:10rpx;
margin-top:15rpx; margin-top:15rpx;
padding: 20rpx; padding: 15rpx 26rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: baseline; align-items: baseline;

BIN
static/coupon1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB