...
|
...
|
@@ -16,25 +16,6 @@ |
|
|
width: 50%;
|
|
|
}
|
|
|
|
|
|
.top-active {
|
|
|
float: left;
|
|
|
height: 239px;
|
|
|
width: 100%;
|
|
|
transition: height 0.3s, width 0.3s, margin-top 0.3s ;
|
|
|
-moz-transition: height 0.3s, width 0.3s, margin-top 0.3s ; /* Firefox 4 */
|
|
|
-webkit-transition: height 0.3s, width 0.3s, margin-top 0.3s ; /* Safari 和 Chrome */
|
|
|
-o-transition: height 0.3s, width 0.3s, margin-top 0.3s ;
|
|
|
}
|
|
|
|
|
|
.bottom-active {
|
|
|
float: left;
|
|
|
height: 168px;
|
|
|
width: 50%;
|
|
|
transition: height 0.3s, width 0.3s, margin-top 0.3s ;
|
|
|
-moz-transition: height 0.3s, width 0.3s, margin-top 0.3s ; /* Firefox 4 */
|
|
|
-webkit-transition: height 0.3s, width 0.3s, margin-top 0.3s ; /* Safari 和 Chrome */
|
|
|
-o-transition: height 0.3s, width 0.3s, margin-top 0.3s ;
|
|
|
}
|
|
|
}
|
|
|
.swiper-slide {
|
|
|
text-align: center;
|
...
|
...
|
@@ -68,9 +49,16 @@ |
|
|
height: 407px;
|
|
|
width: 412px;
|
|
|
margin-top: 0;
|
|
|
transition: height 0.3s, width 0.3s, margin-top 0.3s ;
|
|
|
-moz-transition: height 0.3s, width 0.3s, margin-top 0.3s ; /* Firefox 4 */
|
|
|
-webkit-transition: height 0.3s, width 0.3s, margin-top 0.3s ; /* Safari 和 Chrome */
|
|
|
-o-transition: height 0.3s, width 0.3s, margin-top 0.3s ;
|
|
|
transition: all 0.3s ;
|
|
|
|
|
|
.top {
|
|
|
height: 239px;
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.bottom {
|
|
|
height: 168px;
|
|
|
width: 50%;
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|