Commit e83e1764 by wangdan

样式修改

parent 0bd7a87f
...@@ -20,7 +20,7 @@ body,html{ ...@@ -20,7 +20,7 @@ body,html{
left:0; left:0;
width:100%; width:100%;
height:100%; height:100%;
background: url(./img/bg1.png) no-repeat 34% 50%; background: url(./img/bg1.png) no-repeat 34% 55%;
background-size: 86%; background-size: 86%;
animation: floatup_anibg 3s linear 0s infinite; animation: floatup_anibg 3s linear 0s infinite;
-webkit-animation: floatup_anibg 3s linear 0s infinite; -webkit-animation: floatup_anibg 3s linear 0s infinite;
......

1.27 KB | W: | H:

5.32 KB | W: | H:

components/textscale/img/LOGO.png
components/textscale/img/LOGO.png
components/textscale/img/LOGO.png
components/textscale/img/LOGO.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -45,9 +45,9 @@ body,html{ ...@@ -45,9 +45,9 @@ body,html{
width: 80px; width: 80px;
background: url(./img/bg2.png) no-repeat; background: url(./img/bg2.png) no-repeat;
background-size:100% 100%; background-size:100% 100%;
animation: textscale_ani 1s linear; animation: textscale_ani2 1s linear;
-webkit-animation: textscale_ani 1s linear; -webkit-animation: textscale_ani2 1s linear;
-moz-animation:textscale_ani 1s linear; -moz-animation:textscale_ani2 1s linear;
} }
.textscale_area{ .textscale_area{
width:460px; width:460px;
...@@ -102,11 +102,11 @@ body,html{ ...@@ -102,11 +102,11 @@ body,html{
@keyframes textscale_ani{ @keyframes textscale_ani{
from{transform: scale(0.6);} from{transform: scale(0);}
to{transform: scale(1);} to{transform: scale(1);}
} }
@-webkit-keyframes textscale_ani{ @-webkit-keyframes textscale_ani{
from{transform: scale(0.6);} from{transform: scale(0);}
to{transform: scale(1);} to{transform: scale(1);}
} }
@keyframes textscale_ani2{ @keyframes textscale_ani2{
......
<!DOCTYPE html> <!DOCTYPE html>
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<body> <body>
<div class="textscale_body"> <div class="textscale_body">
<h2 class="textscale_title">人脸识别综合管理系统</h2> <h2 class="textscale_title"><img src="./img/logo.png" /></h2>
<div class="textscale_area"></div> <div class="textscale_area"></div>
</div> </div>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment