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
dd62bdb9
authored
Jun 19, 2019
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6
parent
f0c1a96e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
8 deletions
.idea/workspace.xml
css/index.css
css/index.less
images/and18.png
index.html
.idea/workspace.xml
0 → 100644
View file @
dd62bdb9
This diff is collapsed.
Click to expand it.
css/index.css
View file @
dd62bdb9
.and18
{
width
:
1.05rem
;
position
:
absolute
;
top
:
0.2rem
;
left
:
0.2rem
;
}
.ios-bg
{
width
:
10rem
;
height
:
27.89rem
;
...
...
css/index.less
View file @
dd62bdb9
.and18{
width: 1.05rem;
position: absolute;
top: 0.2rem;
left: 0.2rem;
}
.ios-bg{
width: 10rem;
height: 27.89rem;
...
...
@@ -7,6 +12,7 @@
margin: 0 auto;
position: relative;
display: none;
.logo{
padding-top: 1.2rem;
width: 10rem;
...
...
images/and18.png
0 → 100644
View file @
dd62bdb9
2.08 KB
index.html
View file @
dd62bdb9
...
...
@@ -14,13 +14,13 @@
<script
src=
"https://pv.sohu.com/cityjson?ie=utf-8"
></script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script>
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'
}
}
//
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'
//
}
//
}
</script>
<script
type=
"text/javascript"
src=
"//res.cdn.openinstall.io/openinstall.js"
></script>
<meta
charset=
"UTF-8"
>
...
...
@@ -43,6 +43,7 @@
<body>
<div
class=
"body"
>
<div
class=
"ios-bg"
>
<img
class=
"and18"
src=
"images/and18.png"
alt=
""
>
<div
class=
"logo"
>
<img
src=
"images/logo.png"
alt=
""
>
</div>
...
...
@@ -66,6 +67,7 @@
</div>
</div>
<div
class=
"an-bg"
>
<img
class=
"and18"
src=
"images/and18.png"
alt=
""
>
<div
class=
"logo"
>
<img
src=
"images/logo.png"
alt=
""
>
</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