| 1234567891011121314151617181920212223242526272829303132 |
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="renderer" content="webkit">
- <meta name="referrer" content="never">
- <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0,viewport-fit=cover"/>
- <meta http-equiv="X-UA-COMPATIBLE" content="IE=edge,chrome=1">
- <meta name="keywords" content="">
- <meta name="description" content="">
- <link rel="stylesheet" type="text/css" href="__STATIC__/ext/layui/css/layui.css">
- <link rel="stylesheet" href="SITEHOME_CSS/home.css">
- <link rel="stylesheet" href="WECHAT_CSS/wx_preview_graphic_message.css">
- <script src="__STATIC__/js/jquery-2.2.js"></script>
- </head>
- <body>
- <div class='preview-box'>
- <img class='head' src='WECHAT_IMG/mobile_head.png'/>
- <div class='graphic-message'>
- <content>
- {:html_entity_decode($info.value['content'])}
- </content>
- </div>
- </div>
- </body>
- <script>
- $(function () {
- $("img").each(function(){
- $(this).replaceWith(this);
- })
- })
- </script>
- </html>
|