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
37c55989
Commit
37c55989
authored
Nov 12, 2023
by
liuqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
五角场
parent
48295d56
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
188 additions
and
100 deletions
+188
-100
index_01.html
index_01.html
+144
-55
common.css
static/css/common.css
+44
-45
bot_icon.png
static/images/bot_icon.png
+0
-0
dalou2-mianxing.png
static/images/dalou2-mianxing.png
+0
-0
model_mc.png
static/images/model_mc.png
+0
-0
top_icon.png
static/images/top_icon.png
+0
-0
No files found.
index_01.html
View file @
37c55989
...
...
@@ -7,15 +7,54 @@
<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.2)"
);
/* 鼠标进入时将图片放大为1.2倍 */
}).
mouseleave
(
function
()
{
$
(
this
).
find
(
"img"
).
css
(
"transform"
,
"scale(1)"
);
/* 鼠标离开时恢复图片原始大小 */
});
});
</script>
<style>
.loupan_map_box
ul
li
img
{
width
:
1.2rem
;
height
:
1.4rem
;
}
.box_map
{
background-color
:
#081536
;
border-style
:
solid
;
border-width
:
2px
;
border-image-source
:
linear-gradient
(
0deg
,
#00deff
0%
,
#151934
50%
,
#00deff
100%
);
border-image-slice
:
1
;
opacity
:
0.84
;
margin
:
0.5rem
0
;
}
.box_map.bot
::before
{
content
:
''
;
position
:
absolute
;
top
:
50%
;
left
:
53%
;
height
:
0.4rem
;
width
:
0.5rem
;
background
:
url(./static/images/bot_icon.png)
no-repeat
;
transform
:
translateX
(
-50%
);
}
.box_map.top
::before
{
content
:
''
;
position
:
absolute
;
top
:
1.5rem
;
left
:
53%
;
height
:
0.4rem
;
width
:
0.5rem
;
background
:
url(./static/images/top_icon.png)
no-repeat
;
transform
:
translateX
(
-50%
);
}
.box_title
{
padding
:
0
0.1rem
;
}
.box_title
img
{
width
:
1rem
!important
;
height
:
1rem
!important
;
}
.box_title
span
{
font-size
:
0.45rem
;
}
</style>
</head>
<body>
<div
class=
"container"
>
...
...
@@ -26,55 +65,105 @@
<div
class=
"area-content"
>
<div
class=
"loupan_map_box"
>
<ul>
<li
class=
"index"
>
<li
class=
"index_01"
>
<div
class=
"box_map bot"
>
<div
class=
"box_title"
>
<img
src=
"./static/images/dalou2-mianxing.png"
alt=
""
>
<span>
五角场
</span>
</div>
</div>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_01"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_02"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_02"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
<div
class=
"box_map top"
>
<div
class=
"box_title"
>
<img
src=
"./static/images/dalou2-mianxing.png"
alt=
""
>
<span>
五角场
</span>
</div>
</div>
</li>
<li
class=
"index_03"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_04"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_05"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_06"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_07"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_08"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_09"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_10"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_11"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_12"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_13"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_14"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_15"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
</ul>
<div
class=
"box_map bot"
>
<div
class=
"box_title"
>
<img
src=
"./static/images/dalou2-mianxing.png"
alt=
""
>
<span>
五角场
</span>
</div>
</div>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_04"
>
<div
class=
"box_map bot"
>
<div
class=
"box_title"
>
<img
src=
"./static/images/dalou2-mianxing.png"
alt=
""
>
<span>
五角场
</span>
</div>
</div>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_05"
>
<div
class=
"box_map bot"
>
<div
class=
"box_title"
>
<img
src=
"./static/images/dalou2-mianxing.png"
alt=
""
>
<span>
五角场
</span>
</div>
</div>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
<li
class=
"index_06"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
<div
class=
"box_map top"
>
<div
class=
"box_title"
>
<img
src=
"./static/images/dalou2-mianxing.png"
alt=
""
>
<span>
五角场
</span>
</div>
</div>
</li>
<li
class=
"index_07"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
<div
class=
"box_map top"
>
<div
class=
"box_title"
>
<img
src=
"./static/images/dalou2-mianxing.png"
alt=
""
>
<span>
五角场
</span>
</div>
</div>
</li>
<li
class=
"index_08"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
<div
class=
"box_map top"
>
<div
class=
"box_title"
>
<img
src=
"./static/images/dalou2-mianxing.png"
alt=
""
>
<span>
五角场
</span>
</div>
</div>
</li>
<li
class=
"index_09"
>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
<div
class=
"box_map top"
>
<div
class=
"box_title"
>
<img
src=
"./static/images/dalou2-mianxing.png"
alt=
""
>
<span>
五角场
</span>
</div>
</div>
</li>
<li
class=
"index_10"
>
<div
class=
"box_map bot"
>
<div
class=
"box_title"
>
<img
src=
"./static/images/dalou2-mianxing.png"
alt=
""
>
<span>
五角场
</span>
</div>
</div>
<a
href=
"#"
>
<img
src=
"./static/images/model_mc.png"
/></a>
</li>
</ul>
</div>
</div>
</div>
...
...
static/css/common.css
View file @
37c55989
...
...
@@ -28,72 +28,71 @@ a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}
.loupan_map_box
ul
li
{
position
:
absolute
;
}
.loupan_map_box
ul
.index
{
left
:
11rem
;
top
:
0.8rem
;
}
.loupan_map_box
ul
.index_01
{
right
:
6rem
;
top
:
4rem
;
/* .loupan_map_box ul .index_01{
left: 14rem;
top: 8rem;
}
*/
.loupan_map_box
ul
.index_01
{
left
:
12rem
;
top
:
3.6rem
;
}
.loupan_map_box
ul
.index_02
{
right
:
6
rem
;
top
:
4
rem
;
left
:
15.5
rem
;
top
:
7.5
rem
;
}
.loupan_map_box
ul
.index_03
{
left
:
9
rem
;
top
:
6
rem
;
left
:
6.7
rem
;
top
:
6.8
rem
;
}
.loupan_map_box
ul
.index_04
{
left
:
14
rem
;
top
:
6
rem
;
left
:
10
rem
;
top
:
6.5
rem
;
}
.loupan_map_box
ul
.index_05
{
right
:
14.8
rem
;
top
:
7
rem
;
left
:
3.5
rem
;
top
:
8
rem
;
}
.loupan_map_box
ul
.index_06
{
left
:
7
rem
;
top
:
8
.5rem
;
left
:
6.5
rem
;
top
:
11
.5rem
;
}
.loupan_map_box
ul
.index_07
{
left
:
10
rem
;
top
:
11
rem
;
left
:
9
rem
;
top
:
10
rem
;
}
.loupan_map_box
ul
.index_08
{
left
:
10
rem
;
top
:
11
rem
;
right
:
12.5
rem
;
top
:
10.7
rem
;
}
.loupan_map_box
ul
.index_09
{
left
:
1
2rem
;
top
:
14
rem
;
right
:
9.
2rem
;
top
:
10
rem
;
}
.loupan_map_box
ul
.index_10
{
right
:
7rem
;
top
:
12rem
;
}
.loupan_map_box
ul
.index_11
{
right
:
11.5rem
;
top
:
9rem
;
}
.loupan_map_box
ul
.index_12
{
right
:
14.5rem
;
top
:
13rem
;
}
.loupan_map_box
ul
.index_13
{
left
:
16rem
;
top
:
10.5rem
;
}
.loupan_map_box
ul
.index_14
{
left
:
15rem
;
top
:
9rem
;
}
.loupan_map_box
ul
.index_15
{
left
:
14rem
;
top
:
8rem
;
right
:
7rem
;
top
:
8rem
;
}
.area-content
.loupan_map_box
{
background
:
url(../images/home_floor.png)
no-repeat
;
width
:
34rem
;
...
...
static/images/bot_icon.png
0 → 100644
View file @
37c55989
257 Bytes
static/images/dalou2-mianxing.png
0 → 100644
View file @
37c55989
2.91 KB
static/images/model_mc.png
View replaced file @
48295d56
View file @
37c55989
5.5 KB
|
W:
|
H:
3.49 KB
|
W:
|
H:
2-up
Swipe
Onion skin
static/images/top_icon.png
0 → 100644
View file @
37c55989
253 Bytes
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