You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
pocketcommunityweb/src/app/forum/forum.component.html

12 lines
783 B

<div class="notice bg-light col-5 mx-auto">
<h1 class="text-center mb-3 mt-3">{{ 'forum.notice' | translate }}</h1>
<div class="notice-content border-success mt-3 mb-3 position-relative">
<h2 class="text-center mb-3 mt-3">公告标题</h2>
<div class="notice-body overflow-auto">
公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容公告内容
</div>
<div class="notice-footer border border-info text-right align-text-bottom">
<span>编辑管理员</span><span>编辑时间:2020-01-01</span>
</div>
</div>
</div>