js 实现放大镜效果
效果图 1 <! DOCTYPE html > 2 < html > 3 < head > 4 < meta charset ="UTF-8" > 5 < meta name ="viewport" content ="width=device-width, initial-scale=1.0" > 6 < title > 仿京东放大镜效果 </ title > 7 < style > 8 .wrap { 9 width : 400px ; 10 height : 400px ; 11 margin : 150px auto ; 12 border : 1px solid #999999 ; 13 /* background: url('images/pic.jpg') no-repeat center center; 14 background-size: 100%; */ 15 position : relative ; 16 /* overflow: hidden; */ 17 } 18 .move { 19 display : none ; 20 width : 150px ; 21 height : 150px ; 22 background : yellow ; 23 opacity : .3 ; 24 position : absolute ; 25 left : 0