Commit 204f4480 by fengshuonan

更新首页样式

parent fd8b78a0
@layout("/common/_container.html",{bg:"bg-white",title:"概览"}){
<div style="padding: 20px;">
@for(notice in noticeList){
<blockquote class="layui-elem-quote">${notice.content}</blockquote>
<blockquote class="layui-elem-quote">
<fieldset class="layui-elem-field">
<legend>${notice.title}</legend>
<div class="layui-field-box">
${notice.content}
</div>
</fieldset>
</blockquote>
@}
</div>
@}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment