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.
 

53 lines
907 B

/* pages/list/comments/index.wxss */
.comment-title {
padding: 0 25rpx;
border-bottom: 1rpx solid #d9d9d9;
line-height: 96rpx;
font-weight: 500;
font-size: 35rpx;
color: #000;
}
.comment-item {
margin: 0 25rpx;
padding: 30rpx 0;
margin-top: 10rpx;
border-bottom: 1rpx solid #d9d9d9;
}
.comment-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.comment-top image{
width: 72rpx;
display: block;
height: 72rpx;
border-radius: 50%;
flex-shrink: 0;
margin-right: 20rpx;
}
.author-info {
flex: 1;
font-size: 27rpx;
color: #333;
}
.author-time {
color: #999999;
font-size: 24rpx;
margin-top: 4rpx;
}
.comment-detail {
margin-left: 10rpx;
font-size: 29rpx;
color: #000;
margin-top: 25rpx;
}
.comment-item:last-child {
border-bottom: none;
}
.imgs{
width: 200rpx;
height: 200rpx;
margin: 10rpx;
border-radius: 8rpx;
}