articleDetail.wxss 914 字节
/* pages/index/articleDetail/articleDetail.wxss */
.wxParse-img{
  width: 100%!important;
}
.box {
  position: relative;
}

.banner_box {
  width: 100%;
  height: 400rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_box image {
  width: 100%;
  height: 100%;
}

.content_box {
  padding: 40rpx;
  border-radius: 40rpx 40rpx 0 0;
  background: #fff;
  position: absolute;
  margin-top: -51rpx;
}

.title {
  font-size: 30rpx;
  color: #000;
  font-weight: bold;
}

.info_box {
  display: flex;
  align-items: center;
  font-size: 24rpx;
  color: #ababab;
  margin-top: 30rpx;
}

.icon-time, .icon-zhinanzhen {
  font-size: 23rpx;
  color: #ababab;
  margin-right: 10rpx;
}

.info_item {
  margin-right: 32rpx;
}

.content_font {
  font-size: 24rpx;
  color: #333;
  margin-top: 59rpx;
}

.content_info {
  font-size: 24rpx;
  color: #999;
  text-align: center;
  margin: 28rpx 0;
}