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.
86 lines
1.6 KiB
86 lines
1.6 KiB
.topic-content {
|
|
width: 100%;
|
|
height:auto;
|
|
background: #fff;
|
|
border-radius: 16rpx;
|
|
box-sizing: border-box;
|
|
padding: 0 25rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.topic-content .title {
|
|
font-size: 36rpx;
|
|
line-height: 50rpx;
|
|
color: #333;
|
|
margin-top: 30rpx;
|
|
margin-bottom: 27rpx;
|
|
}
|
|
|
|
.topic-content .image-list {
|
|
width: 100%;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.topic-content .image-list image {
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 16rpx;
|
|
overflow: hidden;
|
|
object-fit: contain;
|
|
}
|
|
.topic-content .image-list image + image {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.topic-content .personal-info {
|
|
width: 100%;
|
|
height: 36rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-content: center;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.topic-content .personal-info .left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.topic-content .personal-info .left .avatar {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
object-fit: cover;
|
|
margin-right: 8rpx;
|
|
}
|
|
.topic-content .personal-info .left .name {
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
}
|
|
.topic-content .personal-info .left .party-flag {
|
|
width: 22rpx;
|
|
height: 22rpx;
|
|
object-fit: cover;
|
|
margin-lefT: 5rpx;
|
|
}
|
|
.topic-content .personal-info .right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.topic-content .personal-info .right .reader {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.topic-content .personal-info .right .reader image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
object-fit: cover;
|
|
}
|
|
.topic-content .personal-info .right .reader text {
|
|
color: #999;
|
|
font-size: 20rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.topic-content .personal-info .right .time {
|
|
font-size: 20rpx;
|
|
color: #999;
|
|
margin-left: 20rpx;
|
|
}
|