Skip to content

Commit df22d7a

Browse files
committed
Update neoslide.css
1 parent dbd8fca commit df22d7a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

neoslide.css

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ div.banner{
2121
position: relative;
2222
overflow: hidden;
2323
margin: auto;
24-
2524
}
2625
div.banner ul{
2726
position: absolute;
2827
}
2928
div.banner ul li{
3029
float: left;
3130
}
32-
/**********2.begin the style of top and bottom information**************/
31+
/**********2.begin the style of top information**************/
3332
div.top{
3433
width: 100%;
3534
position: absolute;
@@ -70,7 +69,7 @@ ul li.curr{
7069
left: 0;
7170
background: #ff0;
7271
}
73-
/**********3.begin the style of preview img**************/
72+
/**********4.begin the style of preview img**************/
7473
img.prew-img{
7574
position: absolute;
7675
border:2px solid #f60;
@@ -79,7 +78,6 @@ img.prew-img{
7978
-ms-transition: all 0.3s;
8079
-o-transition: all 0.3s;
8180
transition: all 0.3s;
81+
display:none;
8282
}
8383

84-
85-

0 commit comments

Comments
 (0)