初始上传

This commit is contained in:
2026-04-04 17:27:12 +08:00
parent 4d80d28eb4
commit b7e11774ee
11191 changed files with 1588469 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<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">{$help_info.title}</p>
<p class="guide-time">{$help_info.class_name} &nbsp; {$help_info.create_time|date='Y-m-d H:i:s'}</p>
<div class="guide-content">
{:html_entity_decode($help_info.content)}
</div>
</div>