Skip to content

Commit 4491f48

Browse files
committed
add pic_switch_demo
js控制图片轮转的 demo
1 parent eb3523f commit 4491f48

12 files changed

Lines changed: 146 additions & 0 deletions

File tree

php/pic_switch_demo/images/1.jpg

91.4 KB
Loading

php/pic_switch_demo/images/11.jpg

2.99 KB
Loading

php/pic_switch_demo/images/2.jpg

91.2 KB
Loading

php/pic_switch_demo/images/22.jpg

3.49 KB
Loading

php/pic_switch_demo/images/3.jpg

447 KB
Loading

php/pic_switch_demo/images/33.jpg

3.21 KB
Loading
1.11 KB
Loading
1.07 KB
Loading

php/pic_switch_demo/jquery-1.9.0.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

php/pic_switch_demo/pic_switch.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
@charset "utf-8";
2+
/* CSS Document */
3+
.info_left{
4+
float:left;width:869px;
5+
}
6+
.info_left_banner{
7+
position:relative;width:869px;height:314px;overflow:hidden;
8+
}
9+
.info_banner_img img{
10+
width:869px;height:314px;vertical-align:top;
11+
}
12+
.info_banner_img{
13+
width:5000px;overflow:hidden;zoom:1;
14+
}
15+
.info_banner_img li{
16+
float:left;
17+
}
18+
.info_banner_dor{
19+
position:absolute;bottom:15px;left:20px;overflow:hidden;zoom:1;
20+
}
21+
.info_banner_dor li{
22+
float:left; margin-right:20px;width:13px;height:13px;background:url(images/banner_img_07.png);text-indent:-100px;cursor:pointer;
23+
}
24+
.info_banner_dor .info_dor_active{
25+
background:url(images/banner_img_09.png);
26+
}

0 commit comments

Comments
 (0)