Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
bestpay
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9490b7e8
authored
Dec 26, 2017
by
张恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
k
parent
9a5b3cb4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
8 deletions
+10
-8
.idea/workspace.xml
+0
-0
.sass-cache/46cd6a78425e02f38b71790c64f1d20201d3ab25/main.scssc
+0
-0
css/main.css
+2
-2
css/main.scss
+2
-2
image/bj.png
+0
-0
index.html
+4
-3
js/index.js
+2
-1
No files found.
.idea/workspace.xml
View file @
9490b7e8
This diff is collapsed.
Click to expand it.
.sass-cache/46cd6a78425e02f38b71790c64f1d20201d3ab25/main.scssc
View file @
9490b7e8
No preview for this file type
css/main.css
View file @
9490b7e8
...
@@ -102,7 +102,7 @@ p {
...
@@ -102,7 +102,7 @@ p {
background-color
:
#1a1e2a
;
background-color
:
#1a1e2a
;
}
}
#page
.home
{
#page
.home
{
background
:
url("../image/home-bj.jpg")
no-repeat
center
;
background
:
url("../image/home-bj.jpg
?t=1
")
no-repeat
center
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
width
:
100%
;
width
:
100%
;
height
:
16.29333rem
;
height
:
16.29333rem
;
...
@@ -114,7 +114,7 @@ p {
...
@@ -114,7 +114,7 @@ p {
position
:
relative
;
position
:
relative
;
}
}
#page
.home
.content
.bj
{
#page
.home
.content
.bj
{
background
:
url("../image/bj.png")
no-repeat
center
;
background
:
url("../image/bj.png
?t=1
")
no-repeat
center
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
width
:
10rem
;
width
:
10rem
;
height
:
17.86667rem
;
height
:
17.86667rem
;
...
...
css/main.scss
View file @
9490b7e8
...
@@ -106,7 +106,7 @@ p {
...
@@ -106,7 +106,7 @@ p {
overflow
:
hidden
;
overflow
:
hidden
;
background-color
:
#1a1e2a
;
background-color
:
#1a1e2a
;
.home
{
.home
{
background
:
url("../image/home-bj.jpg")
no-repeat
center
;
background
:
url("../image/home-bj.jpg
?t=1
")
no-repeat
center
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
width
:
100%
;
width
:
100%
;
height
:
torem
(
1222px
);
height
:
torem
(
1222px
);
...
@@ -120,7 +120,7 @@ p {
...
@@ -120,7 +120,7 @@ p {
.bj
{
.bj
{
background
:
url("../image/bj.png")
no-repeat
center
;
background
:
url("../image/bj.png
?t=1
")
no-repeat
center
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
width
:
torem
(
750px
);
width
:
torem
(
750px
);
height
:
torem
(
1340px
);
height
:
torem
(
1340px
);
...
...
image/bj.png
View file @
9490b7e8
150 KB
|
W:
|
H:
152 KB
|
W:
|
H:
2-up
Swipe
Onion skin
index.html
View file @
9490b7e8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<script
type=
"text/javascript"
src=
"js/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery.min.js"
></script>
<script
src=
"js/flexible.js"
></script>
<script
src=
"js/flexible.js"
></script>
<link
href=
"css/main.css"
rel=
"stylesheet"
>
<link
href=
"css/main.css
?t=1
"
rel=
"stylesheet"
>
<title></title>
<title></title>
</head>
</head>
<body>
<body>
...
@@ -59,10 +59,10 @@
...
@@ -59,10 +59,10 @@
</div>
</div>
<div
class=
"page-info"
style=
"display: none"
>
<div
class=
"page-info"
style=
"display: none"
>
<img
class=
"map"
src=
""
>
<img
class=
"map"
src=
""
>
<img
class=
"d-b"
src=
"image/d-b.jpg"
style=
"display: none"
>
<img
class=
"d-b"
src=
"image/d-b.jpg
?t=1
"
style=
"display: none"
>
</div>
</div>
</div>
</div>
<script
src=
"js/index.js"
></script>
<script
src=
"js/index.js
?t=1
"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
js/index.js
View file @
9490b7e8
...
@@ -28,7 +28,7 @@ function btn_city() {
...
@@ -28,7 +28,7 @@ function btn_city() {
return
;
return
;
}
}
$
(
'.city_text'
).
text
(
$
(
"#area_code"
).
find
(
"option:selected"
).
text
());
$
(
'.city_text'
).
text
(
$
(
"#area_code"
).
find
(
"option:selected"
).
text
());
$
(
'.map'
).
attr
(
'src'
,
'image/'
+
city
+
'.jpg'
);
$
(
'.map'
).
attr
(
'src'
,
'image/'
+
city
+
'.jpg
?t=1
'
);
$
(
'.home'
).
hide
();
$
(
'.home'
).
hide
();
$
(
'.page-info'
).
show
();
$
(
'.page-info'
).
show
();
}
}
\ No newline at end of file
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