Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jianchayuan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuqing
jianchayuan
Commits
0338f2f8
Commit
0338f2f8
authored
Nov 10, 2023
by
zhangpux
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master'
parents
463787c1
b7300127
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
17 deletions
+29
-17
areaPlan.html
plandirectory/areaPlan.html
+3
-10
areaPlan_two.html
plandirectory/areaPlan_two.html
+9
-0
common.css
static/css/common.css
+17
-7
D_floor.png
static/images/D_floor.png
+0
-0
lhjl.png
static/images/lhjl.png
+0
-0
xkzx.png
static/images/xkzx.png
+0
-0
No files found.
plandirectory/areaPlan.html
View file @
0338f2f8
...
...
@@ -5,17 +5,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
监区平面图
</title>
<script
src=
"../static/js/flexible.js"
></script>
<script
src=
"../static/js/jquery-1.8.1.min.js"
type=
text/javascript
></script>
<link
rel=
"stylesheet"
href=
"../static/css/common.css"
>
<script>
$
(
document
).
ready
(
function
()
{
$
(
"ul li"
).
mouseenter
(
function
()
{
$
(
this
).
find
(
"img"
).
css
(
"transform"
,
"scale(1.03)"
);
/* 鼠标进入时将图片放大为1.2倍 */
}).
mouseleave
(
function
()
{
$
(
this
).
find
(
"img"
).
css
(
"transform"
,
"scale(1)"
);
/* 鼠标离开时恢复图片原始大小 */
});
});
</script>
<style>
.area-right
{
background
:
url(../static/images/floor_lp.png)
no-repeat
;
...
...
@@ -140,6 +130,9 @@
<a
href=
"#"
>
<img
src=
"../static/images/E_floor.png"
/></a>
<span>
E栋
</span>
</li>
<li
class=
"d_floor"
>
<a
href=
"#"
>
<img
src=
"../static/images/D_floor.png"
/></a>
</li>
<li
class=
"d_floor_index"
>
<a
href=
"#"
>
<img
src=
"../static/images/D_floor_1.png"
/></a>
<span>
D栋
</span>
...
...
plandirectory/areaPlan_two.html
View file @
0338f2f8
...
...
@@ -15,6 +15,9 @@
width
:
78%
;
background-size
:
100%
100%
;
}
.area-box
img
{
max-width
:
70%
;
}
</style>
</head>
<body>
...
...
@@ -133,6 +136,12 @@
<li
class=
"nanchejian_floor"
>
<a
href=
"5"
>
<img
src=
"../static/images/lanche.png"
/></a>
</li>
<li
class=
"lhjl_floor"
>
<a
href=
"5"
>
<img
src=
"../static/images/lhjl.png"
/></a>
</li>
<li
class=
"xkzx_floor"
>
<a
href=
"5"
>
<img
src=
"../static/images/xkzx.png"
/></a>
</li>
</ul>
</div>
</div>
...
...
static/css/common.css
View file @
0338f2f8
...
...
@@ -222,15 +222,15 @@ a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}
top
:
11.8rem
;
}
.area-right
ul
.e_floor
img
{
width
:
5rem
;
width
:
5
.8
rem
;
}
.area-right
ul
.e_floor
{
z-index
:
2
;
left
:
15.
5
rem
;
top
:
13.
5
rem
;
left
:
15.
6
rem
;
top
:
13.
4
rem
;
}
.area-right
ul
.e_floor
span
{
margin-top
:
1rem
;
margin-top
:
1
.3
rem
;
margin-left
:
-1.8rem
;
}
.area-right
ul
.d_floor
img
{
...
...
@@ -245,10 +245,10 @@ a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}
margin-left
:
-1.8rem
;
}
.area-right
ul
.f_floor
img
{
width
:
5rem
;
width
:
5
.8
rem
;
}
.area-right
ul
.f_floor
{
right
:
2.6
rem
;
right
:
1.7
rem
;
top
:
11.7rem
;
}
.area-right
ul
.f_floor
span
{
...
...
@@ -311,10 +311,19 @@ a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}
top
:
3.6rem
;
}
.area-right
ul
.nanchejian_floor
{
right
:
1
7
rem
;
right
:
1
5
rem
;
top
:
2.6rem
;
z-index
:
1
;
}
.area-right
ul
.beijianyu_floor
{
left
:
16rem
;
top
:
6rem
;
}
.area-right
ul
.lhjl_floor
{
right
:
19rem
;
top
:
12rem
;
}
.xkzx_floor
{
left
:
15rem
;
top
:
5rem
;
}
\ No newline at end of file
static/images/D_floor.png
0 → 100644
View file @
0338f2f8
31.5 KB
static/images/lhjl.png
0 → 100644
View file @
0338f2f8
11.1 KB
static/images/xkzx.png
View replaced file @
463787c1
View file @
0338f2f8
34.9 KB
|
W:
|
H:
8.21 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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