
123456789101112131415class="main"class="img"src="https://www.jq22.com/img/cs/500x500-1.png"class="ico"src="https://www.jq22.com/img/cs/500x500-1.png"src="https://www.jq22.com/img/cs/500x500-2.png"src="https://www.jq22.com/img/cs/500x500-3.png"src="https://www.jq22.com/img/cs/500x500-4.png"class="big_img"
1234567891011121314151617181920212223242526272829303132333435363738394041.main {height:500px;width:1000px;margin:50px auto;border:1px solid #ccc;position:relative;}.img {display:inline-block;height:400px;width:300px;border:1px solid #ddd;margin:10px;line-height:400px;position:relative;cursor:crosshair;}.img img {height:100%;width:100%;}.big_img {position:absolute;top:10px;left:320px;width:300px;height:400px;border:1px solid #eee;background-size:600px 800px;display:none;}span {border:1px solid red;display:inline-block;height:50px;width:130px;position:fixed;top:20px;left:50px;}.ico {
12345678910111213141516171819202122232425262728293031323334353637383940414243$(function() {var src = $('.img img').attr("src");$('.ico li img').click(function() {var srct = $(this).attr("src");$('.img img').attr("src", srct);src = srct;})$('.img').hover(function() {$('.big_img').css({"display": "block","background-image": 'url(' + src + ')'});$(this).mousemove(function() {var x = event.offsetX - 1;var y = event.offsetY - 1;if (x < 75) {x = 0;} else if (75 <= x <= 300) {x = (x - 75) * 2;if (x > 300) {x = 300;}}if (y < 100) {y = 0;} else if (100 <= y <= 400) {y = (y - 100) * 2;if (y > 400) {y = 400;}}$('.big_img').css({"background-position-x": -x,"background-position-y": -y})$('span').text("x=" + x + " y=" + y)})}, function() {$('.big_img').css("display", "none")})})
更新时间:2021-11-01 00:49:42