.draftList {

  .row {
    padding: 16px;
    background: #FFF;
    border-bottom: 2PX solid #E6E6EB;

    :nth-child(2n) {
      text-align: right;
    }

    :nth-child(2n+1) {
      text-align: left;
    }

    .row-item {
      width: 50%;
      display: inline-block;
    }

    .row-name {
      font-size: 15px;
      color: #000000;
      margin-bottom: 6px;
    }

    .row-type {
      font-size: 13px;
      color: #333333;
    }

    .row-date {
      font-size: 13px;
      color: #333333;
    }

    .row-money {
      font-size: 15px;
      color: #E60012;
    }
  }

  .nodata {
    position: fixed;
    top: 46px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;

    .nodata-img {
      margin: 200px auto auto;
      text-align: center;

      .nodata-icon {
        width: 55px;
        height: 55px;

        .meiyoufangan {
          width: 100%;
          height: 100%;
        }
      }

      .nodata-text {
        font-size: 14px;
        color: #666666;
        margin-top: 14px;
      }
    }
  }
}