Commit 4b4f5667 by wangdan

提交图片修改

parent b8da7eb7
......@@ -5,13 +5,13 @@ body,html{
overflow: hidden;
}
.floatup_body{
height:70%;
/* width:70%; */
margin: 0px auto;
/* background: url(./img/bg1.png) no-repeat;
background-size:100% 100%; */
position:relative;
top: 19%;
height: 70%;
width: 70%;
margin: 0px auto;
position: relative;
top: 21%;
}
.floatup_body:before{
content:'';
......@@ -20,8 +20,8 @@ body,html{
left:0;
width:100%;
height:100%;
background: url(./img/bg1.png) no-repeat;
background-size:100% 100%;
background: url(./img/bg1.png) no-repeat 34% 50%;
background-size: 86%;
animation: floatup_anibg 3s linear 0s infinite;
-webkit-animation: floatup_anibg 3s linear 0s infinite;
-moz-animation:floatup_anibg 3s linear 0s infinite;
......@@ -42,8 +42,8 @@ body,html{
line-height:70px;
}
.floatup_1{
top:25%;
left:30%;
top:15%;
left:15%;
background: url(./img/icon1.png) no-repeat;
background-size:100% 100%;
animation: floatup_ani1 3s linear 0s infinite;
......@@ -51,8 +51,8 @@ body,html{
-moz-animation:floatup_ani1 3s linear 0s infinite;
}
.floatup_2{
top:65%;
left:35%;
top:70%;
left:25%;
background: url(./img/icon2.png) no-repeat;
background-size:100% 100%;
animation:floatup_ani2 3s linear 0s infinite;
......@@ -61,7 +61,7 @@ body,html{
}
.floatup_3{
top:40%;
left:40%;
left:38%;
background: url(./img/icon3.png) no-repeat;
background-size:100% 100%;
animation:floatup_ani3 3s linear 0s infinite;
......@@ -70,7 +70,7 @@ body,html{
}
.floatup_4{
top:40%;
left:55%;
left:70%;
background: url(./img/icon4.png) no-repeat;
background-size:100% 100%;
animation:floatup_ani4 3s linear 0s infinite;
......@@ -78,8 +78,8 @@ body,html{
-moz-animation: floatup_ani4 3s linear 0s infinite;
}
.floatup_5{
top:57%;
left:50%;
top:63%;
left:60%;
background: url(./img/icon5.png) no-repeat;
background-size:100% 100%;
animation:floatup_ani5 3s linear 0s infinite;
......@@ -88,7 +88,7 @@ body,html{
}
.floatup_6{
top:25%;
left:55%;
left:60%;
background: url(./img/icon6.png) no-repeat;
background-size:100% 100%;
animation:floatup_ani6 3s linear 0s infinite;
......@@ -106,19 +106,19 @@ body,html{
100%{opacity: 1}
}
@keyframes floatup_ani1{
from{opacity: 1;top:25%}
from{opacity: 1;top:15%}
to{opacity: 0;top:0%}
}
@-webkit-keyframes floatup_ani1{
from{opacity: 1;top:25%}
from{opacity: 1;top:15%}
to{opacity: 0;top:0%}
}
@keyframes floatup_ani2{
from{opacity: 1;top:65%}
from{opacity: 1;top:70%}
to{opacity: 0;top:0%}
}
@-webkit-keyframes floatup_ani2{
from{opacity: 1;top:65%}
from{opacity: 1;top:70%}
to{opacity: 0;top:0%}
}
@keyframes floatup_ani3{
......@@ -138,11 +138,11 @@ body,html{
to{opacity: 0;top:0%}
}
@keyframes floatup_ani5{
from{opacity: 1;top:57%}
from{opacity: 1;top:63%}
to{opacity: 0;top:0%}
}
@-webkit-keyframes floatup_ani5{
from{opacity: 1;top:57%}
from{opacity: 1;top:63%}
to{opacity: 0;top:0%}
}
@keyframes floatup_ani6{
......

267 KB | W: | H:

131 KB | W: | H:

components/floatup/img/bg1.png
components/floatup/img/bg1.png
components/floatup/img/bg1.png
components/floatup/img/bg1.png
  • 2-up
  • Swipe
  • Onion skin

27 KB | W: | H:

27 KB | W: | H:

components/floatup/img/icon1.png
components/floatup/img/icon1.png
components/floatup/img/icon1.png
components/floatup/img/icon1.png
  • 2-up
  • Swipe
  • Onion skin

26.6 KB | W: | H:

26.6 KB | W: | H:

components/floatup/img/icon2.png
components/floatup/img/icon2.png
components/floatup/img/icon2.png
components/floatup/img/icon2.png
  • 2-up
  • Swipe
  • Onion skin

32.4 KB | W: | H:

32.4 KB | W: | H:

components/floatup/img/icon3.png
components/floatup/img/icon3.png
components/floatup/img/icon3.png
components/floatup/img/icon3.png
  • 2-up
  • Swipe
  • Onion skin

28.2 KB | W: | H:

28.2 KB | W: | H:

components/floatup/img/icon4.png
components/floatup/img/icon4.png
components/floatup/img/icon4.png
components/floatup/img/icon4.png
  • 2-up
  • Swipe
  • Onion skin

38.5 KB | W: | H:

38.5 KB | W: | H:

components/floatup/img/icon5.png
components/floatup/img/icon5.png
components/floatup/img/icon5.png
components/floatup/img/icon5.png
  • 2-up
  • Swipe
  • Onion skin

36.4 KB | W: | H:

36.4 KB | W: | H:

components/floatup/img/icon6.png
components/floatup/img/icon6.png
components/floatup/img/icon6.png
components/floatup/img/icon6.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -18,7 +18,7 @@
overflow: hidden;
}
body{
background: url(./assets/images/bg1.png) no-repeat center;
background: url(./assets/images/bg1.jpg) no-repeat center;
background-size:100% 100%;
width:100vw;
height:100vh;
......
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