From f4e9fda25524eafe240e34a20b0829165bfcc375 Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Thu, 3 Nov 2016 10:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E8=B0=83=E6=95=B4=EF=BC=8C?= =?UTF-8?q?=E5=87=86=E5=A4=87=E5=8A=A0=E5=8B=8B=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/mine.wxss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pages/mine/mine.wxss b/pages/mine/mine.wxss index 703d868..8e04473 100644 --- a/pages/mine/mine.wxss +++ b/pages/mine/mine.wxss @@ -2,23 +2,26 @@ display: flex; flex-direction: row; align-items: flex-start; + background: url(https://bayewechat.oss-cn-shanghai.aliyuncs.com/rassets/revision/icon-bg1-31089b3b52ad92a9bf410ade08221b538a7bfd69ef65303eca4d227731972a33.png) no-repeat; + padding: 12px 0 12px; + background-size: cover; } .userinfo-avatar { - width: 95rpx; - height: 95rpx; + width: 85rpx; + height: 85rpx; margin: 20rpx; border-radius: 50%; } .userinfo-nickname { - color: #444; - font-size: 30rpx; + color: #fff; + font-size: 28rpx; margin-top: 30rpx; } .separate { - height: 10rpx; + height: 18rpx; background-color: #f2f2f2; }