代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery可动态放大网页显示效果 - 站长素材</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/zoomooz.css" type="text/css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
<style type="text/css">
.top{
/* 设置宽度高度背景颜色 */
height: auto; /*高度改为自动高度*/
width:100%;
margin-left: 0;
background:rgb(189, 181, 181);
position: fixed; /*固定在顶部*/
top: 0;/*离顶部的距离为0*/
margin-bottom: 5px;
}
.top ul{
/* 清除ul标签的默认样式 */
width: auto;/*宽度也改为自动*/
list-style-type: none;
white-space:nowrap;
overflow: hidden;
margin-left: 5%;
/* margin-top: 0; */
padding: 0;
}
.top li {
float:left; /* 使li内容横向浮动,即横向排列 */
margin-right:2%; /* 两个li之间的距离*/
position: relative;
overflow: hidden;
}
.top li a{
/* 设置链接内容显示的格式*/
display: block; /* 把链接显示为块元素可使整个链接区域可点击 */
color:white;
text-align: center;
padding: 3px;
overflow: hidden;
text-decoration: none; /* 去除下划线 */
}
.top li a:hover{
/* 鼠标选中时背景变为黑色 */
background-color: #111;
}
.top ul li ul{
/* 设置二级菜单 */
margin-left: -0.2px;
background:rgb(189, 181, 181);
position: relative;
display: none; /* 默认隐藏二级菜单的内容 */
}
.top ul li ul li{
/* 二级菜单li内容的显示 */
float:none;
text-align: center;
}
.top ul li:hover ul{
/* 鼠标选中二级菜单内容时 */
display: block;
}
body{
background:#eff3f5;
}
</style>
<body>
<div class="top">
<center>
<ul>
<li><a href="#">一级菜单</a></li>
<li><a href="#">一级菜单</a></li>
<li><a href="#">一级菜单</a></li>
<li><a href="#"><b>一级菜单</b></a></li>
<li><a href="#">一级菜单</a></li>
<li>
<a href="#">一级菜单</a>
<ul>
<li><a href="#">二级菜单</a></li>
<li><a href="#">二级菜单</a></li>
</ul>
</li>
</ul>
</center>
</div>
</body>
</head>
<body>
<!-- <div id="headline">
<h1>Zoom Gallery</h1>
<p>Click on an image below to zoom into it, then click outside to zoom out. Pretty neat eh?</p>
</div> -->
<!--
<div id="gallery" class="">
<div id="" style="background-color: blue; border: red;width: 1360px;height: 53px;margin-left: -10px;margin-top: -20px;">
<ul style="font-size: 25px;padding-top: -20px;">
<li style="width: 150px" class="zoom">
<a href="" class="" target="_blank">WPS专区</a>
</li>
<li class="zoom">
<a href="" class="" target="_blank"> |</a>
</li>
<li class="zoom">
<a href="" class="" target="_blank" style="color: red;">按钮</a>
</li>
</ul>
</div>
<ul>
<li class="zoom">
<a href="shangpinDetail/sp1.html" target="_blank" class="">
<img src="https://img.alicdn.com/bao/uploaded/i4/1016657893/O1CN01jBd7Ui28B2lgTcGZX_!!1016657893.jpg_240x240.jpg" class="" width="510px" height="200px">
<br>
<p style="width: 210px;">唱歌教程零基础 发声k歌说唱演唱
速成技巧学习教程教你学唱歌</p>
</a>
<p style="width: 210px;">¥2</p>
</li>
<li class="zoom" style="padding-left: 250px;margin-top: -109px;">
<a href="shangpinDetail/sp1.html" target="_blank" class="">
<img src="https://img.alicdn.com/bao/uploaded/i4/1016657893/O1CN01jBd7Ui28B2lgTcGZX_!!1016657893.jpg_240x240.jpg" class="" width="510px" height="200px">
<br>
<p style="width: 210px;">唱歌教程零基础 发声k歌说唱演唱
速成技巧学习教程教你学唱歌</p>
</a>
<p style="width: 210px;">¥2</p>
</li>
</ul>
</div>
<br><br><br><br><br><br>
<div style="text-align:center;clear:both">
<p>适用浏览器:FireFox、Chrome、Safari、Opera、傲游、搜狗. 不支持IE8、360、世界之窗。</p>
<p>来源:<a href="http://sc.chinaz.com/" target="_blank">站长素材</a></p>
</div> -->
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。