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.
29 lines
384 B
29 lines
384 B
.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;
|
|
}
|
|
.red-dot{
|
|
display: inline-block;
|
|
height: 7px;
|
|
width: 7px;
|
|
border-radius: 50%;
|
|
background: #0080f0;
|
|
} |