notice.wxss 494 字节
.title{
  width: 100%;
   font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 100rpx;
  color: rgba(5, 9, 26, 1);
  text-align: center;
}

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

.notice_item {
  padding: 20rpx 0;
  box-sizing: border-box;
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 36rpx;
  color: rgba(5, 9, 26, 1);
  border-bottom: 1px solid #ccc;
}

.notice_item .time{
  margin-bottom: 10rpx;
}