pointsExchangeRecords.less 1.91 KB
.records_back{
  background: #F6F6F6;
  .com_box{
    margin: 30px 30px 0 30px;
    background: #FFFFFF;
    border-radius: 24px;
    .item_box{
      padding: 30px;
      border-bottom: solid 2px #EAEAEA;
      display: flex;
      padding-bottom: 28px;
      img{
        display: flex;
        width: 190px;
        height: 190px;
      }
      .right{
        margin-left: 32px;
        .name{
          height: 80px;
          font-size: 28px;
          font-weight: 400;
          color: #333333;
          line-height: 40px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          /*! autoprefixer: off */
          -webkit-box-orient: vertical;
          /*! autoprefixer: on */
          text-overflow: ellipsis;
          overflow: hidden;
        }
        .address_name{
          margin-top: 10px;
          height: 33px;
          font-size: 24px;
          font-weight: 400;
          color: #9B9B9B;
          line-height: 33px;
        }
        .exchange_time{
          margin-top: 34px;
          height: 33px;
          font-size: 24px;
          font-weight: 400;
          color: #9B9B9B;
          line-height: 33px;
        }
      }
    }
  }
  .is_more{
    text-align: center;
    padding-bottom: 20px;
    color: #6D7278;
    font-size: 32px;
    font-weight: 500;
    height: 100px;
    line-height: 100px;
  }
  // 返回按钮
  .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;
      .goback{
        display: block;
        width: 38px;
        height: 38px;
        position: absolute;
        left: 20px;
        top: 27px;
      }
      .text{
        flex: 1;
        text-align: center;
      }  
    }
  }
  // 占位
  .title_box_lh{
    height: 93px;
  }
}