|
|
|
@@ -12,23 +12,23 @@ |
|
|
|
height: @avaterSize; |
|
|
|
border-radius: 50%; |
|
|
|
} |
|
|
|
&:hover:after { |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
right: 0; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
color: #eee; |
|
|
|
font-size: 24px; |
|
|
|
font-style: normal; |
|
|
|
line-height: @avaterSize; |
|
|
|
background: rgba(0, 0, 0, 0.5); |
|
|
|
border-radius: 50%; |
|
|
|
cursor: pointer; |
|
|
|
content: '+'; |
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
} |
|
|
|
// &:hover:after { |
|
|
|
// position: absolute; |
|
|
|
// top: 0; |
|
|
|
// right: 0; |
|
|
|
// bottom: 0; |
|
|
|
// left: 0; |
|
|
|
// color: #eee; |
|
|
|
// font-size: 24px; |
|
|
|
// font-style: normal; |
|
|
|
// line-height: @avaterSize; |
|
|
|
// background: rgba(0, 0, 0, 0.5); |
|
|
|
// border-radius: 50%; |
|
|
|
// cursor: pointer; |
|
|
|
// content: '+'; |
|
|
|
// -webkit-font-smoothing: antialiased; |
|
|
|
// -moz-osx-font-smoothing: grayscale; |
|
|
|
// } |
|
|
|
} |
|
|
|
|
|
|
|
.user-center { |
|
|
|
|