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
392bc485
Commit
392bc485
authored
Nov 10, 2023
by
liuqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
75a8afda
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
15 deletions
+8
-15
areaPlan.html
plandirectory/areaPlan.html
+3
-10
common.css
static/css/common.css
+5
-5
D_floor.png
static/images/D_floor.png
+0
-0
No files found.
plandirectory/areaPlan.html
View file @
392bc485
...
...
@@ -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>
...
...
static/css/common.css
View file @
392bc485
...
...
@@ -222,12 +222,12 @@ 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
;
...
...
@@ -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
{
...
...
static/images/D_floor.png
0 → 100644
View file @
392bc485
31.5 KB
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