...
|
...
|
@@ -395,17 +395,12 @@ p { |
|
|
.star_month {
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
/*远近度*/
|
|
|
perspective: 400px;
|
|
|
-webkit-perspective: 400;
|
|
|
transition: all 2s;
|
|
|
-ms-transition: all 2s;
|
|
|
-moz-transition: all 2s;
|
|
|
-webkit-transition: all 2s;
|
|
|
-o-transition: all 2s;
|
|
|
}
|
|
|
|
|
|
.hovers {
|
|
|
/*远近度*/
|
|
|
perspective: 1000px;
|
|
|
-webkit-perspective: 1000px;
|
|
|
transition: all 2s;
|
|
|
-ms-transition: all 2s;
|
|
|
-moz-transition: all 2s;
|
...
|
...
|
|