Vnewslist.less 1.7 KB
page {
  background: #f9f9f9;
}

.container {
  width: 100%;
  background: #f9f9f9;

  .new_klist {
    width: 100%;
    padding: 32rpx;
    box-sizing: border-box;

    .new_k_item {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 28rpx 0;
      box-sizing: border-box;
      border-bottom: 1rpx solid #f2f2f2;


      .left_box {
        flex: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        height: 156rpx;
        padding: 0 20rpx;
        box-sizing: border-box;

        .to_title {
          width: 100%;
          font-size: 28rpx;
          font-family: PingFang SC,
            PingFang SC-Medium;
          font-weight: 500;
          text-align: left;
          color: #06121e;
        }

        .to_date {
          width: 100%;
          height: 34rpx;
          font-size: 24rpx;
          font-family: PingFang SC,
            PingFang SC-Regular;
          font-weight: 400;
          text-align: left;
          color: #5b5e63;
        }
      }

      .rgt_img {
        width: 224rpx;
        height: 156rpx;

        image {
          width: 100%;
        }
      }

    }

    .cno {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;

      .kongbox {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 200rpx auto;


        image {
          width: 100%;
          height: 450rpx;
        }

        .c_name {
          margin-top: 30rpx;
          font-size: 32rpx;
          color: #ccc;
        }
      }

    }
  }

}