| 123456789101112131415161718192021222324 |
- <!-- 关于 -->
- {include file="inc/header.html"}
- <style>
- img{
- max-width: 100%;
- }
- </style>
- <div class="page page-current" id="page-settings-article_show">
- <!--{if !isApp()}
- <header class="bar bar-nav">
- <a class="button button-link button-nav pull-left" href="/demos/card" data-transition='slide-out'>
- <span class="icon icon-left"></span>
- </a>
- <h1 class="title">{$data.page_title}</h1>
- </header>
- {/if}-->
- <div class="content">
- <div class="help-main">
- <h1 class="help-main-title" v-cloak>{$data.article.title}</h1>
- <div class="help-main-content">{$data.article.content}</div>
- </div>
- </div>
- </div>
- {include file="inc/footer.html"}
|