* Adjust the style of profile.

This commit is contained in:
holan20180123
2021-01-29 10:47:14 +08:00
parent 3963d17f44
commit ce2816d0bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
.main-actions{margin: 20px 0 20px 0; text-align: center;}
.user-title{margin: 10px 10px -10px 10px; font-size: 14px; font-weight: bold; padding-left: 10px;}
.avatar{display: inline-block; width: 50px; height: 50px; line-height: 50px;}
.user-name{margin-left: 15px}
.user-name{margin-left: 15px; font-weight: bold;}
.user-name, .user-role{font-size: 16px; vertical-align: top; line-height: 50px;}
.line{border-top: 1px solid #eee; margin: 10px;}
#avatarUploadBtn{padding: 4px 12px; position: relative; left: 32px; bottom: 30px;}
+1 -1
View File
@@ -31,7 +31,7 @@
}
?>
</span>
<span class='user-name'><strong><?php echo $user->realname;?></strong></span>
<span class='user-name'><?php echo $user->realname;?></span>
<span class='user-role'><?php echo zget($lang->user->roleList, $user->role);?></span>
</div>
<div class='row'>