...
|
...
|
@@ -14,9 +14,15 @@ |
|
|
<link rel="dns-prefetch" href="//static.yohobuy.com">
|
|
|
<link rel="dns-prefetch" href="//img12.static.yhbimg.com">
|
|
|
<link rel="dns-prefetch" href="//img13.static.yhbimg.com">
|
|
|
{{#if width750}}
|
|
|
<script type="text/javascript">
|
|
|
(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>
|
|
|
{{^}}
|
|
|
<script type="text/javascript">
|
|
|
(function(d,c){var e=d.documentElement,a="orientationchange" in window?"orientationchange":"resize",b=function(){var f=e.clientWidth;if(!f){return}if(f>=640){e.style.fontSize="40px"}else{e.style.fontSize=40*(f/640)+"px"}};if(!d.addEventListener){return}b();c.addEventListener(a,b,false);d.addEventListener("DOMContentLoaded",b,false)})(document,window);
|
|
|
</script>
|
|
|
{{/if}}
|
|
|
{{#if devEnv}}
|
|
|
<link rel="stylesheet" href="//{{devHost}}:5001/css/index.css">
|
|
|
{{^}}
|
...
|
...
|
@@ -26,7 +32,7 @@ |
|
|
<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
|
|
|
<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
|
|
|
</head>
|
|
|
<body {{#if isPassportPage}}class=passport-body{{/if}} {{#if isStarIndexPage}} class="star-index-bg"{{/if}} {{#if isStarDetailPage}}class="star-class-body"{{/if}} {{#if isInstallmentPage}}class=installment-body{{/if}}>
|
|
|
<body class="{{#if width750}}width750{{/if}} {{#if isPassportPage}}passport-body{{/if}} {{#if isStarIndexPage}}star-index-bg{{/if}} {{#if isStarDetailPage}}star-class-body{{/if}} {{#if isInstallmentPage}}installment-body{{/if}}">
|
|
|
<div class="main-wrap">
|
|
|
{{#if systemUpdate}}
|
|
|
{{> updata}}
|
...
|
...
|
|