File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,14 @@ div.banner{
21
21
position : relative;
22
22
overflow : hidden;
23
23
margin : auto;
24
-
25
24
}
26
25
div .banner ul {
27
26
position : absolute;
28
27
}
29
28
div .banner ul li {
30
29
float : left;
31
30
}
32
- /**********2.begin the style of top and bottom information**************/
31
+ /**********2.begin the style of top information**************/
33
32
div .top {
34
33
width : 100% ;
35
34
position : absolute;
@@ -70,7 +69,7 @@ ul li.curr{
70
69
left : 0 ;
71
70
background : # ff0 ;
72
71
}
73
- /**********3 .begin the style of preview img**************/
72
+ /**********4 .begin the style of preview img**************/
74
73
img .prew-img {
75
74
position : absolute;
76
75
border : 2px solid # f60 ;
@@ -79,7 +78,6 @@ img.prew-img{
79
78
-ms-transition : all 0.3s ;
80
79
-o-transition : all 0.3s ;
81
80
transition : all 0.3s ;
81
+ display : none;
82
82
}
83
83
84
-
85
-
You can’t perform that action at this time.
0 commit comments