|
@@ -0,0 +1,37 @@
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
+<html lang="zh-CN" style="font-size: 50px;">
|
|
|
|
+
|
|
|
|
+<head>
|
|
|
|
+ <title>免费查看对接人联系方式</title>
|
|
|
|
+
|
|
|
|
+ {{include "/big-member/wx/meta.html"}}
|
|
|
|
+
|
|
|
|
+ <!--S-当前页面的css资源-->
|
|
|
|
+ <link rel="stylesheet" href=//cdn-common.jianyu360.com/cdn/lib/reset-css/5.0.1/reset.min.css />
|
|
|
|
+ <link rel="stylesheet" href='{{Msg "seo" "cdn"}}/big-member/weixin/css/public.css?v={{Msg "seo" "version"}}'>
|
|
|
|
+ <script src='{{Msg "seo" "cdn"}}/big-member/js/rem.js?v={{Msg "seo" "version"}}'></script>
|
|
|
|
+ <!--E-当前页面的css资源-->
|
|
|
|
+ <style>
|
|
|
|
+ body, main {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ }
|
|
|
|
+ .h5-img {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 100%;
|
|
|
|
+ min-height: 100%;
|
|
|
|
+ -webkit-user-drag: none;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
|
|
+</head>
|
|
|
|
+
|
|
|
|
+<body>
|
|
|
|
+ <main>
|
|
|
|
+ <img class="h5-img" src="{{Msg "seo" "cdn"}}/frontRouter/wx/active/img/0421.jpg?v={{Msg "seo" "version"}}" alt="活动图片">
|
|
|
|
+ </main>
|
|
|
|
+
|
|
|
|
+ {{include "/big-member/commonjs.html"}}
|
|
|
|
+ {{include "/common/baiducc.html"}}
|
|
|
|
+</body>
|
|
|
|
+
|
|
|
|
+</html>
|