Html
    Css
    Js

    
                        
 * {
	margin:0;
	padding:0;
}
.box {
	width:350px;
	height:350px;
	margin:100px;
	border:1px solid #ccc;
	position:relative;
}
.big {
	width:400px;
	height:400px;
	position:absolute;
	top:0;
	left:360px;
	border:1px solid #ccc;
	overflow:hidden;
	display:none;
}
.mask {
	width:175px;
	height:175px;
	background:rgba(255,255,0,0.4);
	position:absolute;
	top:0;
	left:0;
	cursor:move;
	display:none;
}
.small {
	position:relative;
}
img {
	vertical-align:top;
}

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

jquery放大镜

更新时间:2020-01-08 09:16:11

0