From 3214461344aefb9249035602fa1ce3c4c9f6b9dc Mon Sep 17 00:00:00 2001 From: taiyuan Date: Fri, 6 Nov 2020 11:11:14 +0800 Subject: [PATCH] 流动资金转预存 --- pages/user/deposit/prepaid/prepaid.wxml | 38 ++++++++++++++++++++++++++------------ pages/user/deposit/prepaid/prepaid.wxss | 45 ++++++++++++++++++++++++++++++++++++--------- 2 files changed, 62 insertions(+), 21 deletions(-) diff --git a/pages/user/deposit/prepaid/prepaid.wxml b/pages/user/deposit/prepaid/prepaid.wxml index e2a6277..3c956e3 100644 --- a/pages/user/deposit/prepaid/prepaid.wxml +++ b/pages/user/deposit/prepaid/prepaid.wxml @@ -1,23 +1,37 @@ - + - {{perpaid.ItemName}} - - - {{perpaid.BeginSum}} - 送{{perpaid.NewSum}}元 - 充值送大礼 > - - 备注: + + + {{perpaid.ItemName}} + 充{{perpaid.BeginSum}}送{{perpaid.NewSum}}元 + 充值送大礼 > + + 备注: + {{perpaid.ItemName}} + 立即充值 + + 立即充值 + + + + + + + + + + diff --git a/pages/user/deposit/prepaid/prepaid.wxss b/pages/user/deposit/prepaid/prepaid.wxss index 41e20bf..d027d41 100644 --- a/pages/user/deposit/prepaid/prepaid.wxss +++ b/pages/user/deposit/prepaid/prepaid.wxss @@ -1,8 +1,9 @@ /* 图片 */ .picture{ -margin-top: 5rpx; +/* margin-top: 5rpx; */ width:100%; height:270rpx; +display: block; } /* 预存款扣款情况 */ .wz{ @@ -61,14 +62,15 @@ font-size:28rpx; } /* 立即充值 */ .ljcz{ - width: 2278rpx; + /* width: 2278rpx; height: 111rpx; font-size: 25rpx; line-height: 320%; color: #C4182E; margin-left: 463rpx; - padding-left:66rpx; - + padding-left:66rpx; */ + padding-top: 20rpx; + color: red; } /* 弹出框的大边框 */ .big-rim{ @@ -182,7 +184,7 @@ font-size:28rpx; .give { position: absolute; - margin-top: 80rpx; + margin-top: 70rpx; margin-left: 60rpx; } @@ -217,15 +219,40 @@ font-size:28rpx; } .left { - background-color: skyblue; - flex: 1; + width: 464rpx; + display: flex; + flex-direction: column; + justify-content: center; + color: white; } .right { - border-left: 2rpx dashed white; - padding-left: 60rpx; + width: calc(100% - 464rpx); + display: flex; + flex-direction: column; + justify-content: center; } +.coupon-container { + position: relative; + margin-bottom: 10rpx; + text-align: center; +} + +.info-container { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + +} + +.pdv20 { + padding-top: 20rpx; + padding-bottom: 20rpx; +} + -- libgit2 0.21.4