This commit is contained in:
lealife
2016-05-21 23:05:50 +08:00
parent 5c9e95ed60
commit 5db724e80b
46 changed files with 396 additions and 270 deletions

View File

@ -18,9 +18,6 @@
padding: 2px;
}
#logo {
font-size: 36px;
}
#avatar {
height: 60px; max-width: 200px; display: inline-block; margin: 10px;
@ -157,7 +154,8 @@ a:hover {
width: 140px;
height: @headerHeight;
padding-left: 10px;
padding-top: 0px;
padding-top: 9px;
font-size: 32px;
}
#switcher {
@ -173,11 +171,9 @@ a:hover {
color: @hColor;
}
}
span {
border-radius: 5px;
// background-color: @switcherBgColor;
#leftSwitcher2 {
cursor: pointer;
font-size: 18px;
font-size: 16px;
line-height: 34px;
margin-top: 8px;
padding: 0 5px;
@ -292,3 +288,10 @@ a:hover {
border-radius: 3px;
border: 1px solid #eee;
}
#myProfile {
margin: 0 10px;
}
.profile-img {
line-height: 60px;
}