duidui_mini_program/pages/messagelist/messagelist.wxss
2026-03-27 10:41:46 +08:00

62 lines
901 B
Plaintext

.messagelist {
display: flex;
flex-direction: row;
width: 678rpx;
height: 170rpx;
margin: 0 auto;
margin-top: 35rpx;
border-radius: 3%;
border: 1rpx solid #22d0d7;
background-color: #dbfcfa;
}
.messagelist2 {
display: flex;
flex-direction: row;
width: 678rpx;
height: 170rpx;
margin: 0 auto;
margin-top: 35rpx;
border-radius: 3%;
border: 1rpx solid #fd7bb2;
background-color: #ffe6f3;
}
.listleft {
width: 192rpx;
height: 123;
margin: 23rpx 20rpx;
}
.listleft image {
width: 192rpx;
height: 123rpx;
}
.listright {
width: 400rpx;
height: 123rpx;
margin: 23rpx 20rpx;
}
.listrightup {
width: 400rpx;
overflow: hidden;
height: 50rpx;
line-height: 50rpx;
}
.listrightup text {
width: 400rpx;
overflow: hidden;
font-size: 30rpx;
font-weight: 600;
}
.listrightdown text {
width: 400rpx;
overflow: hidden;
font-size: 26rpx;
}