css.less 2.12 KB
.industryWrap{
  background: #fff;
  overflow: auto; height: 100%;
  -webkit-overflow-scrolling: touch;
  dl{
    display:flex; margin:.1rem; margin-bottom:0; padding-bottom:.1rem;
      border-bottom: 1px solid #F8F8F8;
    dt{
      width:.8rem; height: .8rem; flex-shrink: 0;
      img{ width: 100%; height: 100%;}
    }
    dd{
      margin-left: .12rem; margin-bottom: 0; flex: 1;
      .tit{
        font-size: .17rem; color:#333; line-height: .24rem; height: .48rem; width: 100%; overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
      }
      .subinfo{
        display:flex; justify-content: space-between;line-height: .24rem;font-size: .13rem; color:#B6B6B6; margin-top: .09rem;
      }
      .viewCount {
        position: relative; padding-left: .24rem; display: block;
        &:before{
          position: absolute; left:0; top:.05rem; width:.18rem; height: .13rem; content:''; background: url(../../assets/image/icon_eye.png) no-repeat; background-size: 100%;
        }
      }
      .time{
      }
    }
  }
}
.noInfo{
  background: url(../../assets/image/clientless.png) center center no-repeat; background-size: 40%;
  position: relative;
  &:after{
    position: absolute; left: 0; top: 62%; content: '暂无数据'; color: rgb(102, 102, 102); width: 100%; text-align: center; font-size: .15rem;
  }
}


.detailWrap{
  padding: .15rem .1rem .5rem; overflow: auto; height: 100%;
  background:#fff;
  .detailTitle{
    font-size: .19rem; color:#101010; line-height: .26rem;
  }
  .detailInfo{
    display:flex; justify-content: space-between; color:#B6B6B6; font-size: .13rem; line-height: .24rem; margin-top: .07rem;
    .viewCount {
        position: relative; padding-left: .24rem; display: block;
        &:before{
          position: absolute; left:0; top:.05rem; width:.18rem; height: .13rem; content:''; background: url(../../assets/image/icon_eye.png) no-repeat; background-size: 100%;
        }
      }
  }
  :global(.ck-content){
    overflow: hidden;
    margin-top: .15rem;
    img{ max-width: 100%;}
    video{
      max-width: 100%;
    }
  }
}