Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0e77b2e9
authored
Mar 16, 2021
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
0a319b25
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
55 additions
and
7 deletions
gzh/css/index.css
gzh/css/index.less
gzh/images/fml-btn.png
gzh/images/fml-go.jpg
gzh/index.html
gzh/css/index.css
View file @
0e77b2e9
...
...
@@ -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
;
...
...
gzh/css/index.less
View file @
0e77b2e9
...
...
@@ -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{
...
...
gzh/images/fml-btn.png
0 → 100644
View file @
0e77b2e9
7.98 KB
gzh/images/fml-go.jpg
View file @
0e77b2e9
102 KB
|
W:
|
H:
96.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
gzh/index.html
View file @
0e77b2e9
...
...
@@ -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.jp
g"
alt=
""
></div>
<div
class=
"fml-go"
><img
src=
"images/fml-
btn.pn
g"
alt=
""
></div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment