/* pages/noticeDetail/noticeDetail.wxss */ /* 公告标题 */ .noticeDetailTitle{ display: flex; font-size: 46rpx; color: red; font-weight: bold; margin: 20rpx; padding: 0 40rpx; justify-content: center; text-align: center; } /* 发布时间 */ .noticeTime{ font-size: 26rpx; color: skyblue; display: flex; justify-content: center; margin-bottom: 20rpx; } /* 文件下方的隔条 */ .intervalOne{ height: 4rpx; background-color: red; } .intervalTwo{ margin-top: 6rpx; height: 8rpx; background-color: red; } /* 公告详情 */ .noticeDetail{ font-size: 34rpx; margin: 20rpx; } .noticeDetailImage{ width: 100%; height: 100%; display: flex; flex-direction: column; } .noticeDetailImg{ width: 100%; }