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.
|
|
|
/* components/cell/index.wxss */
|
|
|
|
.cell {
|
|
|
|
border-bottom: 1px solid #E7E7E7;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
.cell_title {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 17px;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
.cell_title_readed {
|
|
|
|
color: #9C9C9C;
|
|
|
|
}
|
|
|
|
.cell_info {
|
|
|
|
padding-top: 10rpx;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
color: #D4D4D4;
|
|
|
|
}
|
|
|
|
.cell_info_top {
|
|
|
|
padding: 0 10px;
|
|
|
|
width: 20px;
|
|
|
|
height: 12px;
|
|
|
|
}
|