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
ada7f404
authored
Oct 20, 2020
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邀请分享
parent
e0b6993b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
1 deletions
js/langIos.js
test2.html
js/langIos.js
View file @
ada7f404
...
...
@@ -112,7 +112,7 @@ function lang(){
}
else
if
(
sessionStorage
.
lang
==
7
){
langType
=
2
;
}
$
(
'.code span'
).
html
(
langList
[
langType
].
foot
13
+
getRequest
().
agentCode
);
$
(
'.code span'
).
html
(
langList
[
langType
].
foot
6
+
getRequest
().
agentCode
);
$
(
'.swiper-container'
).
removeClass
(
'hide'
);
var
str
=
''
;
str
+=
'<div class="swiper-wrapper">'
;
...
...
test2.html
View file @
ada7f404
...
...
@@ -19,6 +19,42 @@
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/inedx.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<title>
Foot Seen
</title>
<style
type=
"text/css"
>
.codeBox
{
position
:
absolute
;
left
:
0
;
top
:
11.7rem
;
width
:
100%
;
text-align
:
center
;
height
:
0.88rem
;
line-height
:
0.88rem
;
}
.code
{
position
:
relative
;
padding
:
0
0.4rem
;
height
:
0.88rem
;
line-height
:
0.88rem
;
text-align
:
center
;
font-size
:
0.4rem
;
z-index
:
50
;
color
:
#FFF
;
border-radius
:
0.666rem
;
-webkit-border-radius
:
0.666rem
;
-moz-border-radius
:
0.666rem
;
-ms-border-radius
:
0.666rem
;
-o-border-radius
:
0.666rem
;
background-color
:
rgba
(
0
,
0
,
0
,
.2
);
display
:
inline-block
;
}
.code
img
{
width
:
0.426rem
;
height
:
0.426rem
;
vertical-align
:
middle
;
display
:
inline-block
;
margin-top
:
-.1rem
;
margin-left
:
0.1rem
;
}
</style>
</head>
<body>
<div
class=
"main"
>
...
...
@@ -28,6 +64,10 @@
<p
data-lang=
"1"
>
English
</p>
<p
data-lang=
"7"
>
العربية
</p>
</div>
<!--邀请码-->
<div
class=
"codeBox"
>
<p
class=
"code"
><span></span><img
src=
"https://www.footseen.com/img/copy.png"
/></p>
</div>
<img
src=
"https://www.footseen.com/img/logo.png"
class=
"logo"
/>
<a
class=
"topUp"
></a>
<div
class=
"iosDown heartbeat"
></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