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