lcfsweb/public/extra/face.html

42 lines
821 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>近照采集</title>
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js"></script>
<script>
</script>
<style>
* {
padding: 0;
margin: 0;
}
body {
width: 100vw;
touch-action: pan-x pan-y;
}
.media {
width: 100vw;
height: 100vh;
}
video, canvas, img {
width: 100vw;
height: 100vh;
}
.control {
position: absolute;
bottom: 0;
}
</style>
</head>
<body>
<div id="app">
</div>
</body>
</html>