pointsMall.less 3.73 KB
@charset "UTF-8";
// 占位
.pl {
  background-color: transparent;
  width: 100%;
    &.is-open-app {
        height: 122px;
    }
    &.is-cnlive {
        height: 93px;
    }
    &.shareItems-box{
      height: 215px;
    }
}
// 列表
.column-list-box{
  display: flex;
  justify-content: center;
}
.hide{
  display:none;
}
.call-app-box{
  position: fixed;
  z-index: 2;
}
.share_back-box{
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left:0;
  z-index: 30;
}
.main_box{
  width: 100%;
  min-height: 100vh;
  background:#fff url("../../../static/img/pointsBack.png") no-repeat
  center top;
  background-size: 100%;
  overflow: hidden;
  // 头部
  .top_main{
    margin:27px 40px 47px 40px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    .left{
      width:335px;
      text-align: left;
      .title_t{
        font-size: 24px;
        font-weight: 400;
        color: #57391D;
      }
      .number{
        font-size: 60px;
        font-weight: bold;
        color: #57391D;
        max-width: 360px;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }
  // 商品类型
    .item_box{
      width:335px;
      display: flex;
      justify-content: space-between;
      .item{
        img{
          display: block;
          width: 90px;
          height:90px;
        }
        .text{
          height: 33px;
          font-size: 24px;
          font-weight: 400;
          color: #666666;
          line-height: 33px;
          margin-top: 12px;
          text-align: center;
        }
      }
    }
  }
  // 内容区域
  .tab_item_box{
    display: flex;
    align-items: center;
    // justify-content: space-between;
    margin:50px 30px 33px 30px;
    .item{
      height: 33px;
      font-size: 24px;
      font-weight: 400;
      color: #999999;
      line-height: 33px;
    }
    .active{
      height: 48px;
      font-size: 34px;
      font-weight: 600;
      color: #57391D;
      line-height: 48px;
    }
    .line{
      width: 1px;
      height: 20px;
      background: #999999;
      margin: 0 16px;
    }
    .more{
      display: flex;
      flex: 1;
      justify-content: flex-end;
      align-items: center;
      font-size: 24px;
      color: #999999;
      img{
        display: block;
        width: 22px;
        height: 22px;
      }
    }
  }
  // 为你推荐
  .list-box {
    min-height: 487px;
    background:#fff url("../../../static/img/pointsMall/phb_bacb.png") no-repeat
    center top;
    background-size: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 30px 40px 30px;
    .discount-flag {
        position: absolute;
        top: 4px;
        left: 22px;
        z-index: 1;
        background: linear-gradient(90deg, #F9EE7A 0%, #FAD844 100%);
        padding: 1px 8px;
        color: #945A08;
        font-size: 20px;
        font-weight: 400;
        border-radius: 6px;
    }
    .ranking_desc{
      display:flex;
      align-items: center;
      font-size: 24px;
      font-weight: 400;
      color: #FFFFFF;
      position: absolute;
      right: 40px;
      top: 127px;
      img{
        display:block;
        width: 22px;
        height: 22px;
        border-radius: 22px;
        margin-left: 10px;
      }
    }
    .ranking_box{
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0 15px;
      width: calc(100% - 30px);
      .item{
        background-color: transparent;
        .top-box{
          .img-box{
            width: 190px;
            height: 190px;
          }
        }
      }
    }
  }
  .list-box2{
    display: flex;
  }
  // 弹窗
  .popup_box{
    width:100%;
    background:#FFE9EA;
    position: fixed;
  }
}