pointsExchangeRecords.less 4.05 KB
.records_back{
  // background: #F6F6F6;
  min-height: 100vh;
  margin-bottom: 10px;
  .com_box{
    margin: 30px 30px 0 30px;
    background: #FFFFFF;
    border-radius: 24px;
    .item_box{
      // margin: 0 30px;
      border-bottom: solid 2px #EAEAEA;
      display: flex;
      padding: 30px 0;
      img{
        display: flex;
        width: 180px;
        height: 180px;
      }
      .right{
        flex: 1;
        margin-left: 32px;
        .name{
          height: 40px;
          font-size: 30px;
          font-weight: 400;
          color: #666666;
          line-height: 40px;
          font-weight: 500;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          /*! autoprefixer: off */
          -webkit-box-orient: vertical;
          /*! autoprefixer: on */
          text-overflow: ellipsis;
          overflow: hidden;
        }
        .address_name{
          margin-top: 10px;
          font-size: 24px;
          font-weight: 400;
          color: #9B9B9B;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          /*! autoprefixer: off */
          -webkit-box-orient: vertical;
          /*! autoprefixer: on */
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          span{
            margin-left: 10px;
          }
        }
        .exchange_type{
          height: 40px;
          font-size: 28px;
          font-weight: 400;
          color: #FC1541;
          line-height: 40px;
          text-align: left;
          margin-top: 42px;
        }
        .exchange_time{
          margin-top: 10px;
          height: 33px;
          font-size: 28px;
          font-weight: 400;
          color: #9B9B9B;
          margin-top: 10px;
        }
        .btn-box{
          display: flex;
          justify-content: flex-end;
          margin-top: 30px;
          .btn{
            width: 157px;
            height: 50px;
            border-radius: 26px;
            border: 1px solid #FC1541;
            padding:10px 20px;
            font-size: 24px;
            color: #FF415F;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          .look_logistics{
            width: 160px;
            height: 60px;
            border: 1px solid #3EB781;
            border-radius: 30px;
            font-size: 30px;
            font-weight: 400;
            color: #3EB781;
            line-height: 60px;
            text-align: center;
          }
          .gray{
            width: 160px;
            height: 60px;
            border: 1px solid #9B9B9B;
            border-radius: 30px;
            font-size: 30px;
            font-weight: 400;
            color: #9B9B9B;
            line-height: 60px;
            text-align: center;
          }
          img{
            display: block;
            width: 22px;
            height: 22px;
            margin-left: 4px;
          }
        }
      }
    }
  }
  // 没有更多
  .is_more{
    text-align: center;
    color: #6D7278;
    font-size: 32px;
    font-weight: 500;
    height: 100px;
    line-height: 100px;
  }
  // 暂无记录提示
  .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;
    }
  }
  // 返回按钮
  .title_box{
    width: 100%;
    position: fixed;
    left: 0;
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    height: 93px;
    line-height: 93px;
    top: 0;
    text-align: center;
    background-color: #fff;
    .title{
      display: flex;
      position: relative;
      border-bottom: 1px solid #E6E6E6;
      .goback{
        display: block;
        width: 38px;
        height: 38px;
        position: absolute;
        left: 20px;
        top: 27px;
      }
      .text{
        flex: 1;
        text-align: center;
      }  
    }
  }
  // 占位
  .title_box_lh{
    height: 93px;
  }
}