...
|
...
|
@@ -10,6 +10,19 @@ |
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
<meta content="telephone=no" name="format-detection" />
|
|
|
<meta content="email=no" name="format-detection" />
|
|
|
<script type="text/javascript">
|
|
|
(function (doc, win) {
|
|
|
var docEl = doc.documentElement;
|
|
|
(function () {
|
|
|
var clientWidth = docEl.clientWidth;
|
|
|
|
|
|
if (!clientWidth) {
|
|
|
return;
|
|
|
}
|
|
|
docEl.style.fontSize = 20 * (clientWidth / 320) + 'px';
|
|
|
}());
|
|
|
})(document, window);
|
|
|
</script>
|
|
|
<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
|
|
|
</head>
|
|
|
<body> |
|
|
\ No newline at end of file |
...
|
...
|
|