detail.wxss 1.9 KB
/* pages/newsdetail/newsdetail.wxss */

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

.video {
  width: 686rpx;
  height: 400rpx;
  margin: 32rpx auto 0;
}

#myvideo {
  width: 100%;
  height: 100%;
}

.commonpadding {
  margin-top: 20rpx;
  overflow-x: hidden;
}

.title {
  font-size: 48rpx;
  font-weight: bold;
}

.date {
  color: #8c9198;
  font-size: 28rpx;
  margin-top: 26rpx;
}

.tailimg {
  width: 686rpx;
  height: 350rpx;
  font-size: 0;
  margin-top: 48rpx;
}

.text {
  margin-top: 46rpx;
  font-size: 36rpx;
  padding-bottom: 150rpx;
  max-width:686rpx;
  margin:0 auto;
}

.shoubox {
  width: 750rpx;
  padding-bottom: 32rpx;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.shou {
  width: 686rpx;
  height: 88rpx;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shouimg {
  width: 48rpx;
  height: 48rpx;
  font-size: 0;
}

.shoutext {
  color: #8c9198;
  font-size: 32rpx;
  margin-left: 8rpx;
}

.yishouactive {
  color: #fff;
}

.yishou {
  background: #d5012d;
}

.timename {
  margin-left: 20rpx;
}
.wxParse-p{
  width:686rpx;

}
.wxParse-p image {
  display: block;
  max-width: 100% !important;
}
image{
  display:flex;
  /* max-width: 686rpx !important; */
}

.recommond {
  width: 100%;
  background: rgba(249, 249, 249, 1);
  opacity: 1;
  border-radius: 16rpx;
  padding: 24rpx 20rpx;
  box-sizing: border-box;
  color: #c8cbcc;
  font-size: 28rpx;
  line-height: 2;
}

.answer {
  color: #1c8fff;
  font-size: 28rpx;
}

.replytime {
  height: 34rpx;
  font-size: 24rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(189, 196, 206, 1);
  opacity: 1;
  line-height: 34rpx;
  margin-top: 20rpx;
  padding: 0 10rpx 0 0;
  box-sizing: border-box;
}
table{
  max-width:686rpx!important;
  margin:0 auto;
}
td{
  max-width:100%!important;
  
}
.firstRow{
  width:100%;
}