Compare commits
1 Commits
recharge
...
flowingWat
Author | SHA1 | Date | |
---|---|---|---|
![]() |
33b327ef08 |
@@ -67,6 +67,12 @@ body {
|
||||
display: -moz-box;
|
||||
line-height: 1.4rem;
|
||||
}
|
||||
.max .userInfo .user-i > div .userName {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
width: 3.7rem;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.max .userInfo .user-i > div:first-child {
|
||||
font-size: 0.4rem;
|
||||
color: #333;
|
||||
|
@@ -69,8 +69,15 @@ body {
|
||||
height: px2rem(80);
|
||||
@include flex();
|
||||
line-height: px2rem(105);
|
||||
|
||||
// @include flex-justify-start;
|
||||
// @include flex-align-center;
|
||||
.userName {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
width: 3.7rem;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
font-size: px2rem(30);
|
||||
|
Reference in New Issue
Block a user