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.
38 lines
548 B
38 lines
548 B
/* pages/user/myMessage/cell/index.wxss */
|
|
.cell{
|
|
|
|
padding: 5px 10px 5px 10px;
|
|
}
|
|
.item-left{
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.img{
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.item-right{
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
padding: 10px;
|
|
border-bottom: 1px solid #E7E7E7;
|
|
}
|
|
.msgName{
|
|
font-size: 15px;
|
|
color: #171717;
|
|
}
|
|
.title{
|
|
font-size: 13px;
|
|
color: #999999;
|
|
}
|
|
.item-time{
|
|
font-size: 13px;
|
|
color: #ABABAB;
|
|
}
|
|
.content {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|