无需JS和jQuery代码实现CSS3鼠标浮动放大图片
无需JS和jQuery代码实现CSS3鼠标浮动放大图片 <html> <head> <title></title> <style> .box { /* 可见视觉区域 */ width: 480px; height: 250px; position: relative; overflow: hidden; cursor: pointer; } .size { width: 1000px; height: 1000px; position: absolute; left: 50%;
下载地址
用户评论