Commit 0e77b2e9 by libai

测试

parent 0a319b25
......@@ -1041,12 +1041,36 @@
}
.fml-go {
display: none;
text-align: center;
position: relative;
margin-top: 0.3rem;
width: 9.6rem;
height: 3.2rem;
background: url(../images/fml-go.jpg) no-repeat;
background-size: 100% 100%;
margin: 0 auto;
border-radius: 0.2rem;
}
.fml-go img {
width: 9.6rem;
border-radius: 0.1rem;
position: absolute;
left: 2.56rem;
top: 1.7rem;
width: 4.48rem;
animation: heartbeat 1.5s infinite;
-webkit-animation: heartbeat 1.5s infinite;
}
@keyframes heartbeat {
0% {
transform: scale(0.9, 0.9);
opacity: 1;
}
25% {
transform: scale(1, 1);
opacity: 0.9;
}
100% {
transform: scale(0.9, 0.9);
opacity: 1;
}
}
.fml-ul li {
margin: 0 auto;
......
......@@ -1066,11 +1066,35 @@
}
.fml-go{
display: none;
text-align: center;
position: relative;
margin-top: 0.3rem;
width: 9.6rem;
height: 3.2rem;
background: url(../images/fml-go.jpg)no-repeat;
background-size: 100% 100%;
margin: 0 auto;
border-radius: 0.2rem;
img{
width: 9.6rem;
border-radius: 0.1rem;
position: absolute;
left: 2.56rem;
top: 1.7rem;
width: 4.48rem;
animation:heartbeat 1.5s infinite ;
-webkit-animation:heartbeat 1.5s infinite ;
}
}
@keyframes heartbeat {
0% {
transform: scale(0.9,0.9);
opacity:1;
}
25% {
transform: scale(1,1);
opacity:0.9;
}
100% {
transform: scale(0.9,0.9);
opacity:1;
}
}
.fml-ul{
......

102 KB | W: | H:

96.9 KB | W: | H:

gzh/images/fml-go.jpg
gzh/images/fml-go.jpg
gzh/images/fml-go.jpg
gzh/images/fml-go.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -94,7 +94,7 @@
<p class="href-box"><span>小券明细</span>|<span>提现记录</span>|<span>收款账户</span></p>
</div>
</div>
<div class="fml-go"><img src="images/fml-go.jpg" alt=""></div>
<div class="fml-go"><img src="images/fml-btn.png" alt=""></div>
</div>
......
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 sign in to comment