Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
910df61e
Commit
910df61e
authored
Jul 22, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地图页面优化
parent
e3a8b498
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
138 additions
and
75 deletions
+138
-75
screenDisplay.vue
src/components/screenDisplay.vue
+114
-65
screenDisplay.vue
src/views/Gis/screenDisplay.vue
+24
-10
No files found.
src/components/screenDisplay.vue
View file @
910df61e
This diff is collapsed.
Click to expand it.
src/views/Gis/screenDisplay.vue
View file @
910df61e
<
script
setup
>
import
screenDisplay
from
'../../components/screenDisplay.vue'
import
screenDisplay
from
"../../components/screenDisplay.vue"
;
</
script
>
<
template
>
...
...
@@ -10,16 +9,25 @@ import screenDisplay from '../../components/screenDisplay.vue'
</
template
>
<
style
>
body
,
div
,
p
,
img
,
span
,
table
,
tr
,
td
{
body
,
div
,
p
,
img
,
span
,
table
,
tr
,
td
{
margin
:
0
;
padding
:
0
;
}
html
,
body
{
html
,
body
{
font-family
:
"Microsoft YaHei"
;
font-size
:
16px
;
background-color
:
#033447
;
font-size
:
12px
;
}
ul
,
li
{
ul
,
li
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
...
...
@@ -37,20 +45,20 @@ ul, li {
padding
:
5px
20px
;
color
:
#ffffff
!important
;
text-shadow
:
1px
1px
1px
#333
;
font-size
:
1
5
px
;
font-size
:
1
2
px
;
font-weight
:
bold
;
border
:
#fff
solid
1px
;
}
.mypopup1
{
/* width: 160px; */
text-align
:
center
;
background-color
:
rgba
(
96
,
232
,
96
,
.5
);
background-color
:
rgba
(
96
,
232
,
96
,
0
.5
);
box-shadow
:
inset
0
0
20px
rgb
(
62
,
127
,
245
);
}
.mypopup2
{
width
:
160px
;
text-align
:
center
;
background-color
:
rgba
(
255
,
255
,
255
,
.5
);
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
box-shadow
:
inset
0
0
20px
rgb
(
62
,
127
,
245
);
}
.amap-marker-label
{
...
...
@@ -58,9 +66,15 @@ ul, li {
background-color
:
transparent
;
cursor
:
pointer
;
}
@media
(
m
ax-width
:
256
0px
)
{
@media
(
m
in-width
:
170
0px
)
{
body
{
font-size
:
15px
;
}
}
@media
(
min-width
:
2560px
)
{
body
{
font-size
:
18px
;
}
}
</
style
>
\ 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