作者 景龙
1 个管道 的构建 通过 耗费 0 秒

修改首页星享体验翻转效果

@@ -395,17 +395,12 @@ p { @@ -395,17 +395,12 @@ p {
395 .star_month { 395 .star_month {
396 cursor: pointer; 396 cursor: pointer;
397 position: relative; 397 position: relative;
398 - /*远近度*/  
399 - perspective: 400px;  
400 - -webkit-perspective: 400;  
401 - transition: all 2s;  
402 - -ms-transition: all 2s;  
403 - -moz-transition: all 2s;  
404 - -webkit-transition: all 2s;  
405 - -o-transition: all 2s;  
406 } 398 }
407 399
408 .hovers { 400 .hovers {
  401 + /*远近度*/
  402 + perspective: 1000px;
  403 + -webkit-perspective: 1000px;
409 transition: all 2s; 404 transition: all 2s;
410 -ms-transition: all 2s; 405 -ms-transition: all 2s;
411 -moz-transition: all 2s; 406 -moz-transition: all 2s;