topicDetail.wxss 821 字节
/* pages/topic/topic.wxss */

.item_list image {
  width: 100%;
  height: 520rpx;
  margin-bottom: 40rpx;
}

.list_label {
  width: 80rpx;
  height: 36rpx;
  background: #8b4e93;
  color: #fff;
  font-size: 30rpx;
  border-radius: 5rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30rpx;
}

.list_title {
  font-size: 36rpx;
  font-weight: bold;
  color: #000;
  margin-bottom: 30rpx;
  padding: 0 30rpx;
  box-sizing: border-box;
}

.list_content {
  font-size: 28rpx;
  color: #282829;
  text-indent: 2rem;
  margin-bottom: 30rpx;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 30rpx;
  box-sizing: border-box;
}

.list_time {
  font-size: 24rpx;
  color: #999;
  text-align: right;
}