partyBuildingPointsMall.less 3.08 KB
@charset "UTF-8";

.gift_zone_detail{
  width: 100%;
  min-height: 100vh;
  // background: #B62128 url("https://wjj.ys1.cnliveimg.com/769/h5/H5activity/kapai/detail-top.png") no-repeat center top;
  background-size: 100%;
  overflow: hidden;
  .call-app-box{
    position: fixed;
    top:0;
    left:0;
    z-index:10;
  }
  .column-list-box{
    margin-top:40px;
  }
  .nav{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    .nav-bar {
      position: unset;
      background-color: #FFFFFF;
      border-bottom: 1px solid #E6E6E6;
      padding:20px 0;
    }
  }
  // 占位
  .pl {
    background-color: transparent;
    width: 100%;
    height: 88px;
      // &.is-open-app {
      //     height: 122px;
      // }
      // &.is-cnlive {
      //     height: 93px;
      // }
  }
    // 头部
    .top_main{
      margin:40px 30px;
      padding: 30px;
      background: #FFFFFF;
      box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
      border-radius: 24px;
      .top{
        display: flex;
        justify-content: space-between;
        .left{
          height: 40px;
          font-size: 28px;
          font-weight: 400;
          color: #45270D;
          line-height: 40px;
          span{
            margin-left: 8px;
            height: 40px;
            font-size: 28px;
            font-weight: 500;
            color: #F5A623;
            line-height: 40px;
          }
        }
        .right{
          height: 33px;
          font-size: 24px;
          font-weight: 400;
          color: #999999;
          line-height: 33px;
          display: flex;
          justify-content: center;
          align-items: center;
          .back_right_iocn{
            display: block;
            width: 20px;
            height:20px;
            margin-left: 10px;
          }
        }
      }
      //赚取积分
      .earn_points_box{
        height: 90px;
        background: #FFF8E8;
        border-radius: 12px;
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px;
        margin-top: 20px;
        .earn_icon{
          display: block;
          width: 36px;
          height:36px;
        }
        .desc{
          height: 90px;
          font-size: 26px;
          font-weight: 400;
          color: #746037;
          line-height: 90px;
        }
        .btn{
          font-size: 24px;
          padding: 0 20px;
          height: 50px;
          background: #DAB277;
          border-radius: 26px;
          color: #fff;
          text-align: center;
          display: flex;
          align-items: center;
          .earn_right_back{
            display: block;
            width: 9px;
            height: 18px;
            margin-left: 8px;
          }
        }
      } 
    }
  .back-box{
    background-color: #FFF;
    position:fixed;
    z-index:1;
  }
  .no_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;
  }
  .not_yet{
    margin-top:200px;
  }
}