myRecommend.less 1.5 KB
.container {
  border-top: 1rpx solid #f5f5f5;
  padding: 32rpx;
  box-sizing: border-box;

  .rules {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    .rules_img {
      width: 34rpx;
      height: 34rpx;

      image {
        width: 100%;
      }
    }

    .rules_name {
      font-size: 28rpx;
      line-height: 34rpx;
      margin-left: 10rpx;
    }
  }

  .rules_content {
    margin-top: 30rpx;
    width: 100%;
    border-radius: 24rpx;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    padding: 10rpx 32rpx;
    box-sizing: border-box;


    .itt_ {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10rpx 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;
      }
    }

    .rules_nent {
      display: flex;
      flex-direction: column;
      padding: 20rpx 0;

      .rules_item {
        display: flex;
        align-items: center;

        .item_1 {
          font-size: 28rpx;
          line-height: 50rpx;
          margin-right: 20rpx;
        }
      }
    }
  }
}