diff --git a/my/wallet/index.vue b/my/wallet/index.vue index 8fc0653..28869b2 100644 --- a/my/wallet/index.vue +++ b/my/wallet/index.vue @@ -1331,7 +1331,7 @@ margin-top: 15rpx; } .amount-balance{ - padding: 20rpx; + padding: 15rpx; background: linear-gradient(to right, #fff5eb, #fbe3d2); border-radius:10rpx; display: flex; @@ -1351,10 +1351,11 @@ } .amount-block-lin{ width: 32%; - background: #f5f5f5; + background: url('../../static/coupon1.png'); + background-size: 100%; border-radius:10rpx; margin-top:15rpx; - padding: 20rpx; + padding: 15rpx 26rpx; display: flex; justify-content: space-between; align-items: baseline; diff --git a/static/coupon1.png b/static/coupon1.png new file mode 100644 index 0000000..0012b61 Binary files /dev/null and b/static/coupon1.png differ