初始上传
This commit is contained in:
13
app/shop/view/notice/detail.html
Executable file
13
app/shop/view/notice/detail.html
Executable file
@@ -0,0 +1,13 @@
|
||||
<style>
|
||||
.guide-title, .guide-time {text-align: center;}
|
||||
.guide-title {font-size: 25px; font-weight: 600; height: 50px; line-height: 50px;}
|
||||
.guide-time {line-height: 24px;}
|
||||
.guide-time {color: #999999;}
|
||||
.guide-content {padding: 10px 80px 0; }
|
||||
</style>
|
||||
|
||||
<div class="layui-form form-wrap">
|
||||
<p class="guide-title">{$info.title}</p>
|
||||
<p class="guide-time"> {$info.create_time|date='Y-m-d H:i:s'}</p>
|
||||
<div class="guide-content">{:html_entity_decode($info.content)}</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user