tidings.less 1.2 KB
page {
  background-color: #f9f9f9;
}

.container {
  padding: 0 32rpx;
  box-sizing: border-box;

  .nent {
    width: 100%;

    .dateTime {
      width: 100%;
      height: 120rpx;
      line-height: 120rpx;
      text-align: center;
      font-size: 24rpx;
    }

    .cont {
      width: 100%;
      background-color: #fff;
      border-radius: 12rpx;

      .images {
        width: 100%;
        height: 228rpx;
      }

      .txt {
        width: 100%;
        font-size: 28rpx;
        line-height: 50rpx;
        padding: 30rpx 40rpx;

      }
    }

  }

  .nent_other {
    width: 100%;

    .dateTime {
      width: 100%;
      height: 120rpx;
      line-height: 120rpx;
      text-align: center;
      font-size: 24rpx;
    }



    .cont_other {
      width: 100%;
      padding: 32rpx;
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 12rpx;

      .public_title {
        font-size: 32rpx;
        line-height: 44rpx;
        font-weight: bold;
        padding: 20rpx 0;
        box-sizing: border-box;
      }

      .public {
        width: 100%;
        padding: 20rpx 0;

        .public_name {
          margin-left: 40rpx;
          font-size: 28rpx;
          line-height: 40rpx;
        }
      }
    }
  }
}