|
@@ -384,8 +384,9 @@ background-color:#009688;
|
|
|
.gstart{display:none}
|
|
|
.vsmov .cov4{
|
|
|
top: 8rem;
|
|
|
+
|
|
|
}
|
|
|
-.vsmov .win_rate{opacity:1;}
|
|
|
+.vsmov .win_rate{opacity:1;}
|
|
|
.vsmov .vspic{
|
|
|
display:block;
|
|
|
opacity:1;
|
|
@@ -393,10 +394,31 @@ background-color:#009688;
|
|
|
height:3.2rem;
|
|
|
left:50%;
|
|
|
margin-left:-1.9rem;
|
|
|
- top: 42%;
|
|
|
+ top: 3rem;
|
|
|
background:url(../img/vs.png) no-repeat bottom;
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
+.vsmov .cov1{
|
|
|
+ -webkit-animation-name: bounceInLeft;
|
|
|
+ animation-name:bounceInLeft;
|
|
|
+ -webkit-animation-duration: 1s;
|
|
|
+ animation-duration: 1s;
|
|
|
+ -webkit-animation-fill-mode:both;
|
|
|
+ animation-fill-mode:both;
|
|
|
+ -webkit-animation-iteration-count: 1;
|
|
|
+ animation-iteration-count:1;
|
|
|
+}
|
|
|
+.vsmov .cov4{
|
|
|
+
|
|
|
+ -webkit-animation-name: bounceInRight;
|
|
|
+ animation-name:bounceInRight;
|
|
|
+ -webkit-animation-duration: 1s;
|
|
|
+ animation-duration: 1s;
|
|
|
+ -webkit-animation-fill-mode:both;
|
|
|
+ animation-fill-mode:both;
|
|
|
+ -webkit-animation-iteration-count: 1;
|
|
|
+ animation-iteration-count:1;
|
|
|
+}
|
|
|
.win_rate{opacity:0}
|
|
|
.popwind{width:6.05rem;height:6.98rem;position: absolute;left: 0.8rem;top: 2.5rem;background: url(../img/rulebg.png);background-size: 100%;display: none;z-index: 99;}
|
|
|
.popwind .art{
|