<html>
<head>
<style>
* {
margin: 0px;
padding: 0px;
user-select: none;
font-size: 14px;
}
/* 可以拖拽的元素 */
html {
background: #0e74af;
}
.drag {
width: 150px;
height: 200px;
background: white;