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
be610b60
authored
3 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tijiao
parent
348b03c1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
16 deletions
css/new/index.css
newIndex.html
css/new/index.css
View file @
be610b60
...
@@ -96,6 +96,10 @@ body {
...
@@ -96,6 +96,10 @@ body {
margin-right
:
0.1rem
;
margin-right
:
0.1rem
;
}
}
.btnPage2
{
top
:
17rem
;
}
.mTitle
{
.mTitle
{
width
:
8rem
;
width
:
8rem
;
text-align
:
center
;
text-align
:
center
;
...
...
This diff is collapsed.
Click to expand it.
newIndex.html
View file @
be610b60
...
@@ -10,21 +10,6 @@
...
@@ -10,21 +10,6 @@
var
_url
=
"https://webserver.yabolive.net"
var
_url
=
"https://webserver.yabolive.net"
viewPage
();
viewPage
();
</script>
</script>
<script>
var
phoneWidth
=
parseInt
(
window
.
screen
.
width
);
var
phoneScale
=
phoneWidth
/
640
;
var
ua
=
navigator
.
userAgent
;
//判断浏览器类型
if
(
/Android
(\d
+
\.\d
+
)
/
.
test
(
ua
))
{
var
version
=
parseFloat
(
RegExp
.
$1
);
if
(
version
>
2.3
)
{
document
.
write
(
'
<
meta
name
=
"viewport"
content
=
"width=640, minimum-scale = ' + phoneScale + ', maximum-scale = ' + phoneScale + ', target-densitydpi=device-dpi"
>
');
} else {
document.write('
<
meta
name
=
"viewport"
content
=
"width=640, target-densitydpi=device-dpi"
>
');
}
} else {
document.write('
<
meta
name
=
"viewport"
content
=
"width=640, user-scalable=no, target-densitydpi=device-dpi"
>
'
);
}
</script>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
...
@@ -79,7 +64,7 @@
...
@@ -79,7 +64,7 @@
</video>
</video>
</div>
</div>
</div>
</div>
<div
class=
"iosDown heartbeat"
></div>
<div
class=
"iosDown
btnPage2
heartbeat"
></div>
<div
class=
"bubbles"
>
<div
class=
"bubbles"
>
<div
class=
"bubble1"
></div>
<div
class=
"bubble1"
></div>
<div
class=
"bubble2"
></div>
<div
class=
"bubble2"
></div>
...
...
This diff is collapsed.
Click to expand it.
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