Html
    Css
    Js

    
                        
* {
				margin: 0;
				padding: 0;
				-webkit-user-select: none;
			}
			
			#box {
				height: 250px;
				border-bottom: 1px solid black;
				border-top: 1px solid black;
				margin-top: 10px;
			}
			
			#box img {
				position: absolute;
				height: 250px;
				width: 168px;
			}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:2.1.4
 立即下载

图片来回拖动

0