Authored by biao

初始化app-page

  1 +<!DOCTYPE html>
  2 +<html>
  3 +<head>
  4 + <meta charset="utf-8">
  5 + <title>{{title}}</title>
  6 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  7 + <meta http-equiv="cleartype" content="on">
  8 + <meta content="telephone=no" name="format-detection" />
  9 + <script type="text/javascript">
  10 + (function(doc, win) {
  11 + var docEl = doc.documentElement;
  12 + (function() {
  13 + var clientWidth = docEl.clientWidth;
  14 + if (!clientWidth) {
  15 + return;
  16 + }
  17 + docEl.style.fontSize = 20 * (clientWidth / 320) + 'px';
  18 + }());
  19 + })(document, window);
  20 +</script>
  21 + <link rel="dns-prefetch" href="//cdn.yoho.cn">
  22 + <link rel="dns-prefetch" href="//static.yohobuy.com">
  23 + <link rel="dns-prefetch" href="//img12.static.yhbimg.com">
  24 + <link rel="dns-prefetch" href="//img13.static.yhbimg.com">
  25 + <!--
  26 + <link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/{{version}}/index.css">
  27 + -->
  28 + <link rel="stylesheet" href="http://cdn.yoho.cn/limitgood-webview/{{#version}}/index.css">
  29 +
  30 + <link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
  31 + <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)">
  32 + <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)">
  33 +</head>
  34 +<body>
  35 +
  36 +<div class="limit-good-page yoho-page">
  37 + <div class="goodDesc"></div>
  38 + </div>
  39 +</body>
  40 +</html>