/* 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; }