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.
 

76 lines
1.1 KiB

/* pages/message/message.wxss */
page{
background:#EAF1F8;
}
.pageContainer{
margin-top: 10rpx;
background-color: #fff;
}
.listContainer{
margin-left: 20rpx;
margin-right: 20rpx;
padding-top: 20rpx;
padding-bottom: 20rpx;
display: flex;
flex-direction: row;
}
.imageView{
width: 120rpx;
height: 100rpx;
}
.imgae{
height: 100%;
width: 100%;
}
.contentInfoView{
height: 100rpx;
width: 100%;
padding-left: 20rpx;
display: flex;
flex-direction: column;
}
.topGroupView{
height: 50rpx;
line-height: 50rpx;
width: 100%;
display: flex;
flex-direction: row;
}
.titleView{
height: 100%;
width: 60%;
font-size: 16px;
/* 18px 字体大小差不多等于14pt */
/* font-size: 14pt; */
color:rgb(48, 48, 48);
}
.timeView{
height: 100%;
width: 40%;
text-align: right;
color: #888;
font-size: 14px;
}
.detailMessageView{
height: 50rpx;
line-height: 50rpx;
width: 100%;
color: #888;
font-size: 14px;
}
.horizontallineView {
height: 1rpx;
background-color: #dbdbdb;
margin-left: 20rpx;
margin-right: 0rpx;
}