settings-article_show.html 717 B

123456789101112131415161718192021222324
  1. <!-- 关于 -->
  2. {include file="inc/header.html"}
  3. <style>
  4. img{
  5. max-width: 100%;
  6. }
  7. </style>
  8. <div class="page page-current" id="page-settings-article_show">
  9. <!--{if !isApp()}
  10. <header class="bar bar-nav">
  11. <a class="button button-link button-nav pull-left" href="/demos/card" data-transition='slide-out'>
  12. <span class="icon icon-left"></span>
  13. </a>
  14. <h1 class="title">{$data.page_title}</h1>
  15. </header>
  16. {/if}-->
  17. <div class="content">
  18. <div class="help-main">
  19. <h1 class="help-main-title" v-cloak>{$data.article.title}</h1>
  20. <div class="help-main-content">{$data.article.content}</div>
  21. </div>
  22. </div>
  23. </div>
  24. {include file="inc/footer.html"}