|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
<meta charset="utf-8">
|
|
|
<title>{{staticTitle}}</title>
|
|
|
<!-- <meta name="apple-mobile-web-app-title" content="SUMMER SALE"> -->
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui">
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="grey">
|
|
|
<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>
|
|
|
<link rel="stylesheet" href="{{staticCSS}}">
|
|
|
{{#staticJS}}
|
|
|
<script type="text/javascript" src="{{.}}"></script>
|
|
|
{{/staticJS}}
|
|
|
</head>
|
|
|
<body>
|
|
|
{{> cuxiao/yuanxiao/header}}
|
|
|
<div class="main-wrap wait">
|
|
|
|
|
|
<div class="flower flower-l"></div>
|
|
|
<div class="flower flower-r"></div>
|
|
|
|
|
|
<div class="tip">
|
|
|
正在分析你的<br>潮流运势<br>… …
|
|
|
</div>
|
|
|
|
|
|
<div class="loading animated infinite rotateIn">
|
|
|
</div>
|
|
|
<div class="hat">
|
|
|
</div>
|
|
|
|
|
|
<div class="footer">
|
|
|
</div>
|
|
|
</div>
|
|
|
</body> |
|
|
{{> cuxiao/yuanxiao/footer}} |
...
|
...
|
|