morePoints.less 1.18 KB
@charset "UTF-8";

.gift_zone_detail{
  width: 100%;
  min-height: 100vh;
  // margin-bottom: 10px;
  // background: #B62128 url("https://wjj.ys1.cnliveimg.com/769/h5/H5activity/kapai/detail-top.png") no-repeat center top;
  background-size: 100%;
  overflow: hidden;
  .column-list-box{
    margin-top:40px;
  }
  .pl {
    background-color: transparent;
    width: 100%;
    &.is-open-app {
        height: 122px;
    }
    &.is-cnlive {
        height: 93px;
    }
  }   
  .hide{
    display:none;
  }
  .call-app-box{
    position: fixed;
    z-index:1;
  }
  .back-box{
    background-color: #FFF;
    position:fixed;
    z-index:1;
  }
  // 暂无记录提示
  .no_gift_tip{
    width: 100%;
    img{
      display: block;
      width: 500px;
      height: 285px;
      margin:366px 125px 0 125px;
    }
    .text{
      font-size: 30px;
      font-weight: 400;
      color: #333333;
      line-height: 60px;
      margin-top: 19px;
      text-align: center;
    }
  }
  .is_more{
    width:100%;
    height: 37px;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    line-height: 37px;
    letter-spacing: 1px;
    text-align: center;
    margin-top:10px;
    // margin-bottom: 60px;
  }
}