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
eb9d81a3
authored
Jan 15, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉入驻页
parent
97c1c4d9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
footseen/Nesting/help/index.html
footseen/Nesting/help/index.html
View file @
eb9d81a3
...
@@ -75,14 +75,14 @@
...
@@ -75,14 +75,14 @@
</style>
</style>
<body>
<body>
<div
class=
"mTitle"
></div>
<div
class=
"mTitle"
></div>
<div
class=
"mCon mCon0"
>
<
!-- <
div class="mCon mCon0">
<p class="L-Cn" style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">如果您有興趣,請聯繫我們:</p>
<p class="L-Cn" style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">如果您有興趣,請聯繫我們:</p>
<p class="L-En" style="line-height: 0.7rem;font-size: 0.38rem;color: #666;margin-top: 0.2rem;">If you are interested, please contact us:</p>
<p class="L-En" style="line-height: 0.7rem;font-size: 0.38rem;color: #666;margin-top: 0.2rem;">If you are interested, please contact us:</p>
<p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">Email:footseen@gmail.com</p>
<p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">Email:footseen@gmail.com</p>
<p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">Line:footseen</p>
<p style="line-height: 0.7rem;font-size: 0.38rem;color: #333;margin-top: 0.2rem;">Line:footseen</p>
</div>
</div>
-->
<div
class=
"mCon mCon1
hide
"
>
<div
class=
"mCon mCon1"
>
<div
class=
"page-box L-Cn"
>
<div
class=
"page-box L-Cn"
>
<p>
<p>
<span
style=
"margin: 0px; padding: 0px; font-family: 宋体;"
>
《本直播軟件許可及服務協議》
</span>
<span
style=
"margin: 0px; padding: 0px; font-family: 宋体;"
>
《本直播軟件許可及服務協議》
</span>
...
@@ -790,7 +790,7 @@
...
@@ -790,7 +790,7 @@
$
(
'.L-Cn'
).
show
();
$
(
'.L-Cn'
).
show
();
$
(
'.L-En'
).
hide
();
$
(
'.L-En'
).
hide
();
$
(
"title"
).
text
(
'幫助'
);
$
(
"title"
).
text
(
'幫助'
);
str
+=
'
<
span
class
=
"check"
>
入駐
<
/span><span>
用戶協議</
span
><
span
>
隱私協議
<
/span>'
;
str
+=
'
<
span
class
=
"check"
>
用戶協議
<
/span><span>隱私協議</
span
>
';
} else {
} else {
$('
.
L
-
Cn
').hide();
$('
.
L
-
Cn
').hide();
$('
.
L
-
En
').show();
$('
.
L
-
En
').show();
...
@@ -801,11 +801,16 @@
...
@@ -801,11 +801,16 @@
$
(
'.mTitle span'
).
on
(
'click'
,
function
(){
$
(
'.mTitle span'
).
on
(
'click'
,
function
(){
$
(
'.mCon'
).
addClass
(
'hide'
);
$
(
'.mCon'
).
addClass
(
'hide'
);
$
(
this
).
addClass
(
'check'
).
siblings
().
removeClass
(
'check'
);
$
(
this
).
addClass
(
'check'
).
siblings
().
removeClass
(
'check'
);
// if($(this).index()==0){
// $('.mCon0').removeClass('hide');
// } else if($(this).index() == 1){
// $('.mCon1').removeClass('hide');
// } else if($(this).index()==2){
// $('.mCon2').removeClass('hide');
// }
if
(
$
(
this
).
index
()
==
0
){
if
(
$
(
this
).
index
()
==
0
){
$
(
'.mCon0'
).
removeClass
(
'hide'
);
}
else
if
(
$
(
this
).
index
()
==
1
){
$
(
'.mCon1'
).
removeClass
(
'hide'
);
$
(
'.mCon1'
).
removeClass
(
'hide'
);
}
else
if
(
$
(
this
).
index
()
==
2
){
}
else
if
(
$
(
this
).
index
()
==
1
){
$
(
'.mCon2'
).
removeClass
(
'hide'
);
$
(
'.mCon2'
).
removeClass
(
'hide'
);
}
}
})
})
...
...
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