博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
基于jQuery仿淘宝产品图片放大镜代码
阅读量:4608 次
发布时间:2019-06-09

本文共 2311 字,大约阅读时间需要 7 分钟。

今天给大家分享一款 基于jQuery淘宝产品图片放大镜代码。这是一款基于jquery.imagezoom插件实现的jQuery放大镜。适用浏览器:IE8、360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗。效果图如下:

   

实现的代码。

html代码:

css代码:

html{
overflow-y:scroll;}body{
margin:0; font:12px "\5B8B\4F53",san-serif;background:#ffffff;}div,ul,li{
padding:0; margin:0;}li{
list-style-type:none;}img{
vertical-align:top;border:0;}/* box */.box{
width:310px;margin:100px auto;}.tb-pic a{
display:table-cell;text-align:center;vertical-align:middle;}.tb-pic a img{
vertical-align:middle;}.tb-pic a{
*display:block;*font-family:Arial;*line-height:1;}.tb-thumb{
margin:10px 0 0;overflow:hidden;}.tb-thumb li{
background:none repeat scroll 0 0 transparent;float:left;height:42px;margin:0 6px 0 0;overflow:hidden;padding:1px;}.tb-s310, .tb-s310 a{
height:310px;width:310px;}.tb-s310, .tb-s310 img{
max-height:310px;max-width:310px;}.tb-s310 a{
*font-size:271px;}.tb-s40 a{
*font-size:35px;}.tb-s40, .tb-s40 a{
height:40px;width:40px;}.tb-booth{
border:1px solid #CDCDCD;position:relative;z-index:1;}.tb-thumb .tb-selected{
background:none repeat scroll 0 0 #C30008;height:40px;padding:2px;}.tb-thumb .tb-selected div{
background-color:#FFFFFF;border:medium none;}.tb-thumb li div{
border:1px solid #CDCDCD;}div.zoomDiv{
z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}div.zoomMask{
position:absolute;background:url("images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

via:

转载于:https://www.cnblogs.com/liaohuolin/p/4325113.html

你可能感兴趣的文章
hdu 3501(欧拉函数的应用)
查看>>
linux学习笔记(3):ubuntu使用超级管理员root登录
查看>>
Ubuntu 16.10 安装byzanz截取动态效果图工具
查看>>
网页前端页面加载性能测试各工具可行性方案分析
查看>>
Git入门篇
查看>>
Git强制推送命令
查看>>
HCL实验一
查看>>
数据结构之数组实现栈
查看>>
硬件——nrf51822第三篇,按键控制小灯
查看>>
拜师鸟哥之linux学习体会(7)——linux磁盘与文件系统管理
查看>>
编程菜鸟的日记-初学尝试编程-C++ Primer Plus 第4章编程练习4
查看>>
鸡兔同笼问题
查看>>
JavaScript总结
查看>>
钢笔工具路径描边技巧 课时1:8选区路径之间的转换
查看>>
程序员的十层楼
查看>>
PAT 1059. C语言竞赛
查看>>
LeetCode 561. Array Partition I
查看>>
jquery工作原理解析
查看>>
Spring官网改版后下载
查看>>
unity 中的协程
查看>>