From fff18fcf622455c6ce55318e70bb528cd84829b0 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 25 Oct 2019 17:28:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=88=91=E7=9A=84][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7=E7=A0=81=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index/user.wxml | 8 ++++---- index/user.wxss | 25 ++++++++++++++----------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/index/user.wxml b/index/user.wxml index 775ba8f..92824ba 100644 --- a/index/user.wxml +++ b/index/user.wxml @@ -1,5 +1,9 @@ + + 版本号:{{appVersion}} + + @@ -144,10 +148,6 @@ - - 版本号:{{appVersion}} - - diff --git a/index/user.wxss b/index/user.wxss index 33e826f..77a6097 100644 --- a/index/user.wxss +++ b/index/user.wxss @@ -15,17 +15,6 @@ page{ background: #fff; } -.version { - position: absolute; - right: 0; - width: 307rpx; - height: 50rpx; - bottom: 0; - text-align: center; - font-size: 15rpx; - color: #999; -} - .couponnum { display: inline-block; position: absolute; @@ -176,6 +165,20 @@ page{ padding-right: 25rpx; } +.user{ + position: relative; +} +.user .version{ + position: absolute; + top: 140rpx; + left:30rpx; + width: 307rpx; + height: 50rpx; + text-align: center; + font-size: 30rpx; + color: #999; + z-index: 100; +} .user-out-btn { background-color: #fff; height: 100rpx;