mzx16822 hace 6 años
padre
commit
7ffd3f4621
Se han modificado 1 ficheros con 43 adiciones y 2 borrados
  1. 43 2
      public/plugins/layui/css/main.css

+ 43 - 2
public/plugins/layui/css/main.css

@@ -248,7 +248,16 @@ body{
     overflow: hidden;
     position: absolute;
     left: 2.46rem;
-    top: 7.45rem;
+    top: 7.4rem;
+    z-index: 9;
+    -webkit-animation-name: swing;
+    animation-name: swing;
+    -webkit-animation-duration: 2s;
+    animation-duration: 2s;
+    -webkit-animation-fill-mode: both;
+    animation-fill-mode: both;
+    -webkit-animation-iteration-count: infinite;
+    animation-iteration-count: infinite;
 }
 .layui-btn:hover {
     opacity:.8;
@@ -262,7 +271,39 @@ body{
 .layui-btn+.layui-btn {
     margin-left:10px
 }
-.welcome{background: url(../img/bg1.jpg) no-repeat center;height: 13.4rem;background-size: 7.5rem;}
+.welcome{background: url(../img/bg1.png) no-repeat center bottom;height: 13.4rem;background-size: 7.5rem;}
+.welcome .covtit1{
+    background: url(../img/tit1.png) no-repeat;
+    background-size: 100%;
+    width: 2.12rem;
+    height: 2.34rem;
+    left: .4rem;
+    top: .4rem;
+    -webkit-animation-name: wobble;
+    animation-name:wobble;
+    -webkit-animation-duration: 3s;
+    animation-duration: 3s;
+    -webkit-animation-fill-mode:both;
+    animation-fill-mode:both;
+    -webkit-animation-iteration-count: infinite;
+    animation-iteration-count:infinite;
+}
+.welcome .covtit2{
+    background: url(../img/tit2.png) no-repeat bottom;
+    background-size: 100%;
+    width: 6.63rem;
+    height: 5.46rem;
+    left: .4rem;
+    top: 2rem;
+    -webkit-animation-name: pulse;
+    animation-name: pulse;
+    -webkit-animation-duration: 2s;
+    animation-duration: 2s;
+    -webkit-animation-fill-mode: both;
+    animation-fill-mode: both;
+    -webkit-animation-iteration-count: infinite;
+    animation-iteration-count: infinite;
+}
 .gstart{display:none}
 .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;}
 .popwind .art{