VnoticeDetail.less 506 字节
page {
  background: #f9f9f9;
}

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

  .notice_name {
    padding: 32rpx;
    box-sizing: border-box;
    width: 100%;
    font-size: 36rpx;
    font-family: PingFang SC,
      PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #06121e;
  }

  .note_rick {
    margin-top: 30rpx;
    width: 100%;
    padding: 0 10rpx 32rpx;
    box-sizing: border-box;
    background-color: #f9f9f9;

    image {
      visibility: middle;
    }
  }
}