-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
15 changed files
with
960 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
@charset "utf-8"; | ||
body { | ||
margin:0px; | ||
} | ||
img { | ||
border: none; | ||
vertical-align: middle; | ||
} | ||
img { | ||
-ms-interpolation-mode: bicubic; | ||
} | ||
/* common | ||
-----------------------------------------------*/ | ||
/*__ 代码整理:懒人之家_*/ | ||
#maincontent { | ||
background:#000; | ||
height:528px; | ||
overflow:hidden; | ||
position:relative; | ||
} | ||
#maincontent div.pict { | ||
cursor: default !important; | ||
} | ||
#maincontent div.main { | ||
position: static; | ||
text-align: center; | ||
display: block; | ||
cursor: pointer !important | ||
} | ||
#maincontent .element { | ||
display: none; | ||
position: absolute !important; | ||
} | ||
#maincontent .left { | ||
top :200px; | ||
left: 0; | ||
cursor: pointer; | ||
} | ||
#maincontent .right { | ||
top: 200px; | ||
right: 0; | ||
cursor: pointer; | ||
} | ||
#maincontent .main .guardian { | ||
display: none; | ||
height: 0; | ||
} | ||
#maincontent .navi { | ||
z-index: 9999999; | ||
} | ||
div#maincontent div.main { | ||
display:none; | ||
} | ||
div#maincontent div.element { | ||
position:absolute !important; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> | ||
<title>jQuery实现左右满屏焦点图代码</title> | ||
<script type="text/javascript" src="js/jquery.pack.js"></script> | ||
<script type="text/javascript" src="js/slides.js"></script> | ||
<script type="text/javascript" src="js/lanrenzhijia.js"></script> | ||
<link href="css/lanrenzhijia.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body style="text-align:center"> | ||
|
||
<div id="maincontent"> | ||
<div class="element pict"><a href="#"><img src="image/0001.jpg"></a></div> | ||
<div class="element pict"><a href="#"><img src="image/zhaopin.jpg"></a></div> | ||
<div class="element pict main"><a href="#"><img src="image/002.jpg"></a></div> | ||
<div class="element pict"><a href="#"><img src="image/003.jpg"></a></div> | ||
<div class="element pict"><a href="#"><img src="image/0004.gif"></a></div> | ||
<div class="element pict"><a href="#"><img src="image/weibo.jpg"></a></div> | ||
|
||
<div class="element navi left"><img src="image/left.gif" alt="left"></div> | ||
<div class="element navi right"><img src="image/right.gif" alt="right"></div> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.