/* pages/details.wxss */
.details{
  padding: 20rpx;
}
.title{
  font-weight: bold;
  font-size: 50rpx;
}
.time{
  color: #ccc;
  padding: 20rpx;
}
.desc{
  background: #f5f5f5;
  padding: 30rpx;
  margin-bottom: 20rpx;
  font-size: 24rpx;
}
rich-text{
    line-height: 48rpx;
}
rich-text .richImg{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  height: auto!important;
  width: auto!important;
}