Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
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
f6436310
authored
Mar 22, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
官網
parent
45679962
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
7 deletions
b/download.html
b/downloadIos.html
css/new/index.css
index.html
iosnew.html
js/new/lang.js
b/download.html
View file @
f6436310
...
...
@@ -74,7 +74,7 @@
</div>
</div>
<div
class=
"
iosDown
btnPage2 heartbeat"
></div>
<div
class=
"btnPage2 heartbeat"
></div>
<div
class=
"bubbles"
>
<div
class=
"bubble1"
></div>
<div
class=
"bubble2"
></div>
...
...
b/downloadIos.html
View file @
f6436310
...
...
@@ -74,7 +74,7 @@
</div>
</div>
<div
class=
"
iosDown
btnPage2 heartbeat"
></div>
<div
class=
"btnPage2 heartbeat"
></div>
<div
class=
"bubbles"
>
<div
class=
"bubble1"
></div>
<div
class=
"bubble2"
></div>
...
...
css/new/index.css
View file @
f6436310
...
...
@@ -58,7 +58,7 @@ body {
width
:
6.987rem
;
height
:
13rem
;
position
:
absolute
;
top
:
2.
8
rem
;
top
:
2.
4
rem
;
left
:
50%
;
transform
:
translateX
(
-50%
);
z-index
:
10
;
...
...
@@ -118,7 +118,7 @@ body {
width
:
8rem
;
text-align
:
center
;
position
:
absolute
;
top
:
1.
5
rem
;
top
:
1.
267
rem
;
left
:
50%
;
transform
:
translateX
(
-50%
);
}
...
...
@@ -184,7 +184,18 @@ body {
}
.btnPage2
{
bottom
:
0.3rem
;
background
:
url(https://www.footseen.com/img/new/button.png)
no-repeat
;
background-size
:
100%
100%
;
width
:
7.173rem
;
height
:
1.333rem
;
line-height
:
1.333rem
;
font-size
:
0.64rem
;
color
:
#D82F66
;
text-align
:
center
;
position
:
absolute
;
left
:
50%
;
top
:
16rem
;
margin-left
:
-3.586rem
;
}
@keyframes
mBreath
{
...
...
index.html
View file @
f6436310
...
...
@@ -70,7 +70,7 @@
</div>
</div>
<div
class=
"
iosDown
btnPage2 heartbeat"
></div>
<div
class=
"btnPage2 heartbeat"
></div>
<div
class=
"bubbles"
>
<div
class=
"bubble1"
></div>
<div
class=
"bubble2"
></div>
...
...
iosnew.html
View file @
f6436310
...
...
@@ -70,7 +70,7 @@
</div>
</div>
<div
class=
"
iosDown
btnPage2 heartbeat"
></div>
<div
class=
"btnPage2 heartbeat"
></div>
<div
class=
"bubbles"
>
<div
class=
"bubble1"
></div>
<div
class=
"bubble2"
></div>
...
...
js/new/lang.js
View file @
f6436310
...
...
@@ -90,6 +90,7 @@ function lang(){
$
(
'.code span'
).
html
(
langList
[
langType
].
foot3
+
getRequest
().
agentCode
);
$
(
'.topUp'
).
html
(
langList
[
langType
].
foot1
);
$
(
'.iosDown'
).
html
(
langList
[
langType
].
foot2
);
$
(
'.btnPage2'
).
html
(
langList
[
langType
].
foot2
);
}
function
getRequest
()
{
...
...
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