Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
耿迪迪
gassafety
Commits
f899a2c7
Commit
f899a2c7
authored
Sep 10, 2021
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gis地图样式的优化
parent
24775616
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
10 deletions
+14
-10
index.html
gassafety-web/public/index.html
+1
-1
l.png
gassafety-web/src/assets/images/l.png
+0
-0
r.png
gassafety-web/src/assets/images/r.png
+0
-0
index.vue
gassafety-web/src/views/enterprise/mapView/index.vue
+13
-9
No files found.
gassafety-web/public/index.html
View file @
f899a2c7
...
...
@@ -8,7 +8,7 @@
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title><
%=
webpackConfig
.
name
%
></title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<script
src=
"https://webapi.amap.com/maps?v=2.0&key=
eed7ca3167f765467aa377fa78e61ece
&plugin=Map3D,AMap.DistrictSearch,AMap.Scale,AMap.OverView,AMap.ToolBar,AMap.MouseTool,AMap.ControlBar,AMap.CircleEditor,AMap.PolyEditor"
></script>
<script
src=
"https://webapi.amap.com/maps?v=2.0&key=
49fcb156d466062435d7d33437099582
&plugin=Map3D,AMap.DistrictSearch,AMap.Scale,AMap.OverView,AMap.ToolBar,AMap.MouseTool,AMap.ControlBar,AMap.CircleEditor,AMap.PolyEditor"
></script>
<script
src=
"./EasyWasmPlayer.js"
></script>
<style>
html
,
...
...
gassafety-web/src/assets/images/l.png
View replaced file @
24775616
View file @
f899a2c7
1.21 KB
|
W:
|
H:
4.46 KB
|
W:
|
H:
2-up
Swipe
Onion skin
gassafety-web/src/assets/images/r.png
View replaced file @
24775616
View file @
f899a2c7
2.44 KB
|
W:
|
H:
4.45 KB
|
W:
|
H:
2-up
Swipe
Onion skin
gassafety-web/src/views/enterprise/mapView/index.vue
View file @
f899a2c7
...
...
@@ -1686,7 +1686,8 @@ input[type="radio"] {
// border-right: 1px solid #cccccc;
box-sizing
:
border-box
;
// padding-left: 5px;
color
:
#053b6a
;
// color: #053b6a;
color
:
#fff
;
font-weight
:
600
;
}
}
...
...
@@ -1760,12 +1761,13 @@ input[type="radio"] {
display
:
flex
;
// background-color: #ffffff;
box-sizing
:
border-box
;
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.1
);
// border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.5
);
cursor
:
pointer
;
position
:
relative
;
// box-sizing: border-box;
&
.firstbox
{
border-top
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.
1
);
border-top
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.
5
);
// box-sizing: border-box;
&
:hover
{
border-top
:
1px
solid
rgba
(
5
,
59
,
106
,
0
);
...
...
@@ -1777,11 +1779,11 @@ input[type="radio"] {
background-color
:
#053b6a
;
border-bottom
:
none
!
important
;
.upPic
{
color
:
#31
EAEA
;
color
:
#31
eaea
;
}
.left
,
.right
{
color
:
#31
EAEA
!
important
;
color
:
#31
eaea
!
important
;
}
}
.upPic
{
...
...
@@ -1829,7 +1831,8 @@ input[type="radio"] {
// color: #fff;
// }
>
i
{
color
:
#31EAEA
;
color
:
#31eaea
;
font-weight
:
600
;
}
}
.left
{
...
...
@@ -1862,7 +1865,7 @@ input[type="radio"] {
padding-bottom
:
2px
;
.btn
{
border-radius
:
50%
;
background
:none
;
background
:
none
;
// width: 14px;
// height: 14px;
padding
:
2px
;
...
...
@@ -1871,6 +1874,7 @@ input[type="radio"] {
display
:
inline-block
;
font-size
:
14px
;
padding
:
0px
5px
;
color
:
#fff
;
}
}
}
...
...
@@ -1879,9 +1883,9 @@ input[type="radio"] {
.switch
{
position
:
absolute
;
font-size
:
30px
;
right
:
-
27
px
;
right
:
-
30
px
;
top
:
50%
;
margin-top
:
-
30
px
;
margin-top
:
-
123
px
;
width
:
40px
;
border-radius
:
40%
;
overflow
:
hidden
;
...
...
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