index.html 686 B

12345678910111213141516171819
  1. {layout name="v1/layout" /}
  2. <div class="wrapper">
  3. <div id="page">
  4. <article class="article">{$info.content|dehtml|raw}</article>
  5. </div>
  6. </div>
  7. <style>
  8. body,html{background: #F8F8F8}
  9. body {font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;}
  10. .header {padding-top:10px;}
  11. .sub-title {text-align: center;color: #888;font-size:18px;margin: 15px;color: #000;}
  12. .article{padding:5px 15px;line-height:2;color: rgba(0,0,0,.5);text-align: left;font-size: 14px;}
  13. .article img{width: 90%;text-align: center}
  14. </style>
  15. <script type="text/javascript">
  16. Do('weui','fastclick','jweixin','tpl',function () {
  17. $(function(){FastClick.attach(document.body);});
  18. });
  19. </script>