tsp-component
Version:
提供多端和react版本的UI组件
32 lines (31 loc) • 941 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">
<link rel="stylesheet" href="../../dist/css/core/popup.css">
<link rel="stylesheet" href="../../dist/css/core/picker.css">
<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;
}
</style>
</head>
<body>
<div id="root"></div>
<script src="../../dist/js/picker_demo.js">
</script>
</body>
</html>