Skip to content

Commit 747cc79

Browse files
author
wanghongyuneurotoxin
committed
update slider
1 parent ba82535 commit 747cc79

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

docs/images/slider.png

37.8 KB
Loading

docs/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ <h3>下拉刷新</h3>
5757
<img src="images/refresh.png" alt="下拉刷新">
5858
</a>
5959
</li>
60+
<li>
61+
<a href="./slider/index.html" target="_blank">
62+
<h3>Slider</h3>
63+
<img src="images/slider.png" alt="下拉刷新">
64+
</a>
65+
</li>
6066
</ul>
6167
</div>
6268
<div id="more-projects">

docs/slider/slider.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#slider {
22
position: relative;
33
overflow: hidden;
4+
margin: 0 auto;
45
width: 100%;
6+
max-width: 750px;
57
min-height: 1;
68
}
79

0 commit comments

Comments
 (0)