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 {