jquery.zoom实现图片滚动放大位置拖动效果代码

代码语言:html

所属分类:图片放大

代码描述:jquery.zoom实现图片滚动放大位置拖动效果代码

代码标签: jquery.zoom 图片 滚动 放大 位置 拖动

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!doctype html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black" />

    <style type="text/css">
        .highlight {
        	background: #eee;
        	padding: 1px 5px;
        	border-radius: 2px;
        	color: #FF5722;
        	font-size: 14px;
        }
        
        .box {
        	width: 560px;
        	height: 560px;
        	background: #eee;
        	border: 1px solid #aaa;
        	/* 	居中,可选	*/
        	margin: 0 auto;
        }
    </style>
</head>

<body style="margin: 0; padding: 0;">
  
    <div class="contorll" style="background: #f7fcff;">
        <!-- 元素容器盒子 -->
        <div class="box"></div>
    </div>
    <div style="text-align: center;">
        <!-- 操作 -->
        <!-- 		<button id="btn-p">放大</button> -->
    </div>
      <div style="background: #fcfcff; border: 1px solid #ededff; text-align: center;">
        <h3>说明:</h3>
        <div style="width: 560px; text-.........完整代码请登录后点击上方下载按钮下载查看

网友评论0