From 26d22367c5a1905e9569c099bc983598497c134b Mon Sep 17 00:00:00 2001 From: cheng.xu Date: Thu, 7 Nov 2019 16:23:43 +0800 Subject: [PATCH] 购买等级卡页面 --- pages/user/plus/plus.wxml | 8 ++++---- pages/user/plus/plus.wxss | 14 ++++++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/pages/user/plus/plus.wxml b/pages/user/plus/plus.wxml index d7c6d5b..2cd02a9 100644 --- a/pages/user/plus/plus.wxml +++ b/pages/user/plus/plus.wxml @@ -12,12 +12,12 @@ - + - {{item.CardName}} + {{item.CardName}} 开通会员年卡仅{{item.CardFee}}元 立即开通 @@ -27,10 +27,10 @@ - + - 根据大家购买数据,您成为超级会员预计可省¥{{item.free}}元 + 按去年用户消费计算,开卡后一年预计省¥{{item.free}}元 diff --git a/pages/user/plus/plus.wxss b/pages/user/plus/plus.wxss index 1d9c580..324a4f5 100644 --- a/pages/user/plus/plus.wxss +++ b/pages/user/plus/plus.wxss @@ -163,8 +163,10 @@ swiper { height: 30rpx; margin-right: 5rpx; background-size: 100% 100%; -position: relative; -left: -40rpx; + background-blend-mode: lighten; + transform: translateX(-130%); + vertical-align: top; + } @@ -296,7 +298,7 @@ left: -40rpx; .inf_com { background-color: rgb(255, 255, 255); - padding: 0rpx 85rpx; + padding: 0rpx 60rpx; } .perfect { @@ -356,8 +358,12 @@ left: -40rpx; } input { +margin-top: 10rpx; overflow: visible; - width: 360rpx; + width: 410rpx; } +swiper-item{ + overflow: visible; +} \ No newline at end of file -- libgit2 0.21.4