更新用户个人主页的功能

This commit is contained in:
virusdefender
2015-10-25 15:30:11 +08:00
parent 30bfe5bef2
commit 05d9fb52ad
6 changed files with 140 additions and 70 deletions

View File

@@ -62,3 +62,24 @@ pre, code {
font-family: "source_code_pro";
background-color: white;
}
#index-avatar{
height: 200px;
width: 200px;
}
#user-mood{
max-width: 70%;
}
#oj-logo{
height: 20px;
}
.super-admin-star{
color: #ffd700;
}
.admin-star{
color: #c0c0c0;
}