diff --git a/pages/user/deposit/prepaid/prepaid.wxml b/pages/user/deposit/prepaid/prepaid.wxml index e1de1b3..4bfa88a 100644 --- a/pages/user/deposit/prepaid/prepaid.wxml +++ b/pages/user/deposit/prepaid/prepaid.wxml @@ -1,24 +1,29 @@ - + + + + + + {{perpaid.ItemName}} + + + {{perpaid.BeginSum}} + 送{{perpaid.NewSum}}元 + 充值送大礼 > + + 备注: + {{perpaid.ItemName}} + + 立即充值 + - {{perpaid.ItemName}} - - - {{perpaid.BeginSum}} - 送{{perpaid.NewSum}}元 - - 备注: - {{perpaid.ItemName}} - - 立即充值 - - + + - 充{{BeginSum}}送{{NewSum}}元 @@ -29,3 +34,24 @@ + + + + + + + + + + + diff --git a/pages/user/deposit/prepaid/prepaid.wxss b/pages/user/deposit/prepaid/prepaid.wxss index 68304d8..41e20bf 100644 --- a/pages/user/deposit/prepaid/prepaid.wxss +++ b/pages/user/deposit/prepaid/prepaid.wxss @@ -180,6 +180,52 @@ font-size:28rpx; left:0; } +.give { + position: absolute; + margin-top: 80rpx; + margin-left: 60rpx; +} + +.list { + padding: 0 20rpx; +} + +.coupon { + box-sizing: border-box; + display: flex; + justify-content: space-between; + background-color: pink; + padding: 0 40rpx; + + + background-image: radial-gradient(circle at 8rpx 8rpx, transparent, red); + /* background-image: + radial-gradient( + circle at 0px 8px, + transparent 6px, + #ff9e6d 6px, + #ff9e6d 0px), + radial-gradient( + circle at 199px 8px, + transparent 6px, + #ff9e6d 6px, + #ff9e6d 0px); */ + background-size: 30px 30px; + /* background-position: 0 0, 200px 0; */ + /* background-repeat-y: no-repeat; */ + background-repeat-x: no-repeat; +} + +.left { + background-color: skyblue; + flex: 1; +} + +.right { + border-left: 2rpx dashed white; + padding-left: 60rpx; +} +