pointsMall.less 2.77 KB
@charset "UTF-8";
.main_box{
  background: #fff;
}
  // 头部
  .top_main{
    margin:40px 30px;
    padding: 30px;
    height: 394px;
    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;
        }
      }
    }
  // 商品类型
    .item_box{
      display: flex;
      justify-content: space-between;
      margin: 40px 110px 30px 110px;
      .item{
        img{
          display: block;
          width: 90px;
          height:90px;
        }
        .text{
          width: 96px;
          height: 33px;
          font-size: 24px;
          font-weight: 400;
          color: #666666;
          line-height: 33px;
          margin-top: 12px;
        }
      }
    }
    //赚取积分
    .earn_points_box{
      height: 90px;
      background: #FFF8E8;
      border-radius: 12px;
      display:flex;
      justify-content: space-between;
      align-items: center;
      padding: 30px 20px;
      .earn_icon{
        display: block;
        width: 36px;
        height:36px;
      }
      .desc{
        height: 90px;
        font-size: 26px;
        font-weight: 400;
        color: #746037;
        line-height: 90px;
      }
      .btn{
        padding: 9px 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;
        }
      }
    } 
  }
  // 内容区域
  .tab_item_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:50px 340px 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: #373737;
      line-height: 48px;
    }
    .line{
      width: 1px;
      height: 20px;
      background: #999999;
      margin: 0 16px;
    }
  }