VnoticeDetail.wxss 495 字节
page {
  background: #f9f9f9;
}
.container {
  width: 100%;
  background: #f9f9f9;
}
.container .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;
}
.container .note_rick {
  margin-top: 30rpx;
  width: 100%;
  padding: 0 10rpx 32rpx;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.container .note_rick image {
  visibility: middle;
}