From 55974effc28a41fe61f5988457bf73a22598be8d Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 13 May 2022 10:09:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E8=A7=92=E8=89=B2=E6=96=87=E5=AD=97=E9=87=8D=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../www/pages/my/userInfo/userInfo.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/userInfo/userInfo.css b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/userInfo/userInfo.css index 793fbfe4a..9bd62a398 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/userInfo/userInfo.css +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/my/userInfo/userInfo.css @@ -1,4 +1,4 @@ -.lr-userInfo-list .lr-list-item { +.lr-userInfo-list .lr-list-item { text-align:right; } .lr-userInfo-list .lr-list-item>div { @@ -6,6 +6,21 @@ top:0; left:14px; } +.role{ + margin-top: 0px; + position: relative; + /* height: 100px; */ + left: 0; + top: 17px; + z-index: 999; + /* text-align: center; */ + /* width: 100%; */ + /* display: block; */ + float: right; + line-height: 2; + padding: 19px 0 20px 0; + text-align: left; +} .lr-userInfo-list .lr-list-item-img { height: 64px; line-height:64px;