tsp-component
Version:
提供多端和react版本的UI组件
35 lines (34 loc) • 919 B
HTML
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="x5-orientation" content="portrait"/>
<meta name="x5-page-mode" content="app">
<style>
body {
margin: 0;
padding: 0;
line-height: 1;
}
* {
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-touch-callout: none;
background: linear-gradient(to bottom,transparent,transparent);
box-sizing: border-box;
}
.test {
height: 70px;
border: 1px solid #ccc;
line-height: 70px;
}
</style>
</head>
<body>
<div id="root"></div>
<script src="../../dist/js/list-view_demo.js">
</script>
</body>
</html>