* {
margin:0;
padding:0;
}
.box {
width:100px;
height:100px;
background:red;
position:absolute;
left:0;
top:0;
}
#wrap {
position:relative;
width:500px;
height:500px;
background:#ccc;
margin:50px auto;
}
这是一个原生js拖拽 做了鼠标划出的判断