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