You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
273 B
22 lines
273 B
5 years ago
|
.tiding{
|
||
|
display: flex;
|
||
|
padding: 12px;
|
||
|
background: white;
|
||
|
}
|
||
|
.avatar{
|
||
|
border-radius: 50px;
|
||
|
width: 50px;
|
||
|
height: 50px;
|
||
|
}
|
||
|
.tiding-info{
|
||
|
margin-left: 12px;
|
||
|
flex: 1 1 1px;
|
||
|
width: 1px;
|
||
|
}
|
||
|
.name{
|
||
|
color: dimgray;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
.content{
|
||
|
margin: 8px 0;
|
||
|
}
|