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.
32 lines
500 B
32 lines
500 B
/* pages/list/message/index.wxss */
|
|
page {
|
|
background: #f6f6f6;
|
|
}
|
|
.message-item {
|
|
margin: 30rpx 25rpx;
|
|
background: white;
|
|
border-radius: 10rpx;
|
|
padding: 22rpx;
|
|
}
|
|
.msg-top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.msg-title {
|
|
font-size: 31rpx;
|
|
color: #000;
|
|
line-height: 44rpx;
|
|
width: 444rpx;
|
|
height: 88rpx;
|
|
font-weight: 500;
|
|
}
|
|
.msg-date {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
text-align: right;
|
|
}
|
|
.more {
|
|
color: #0B898E;
|
|
font-size: 26rpx;
|
|
text-align: right;
|
|
}
|