Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
peachlive
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
17ee426c
authored
Jan 30, 2019
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6
parent
db301296
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
80 additions
and
48 deletions
content.html
css/index.css
css/index.less
index.html
content.html
0 → 100644
View file @
17ee426c
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<style>
*
{
margin
:
0px
;
padding
:
0px
;
font-family
:
"微软雅黑"
;
font-size
:
16px
;}
a
{
text-decoration
:
none
;
color
:
#1064A0
;}
h1
,
h2
{
margin
:
0
;
font-weight
:
normal
;
font-family
:
"微软雅黑"
;
}
.errorpPage-box
h1
{
font-size
:
44px
;
color
:
#0188DE
;
padding
:
20px
0px
10px
;}
.errorpPage-box
h2
{
color
:
#0188DE
;
font-size
:
16px
;
padding
:
10px
0px
40px
;}
.errorpPage-box
p
{
color
:
#666
;}
.errorpPage-box
{
width
:
910px
;
padding
:
20px
20px
40px
;
margin-top
:
80px
;
border-style
:
dashed
;
border-color
:
#e4e4e4
;
line-height
:
30px
;
margin-left
:
auto
;
margin-right
:
auto
;}
.errorpPage-operate
.operateBtn
{
width
:
180px
;
height
:
28px
;
margin-left
:
0px
;
margin-top
:
10px
;
background
:
#009CFF
;
border-bottom
:
4px
solid
#0188DE
;
text-align
:
center
;
display
:
inline-block
;
font-size
:
14px
;
color
:
#fff
;
}
.errorpPage-operate
.operateBtn
:hover
{
background
:
#5BBFFF
;}
</style>
</head>
<body>
<div
class=
"errorpPage-box"
>
<h1>
对不起!发生了一些意想不到的错误。
</h1>
<h2>
Sorry, the site now can not be accessed.
</h2>
<p>
请联系系统管理员进行处理,我们会尽快修复。您可以:
</p>
<div
class=
"errorpPage-operate"
>
<a
href=
"javascript:window.location.reload()"
class=
"operateBtn"
title=
"刷新试试"
>
刷新试试
</a>
<a
href=
"http://www.baidu.com"
class=
"operateBtn"
title=
"返回首页"
>
返回首页
</a>
</div>
</div>
</body>
<script
src=
'layer-v3.1.0/layer/layer.js'
></script>
</html>
\ No newline at end of file
css/index.css
View file @
17ee426c
body
{
background
:
#000
;
}
.ios-bg
{
width
:
10rem
;
height
:
27.89rem
;
...
...
css/index.less
View file @
17ee426c
body{
background: #000;
}
.ios-bg{
width: 10rem;
height: 27.89rem;
...
...
index.html
View file @
17ee426c
...
...
@@ -10,17 +10,17 @@
<!--gtag('config', 'UA-131056324-1');-->
<!--</script>-->
<script
src=
"http://pv.sohu.com/cityjson?ie=utf-8"
></script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script>
console
.
log
(
returnCitySN
[
"cname"
])
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
province
=
[
'北京'
,
'上海'
,
'深圳'
,
'广州'
,
'杭州'
,
'苏州'
]
for
(
var
i
=
0
;
i
<
province
.
length
;
i
++
){
if
(
returnCitySN
[
"cname"
].
indexOf
(
province
[
i
])
!=-
1
){
window
.
location
.
href
=
'content.html'
}
}
province
=
[
'北京'
,
'上海'
,
'广州'
,
'深圳'
]
for
(
var
i
=
0
;
i
<
province
.
length
;
i
++
){
if
(
returnCitySN
[
"cname"
].
indexOf
(
province
[
i
])
!=-
1
){
window
.
location
.
href
=
"https://www.baidu.com"
}
}
</script>
<script
type=
"text/javascript"
src=
"//res.cdn.openinstall.io/openinstall.js"
></script>
<meta
charset=
"UTF-8"
>
...
...
@@ -35,55 +35,57 @@
<meta
name=
"wap-font-scale"
content=
"no"
>
<script
src=
"lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v='20181228'"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v='201812
5
28'"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<title>
水蜜桃直播
</title>
</head>
<body>
<div
class=
"ios-bg"
>
<div
class=
"logo"
>
<img
src=
"images/logo.png"
alt=
""
>
</div>
<div
class=
"ios-down"
>
<img
src=
"images/IOS.png"
alt=
""
>
</div>
<p
class=
"tip1"
>
安裝教學
</p>
<div
class=
"ios-content"
>
<div
class=
"step1"
>
ios 步驟1
</div>
<div
class=
"step2"
>
<div
class=
"body"
>
<div
class=
"ios-bg"
>
<div
class=
"logo"
>
<img
src=
"images/logo.png"
alt=
""
>
</div>
<div
class=
"ios-down"
>
<img
src=
"images/IOS.png"
alt=
""
>
</div>
<div
class=
"step3"
>
<img
src=
"images/ios-text.png?v='20181217'"
alt=
""
>
<p
class=
"tip1"
>
安裝教學
</p>
<div
class=
"ios-content"
>
<div
class=
"step1"
>
ios 步驟1
</div>
<div
class=
"step2"
>
<img
src=
"images/IOS.png"
alt=
""
>
</div>
<div
class=
"step3"
>
<img
src=
"images/ios-text.png?v='20181217'"
alt=
""
>
</div>
</div>
<div
class=
"ios-button-tips"
>
<p>
*請將你的手機版本更新至IOS10以上,獲得更好的
</p>
<p>
水蜜桃直播體驗
</p>
</div>
</div>
<div
class=
"ios-button-tips"
>
<p>
*請將你的手機版本更新至IOS10以上,獲得更好的
</p>
<p>
水蜜桃直播體驗
</p>
</div>
</div>
<div
class=
"an-bg"
>
<div
class=
"logo"
>
<img
src=
"images/logo.png"
alt=
""
>
</div>
<div
class=
"an-content"
>
<img
src=
"images/android.png"
alt=
""
>
<p>
安裝前,需要先設定開啟信任外來未知安裝程式
</p>
<p>
如遇提示軟件有病毒請忽視
</p>
<p>
官方承諾本軟件不存在任何病毒
</p>
</div>
<div
class=
"ios-button-tips"
>
<p>
*請將您的手機版本更新安卓5.0以上,獲得更好的
</p>
<p>
水蜜桃直播體驗
</p>
<div
class=
"an-bg"
>
<div
class=
"logo"
>
<img
src=
"images/logo.png"
alt=
""
>
</div>
<div
class=
"an-content"
>
<img
src=
"images/android.png"
alt=
""
>
<p>
安裝前,需要先設定開啟信任外來未知安裝程式
</p>
<p>
如遇提示軟件有病毒請忽視
</p>
<p>
官方承諾本軟件不存在任何病毒
</p>
</div>
<div
class=
"ios-button-tips"
>
<p>
*請將您的手機版本更新安卓5.0以上,獲得更好的
</p>
<p>
水蜜桃直播體驗
</p>
</div>
</div>
<div
class=
"tips"
><img
class=
"weiphone"
src=
images/Safari2.png?v='20181106'
></div>
</div>
<div
class=
"tips"
><img
class=
"weiphone"
src=
images/Safari2.png?v='20181106'
></div>
</body>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
'layer-v3.1.0/layer/layer.js'
></script>
<script>
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
var
userAgent
=
navigator
.
userAgent
;
//取得浏览器的userAgent字符串
if
(
/android/
.
test
(
ua
))
{
...
...
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