From 48a0e193e048e0370971dbc69a2b526f51c1c795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Tue, 6 Aug 2019 11:29:32 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=85=AC=E4=BC=97=E5=8F=B7=E5=85=A5=E5=8F=A3=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/index.wxml | 86 ++++++++++++++++++++++--------------------- pages/user/index.wxss | 37 +++++++++++++------ 2 files changed, 69 insertions(+), 54 deletions(-) diff --git a/pages/user/index.wxml b/pages/user/index.wxml index a28870d..8ffb2ff 100644 --- a/pages/user/index.wxml +++ b/pages/user/index.wxml @@ -1,50 +1,52 @@ - - - - - - - - {{levelName}} + + + + - - - 我的 - 成长值{{score}} - | - - 更多成长值 - - - - - - - 我的订单 + + + + {{levelName}} - - - - - - 我的券包 - - + + + 我的 + 成长值{{score}} + | + + 更多成长值 + + + + + + + 我的订单 - - - - - - 我的卡包 - - + + + + + + 我的券包 + + + - - + + + + + 我的卡包 + + + + + + @@ -97,8 +99,8 @@ 版本号:{{appVersion}} - - + + diff --git a/pages/user/index.wxss b/pages/user/index.wxss index 3198f27..263a2d5 100644 --- a/pages/user/index.wxss +++ b/pages/user/index.wxss @@ -122,6 +122,10 @@ page{ font-size: 30rpx; letter-spacing: 1.16rpx; } +.top-content{ + width: 100%; + height: auto; +} .user_title{ position: relative; width: 94%; @@ -132,7 +136,7 @@ page{ box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); } .btns_bg{ - position: relative; + /* position: relative; */ width: 94%; background: #fff; border-radius: 16rpx; @@ -185,17 +189,20 @@ page{ .user-out-btn::after { opacity: 0; } - +.gzh button::after { + border: none!important; +} .gzh { /* display: none; */ - position: absolute; - bottom: 70rpx; - width: 90%; - left: 0; - right: 0; - margin: auto; + /* position: absolute; */ + /* bottom: 70rpx; */ + width: 100%; + /* left: 0; + right: 0; */ + /* margin: auto; */ + height: 170rpx; z-index: 10; - background: #ccc; + background: #fff; border-radius: 16rpx; overflow: hidden; box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15); @@ -206,11 +213,17 @@ page{ } .of { - position:absolute; + /* position:absolute; bottom:50rpx; left:0; - right:0; - height: 170rpx; + right:0; */ + width: 90%; + margin: 30rpx auto; + height: auto; + background: #fff; + border-radius: 16rpx; + overflow: hidden; + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15); } .activeimg {