|
|
@ -7,6 +7,32 @@ |
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
|
|
|
|
|
|
|
|
|
|
|
<title>Demo</title> |
|
|
|
<title>Demo</title> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style> |
|
|
|
|
|
|
|
html { |
|
|
|
|
|
|
|
font-size: 62.5% !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (min-width: 320px){ |
|
|
|
|
|
|
|
html { |
|
|
|
|
|
|
|
font-size: 46.9% !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (min-width: 640px){ |
|
|
|
|
|
|
|
html { |
|
|
|
|
|
|
|
font-size: 50.8% !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (min-width: 750px){ |
|
|
|
|
|
|
|
html { |
|
|
|
|
|
|
|
font-size: 54.7% !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (min-width: 1242px){ |
|
|
|
|
|
|
|
html { |
|
|
|
|
|
|
|
font-size: 62.5% !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
</style> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
<body> |
|
|
@ -14,4 +40,8 @@ |
|
|
|
<div id="wrapper"></div> |
|
|
|
<div id="wrapper"></div> |
|
|
|
</body> |
|
|
|
</body> |
|
|
|
<script src="../dist/router.js"></script> |
|
|
|
<script src="../dist/router.js"></script> |
|
|
|
|
|
|
|
<script> |
|
|
|
|
|
|
|
BI.pixUnit = "rem"; |
|
|
|
|
|
|
|
BI.pixRatio = 10; |
|
|
|
|
|
|
|
</script> |
|
|
|
</html> |
|
|
|
</html> |
|
|
|