integration.less 1.9 KB
.container {

  .tabs_s {
    width: 100%;
    display: flex;
    align-items: center;
    height: 140rpx;

    .tab_ {
      flex: 1;
      text-align: center;
      line-height: 100rpx;
      height: 100rpx;
      font-size: 28rpx;
      border-radius: 0 0 6rpx 6rpx;
    }

    .active {
      background-color: #E8370F;
      color: #fff;
      font-weight: bold;
    }

  }

  .padding {
    margin-top: 30rpx;
    padding: 32rpx;
    box-sizing: border-box;

    .inregration {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      .item {
        font-size: 28rpx;
        line-height: 40rpx;
      }

      .count {
        font-size: 64rpx;
        line-height: 88rpx;
        color: #E8370F;
        font-weight: bold;
      }
    }

    .year {
      display: flex;
      align-items: center;
      padding: 32rpx 0;
      box-sizing: border-box;

      .year_txt {
        font-size: 28rpx;
        line-height: 40rpx;
        font-weight: bold;

      }

      .year_img {
        width: 24rpx;
        height: 24rpx;
        margin-left: 20rpx;

        image {
          width: 100%;
        }
      }
    }

    .list {


      .itt_ {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20rpx 0;
        box-sizing: border-box;
        border-bottom: 1rpx solid #f5f5f5;

        .left_itt {

          display: flex;
          flex-direction: column;

          .title_itt {
            font-size: 32rpx;
            line-height: 60rpx;
          }

          .title_date {
            font-size: 24rpx;
            line-height: 34rpx;
            color: #8C9198;
          }
        }

        .money {
          font-size: 24rpx;
          line-height: 34rpx;
          color: #E8370F;
        }

        .money_ {
          color: #8C9198;
        }
      }


    }
  }


}