h5-cli
Version:
hello
29 lines (27 loc) • 857 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" name="viewport" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="spm-id" content="100.1853"/>
<link rel="stylesheet" type="text/css" href="//{cnd_domain}/yuantu/smart-ui/{smart_ui_version}/css/smart-ui.css">
<style>
.scroll {
height: calc( 100% + 100px );
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
position: relative;
top: -100px;
}
</style>
<title>测试页面</title>
</head>
<body>
<div class="page" id="root">
</div>
</body>
</html>