80 lines
1.4 KiB
Plaintext
80 lines
1.4 KiB
Plaintext
.topBg {
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.list {
|
|
background-color: white;
|
|
margin-top: 10rpx;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
overflow-y: scroll;
|
|
}
|
|
.list .item {
|
|
display: flex;
|
|
padding: 30rpx 25rpx;
|
|
border-bottom: solid 1rpx #E4E4E4;
|
|
}
|
|
.list .item .avatar {
|
|
margin-right: 23rpx;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.list .item .nickname {
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
color: #111;
|
|
}
|
|
.list .item .content {
|
|
margin-top: 10rpx;
|
|
line-height: 1.2rem;
|
|
font-size: 24rpx;
|
|
font-weight: 500;
|
|
color: #666;
|
|
}
|
|
.list .item .timeReplyLikeC .time {
|
|
margin-right: 36rpx;
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
color: #aaa;
|
|
}
|
|
.list .item .timeReplyLikeC .reply {
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
color: #F97316;
|
|
}
|
|
.list .item .timeReplyLikeC .likeC {
|
|
padding: 14rpx 0;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
color: #999;
|
|
}
|
|
.list .item .timeReplyLikeC .likeC .icon {
|
|
margin-right: 12rpx;
|
|
width: 27rpx;
|
|
height: auto;
|
|
}
|
|
.list .item .timeReplyLikeC .likeC.like {
|
|
color: #F97316;
|
|
}
|
|
.list .item .totalCommentNumC {
|
|
padding: 14rpx 0 22rpx;
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
color: #999;
|
|
}
|
|
.list .item .totalCommentNumC .line {
|
|
background-color: #aaa;
|
|
margin-right: 18rpx;
|
|
width: 30rpx;
|
|
height: 2rpx;
|
|
}
|
|
.list .item .totalCommentNumC .arrow {
|
|
margin-left: 14rpx;
|
|
width: 13rpx;
|
|
height: auto;
|
|
}
|