goPromotion.less 1.8 KB
.container {
  border-top: 1rpx solid #F2F2F2;
  padding: 32rpx;
  box-sizing: border-box;

  .moreActivity {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 30rpx 0;
    box-sizing: border-box;
    border-bottom: 1rpx solid #F2F2F2;

    .activityList {
      width: 240rpx;
      height: 240rpx;
      margin-right: 30rpx;

      image {
        width: 270rpx;
        height: 240rpx;
        border-radius: 8rpx;
      }
    }

    .activity_content {
      flex: 1;
      height: 240rpx;
      display: flex;
      flex-direction: column;
      align-content: space-between;
      position: relative;
      padding-left: 20rpx;


      .activity_title {
        font-size: 32rpx;
        line-height: 40rpx;
        color: rgba(6, 18, 31, 1);
        opacity: 1;
        margin-bottom: 10rpx;
      }

      .activity_txt {
        font-size: 24rpx;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 40rpx;
        color: rgba(6, 18, 31, 1);
        opacity: 1;
      }

      .activity_icon {
        height: 34rpx;
        position: absolute;
        left: 20rpx;
        bottom: 0;
        display: flex;
        align-items: center;

        image {
          width: 34rpx;
          height: 34rpx;

        }

        .activity_icon_name {
          margin-left: 10rpx;
          height: 34rpx;
          font-size: 24rpx;
          font-family: PingFang SC;
          font-weight: 400;
          line-height: 34rpx;
          color: rgba(140, 145, 152, 1);
          opacity: 1;
        }
      }
    }
  }

  .noCar {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 384rpx;
    height: 200rpx;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
  }
}