...
|
...
|
@@ -15,9 +15,9 @@ |
|
|
(function(d,c){var e=d.documentElement,a="orientationchange" in window?"orientationchange":"resize",b=function(){var f=e.clientWidth;if(!f){return}if(f>=750){e.style.fontSize="40px"}else{e.style.fontSize=40*(f/750)+"px"}};if(!d.addEventListener){return}b();c.addEventListener(a,b,false);d.addEventListener("DOMContentLoaded",b,false)})(document,window);
|
|
|
</script>
|
|
|
{{#if devEnv}}
|
|
|
<link rel="stylesheet" href="//localhost:5004/css/index.css">
|
|
|
<link rel="stylesheet" href="//172.16.10.123:5004/css/index.css">
|
|
|
{{#unless noLocalCSS}}
|
|
|
<link rel="stylesheet" href="//localhost:5004/{{module}}.{{page}}.css">
|
|
|
<link rel="stylesheet" href="//172.16.10.123:5004/{{module}}.{{page}}.css">
|
|
|
{{/unless}}
|
|
|
{{^}}
|
|
|
<link rel="stylesheet" href="//cdn.yoho.cn/yohoblk-wap/{{version}}/index.css">
|
...
|
...
|
@@ -26,18 +26,15 @@ |
|
|
{{/unless}}
|
|
|
{{/if}}
|
|
|
</head>
|
|
|
<body {{#if isPassportPage}}class=passport-body{{/if}} {{#if isStarIndexPage}} class="star-index-bg"{{/if}} {{#if isStarDetailPage}}class="star-class-body"{{/if}}>
|
|
|
<body class="{{#if isApp}}app{{/if}} {{#if isiOS}}ios{{/if}} {{#if isAndroid}}android{{/if}}">
|
|
|
<div class="main-wrap">
|
|
|
{{{body}}}
|
|
|
</div>
|
|
|
|
|
|
{{#wechatShare}}
|
|
|
<script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.1.0.js"></script>
|
|
|
{{/wechatShare}}
|
|
|
{{#if devEnv}}
|
|
|
<script src="//localhost:5004/libs.js"></script>
|
|
|
<script src="//172.16.10.123:5004/libs.js"></script>
|
|
|
{{#unless noLocalJS}}
|
|
|
<script src="//localhost:5004/{{module}}.{{page}}.js"></script>
|
|
|
<script src="//172.16.10.123:5004/{{module}}.{{page}}.js"></script>
|
|
|
{{/unless}}
|
|
|
{{^}}
|
|
|
<script src="//cdn.yoho.cn/yohoblk-wap/{{version}}/libs.js"></script>
|
...
|
...
|
|