js 实现div的拖动效果

HTML:

CSS:

.move {

            width: 100px;

            height: 100px;

            background-color: rgb(59, 149, 227);

            position: absolute;

        }

你可能感兴趣的:(javascript,css,html)