Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
桩
桩基检测
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
张牧越
桩基检测
Commits
033fa492
Commit
033fa492
authored
Dec 20, 2023
by
马奔奔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature: 增加回弹详情地址地图
parent
f342d035
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
296 additions
and
50 deletions
+296
-50
htjc.html
pages/htjc.html
+1
-1
htjc.css
static/css/dist/htjc.css
+115
-27
htjc.js
static/js/htjc.js
+180
-22
No files found.
pages/htjc.html
View file @
033fa492
...
...
@@ -102,7 +102,7 @@
<div
class=
"right-item right-item1"
></div>
<div
class=
"right-item right-item2 hiddenImportant"
></div>
</div>
<div
id=
"test-location-main"
class=
"test-location-main hidden"
></div>
<div
id=
"test-location-main"
class=
"test-location-main hidden
Important
"
></div>
<div
class=
"hoverInfo hidden"
id=
"hoverInfo"
onmouseover=
"detail.hoverInfoMouseover()"
onmouseout=
"detail.hoverInfoMouseout()"
></div>
</div>
...
...
static/css/dist/htjc.css
View file @
033fa492
...
...
@@ -334,24 +334,25 @@
margin-bottom
:
0.05rem
;
}
.popup-info
.tab
.tabBox
{
.popup-info
.tab
.tabBox
{
display
:
flex
;
align-items
:
center
;
color
:
#FFFFFF
;
}
.popup-info
.tab
.tabBox
>
div
{
.popup-info
.tab
.tabBox
>
div
{
margin-right
:
0.68rem
;
cursor
:
pointer
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
}
.popup-info
.tab
.tabBox
>
div
.actived
{
.popup-info
.tab
.tabBox
>
div
.actived
{
color
:
#00FFFF
;
}
.popup-info
.tab
.tabBox
.actived
::after
{
.popup-info
.tab
.tabBox
.actived
::after
{
display
:
block
;
content
:
''
;
width
:
0.55rem
;
...
...
@@ -359,7 +360,85 @@
background
:
#00FFFF
;
position
:
relative
;
top
:
0.15rem
;
}
.popup-info
.test-location-main
{
width
:
100%
;
height
:
calc
(
100%
-
.97rem
);
}
.amap-logo
{
display
:
none
!important
;
}
.amap-copyright
{
display
:
none
!important
;
}
.modalBox
{
padding
:
0.2rem
0.1rem
;
background
:
rgba
(
0
,
0
,
0
,
.7
);
border
:
none
;
border-radius
:
4px
;
color
:
#C0D3E6
;
font-size
:
14px
;
}
.modalBox
.content
{
max-height
:
3.5rem
;
overflow
:
auto
;
}
.modalBox
.content
::-webkit-scrollbar
{
width
:
0.1rem
;
height
:
0.1rem
;
}
.modalBox
.content
::-webkit-scrollbar-thumb
{
background
:
#36384F
;
border-radius
:
8px
;
}
.modalBox
.content
::-webkit-scrollbar-track
{
background
:
#070813
;
border-radius
:
8px
;
}
.taskNoBox
{
color
:
#3FD9FF
;
}
.rwdImg
{
width
:
0.19rem
;
height
:
0.18rem
;
}
.countBox
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
margin-top
:
0.14rem
;
margin-bottom
:
0.1rem
;
}
.countBox
>
div
{
padding
:
0.08rem
0.16rem
;
border
:
1px
solid
#90A1B1
;
}
.modalBoxItem
{
padding
:
0.13rem
0.14rem
;
border-top
:
1px
solid
rgba
(
192
,
211
,
230
,
.4
);
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
}
.amap-marker-label
{
border
:
0
;
background-color
:
transparent
;
}
.popup-info
.main
{
...
...
@@ -551,7 +630,7 @@
justify-content
:
space-evenly
;
}
.popup-info
.main
.right-item
.flex-item
.box
.item
>
div
{
.popup-info
.main
.right-item
.flex-item
.box
.item
>
div
{
word-break
:
keep-all
;
white-space
:
nowrap
;
display
:
flex
;
...
...
@@ -749,7 +828,7 @@
cursor
:
pointer
;
}
.popup-info
.main
.right-item
.info-item
.bw-item
.item
.icon-change
{
.popup-info
.main
.right-item
.info-item
.bw-item
.item
.icon-change
{
width
:
63px
;
height
:
46px
;
position
:
absolute
;
...
...
@@ -758,19 +837,20 @@
}
.popup-info
.main
.right-item
.info-item
.bw-item
.common
{
.popup-info
.main
.right-item
.info-item
.bw-item
.common
{
background
:
#0D3177
;
border
:
.01rem
solid
#90A1B1
;
color
:
#C0D3E6
;
}
.popup-info
.main
.right-item
.info-item
.bw-item
.fail
{
.popup-info
.main
.right-item
.info-item
.bw-item
.fail
{
background
:
rgba
(
147
,
24
,
24
,
.5
);
border
:
.01rem
solid
#931818
;
color
:
#E7555C
;
}
.popup-info
.main
.right-item
.info-item
.bw-item
.common
:hover
{
.popup-info
.main
.right-item
.info-item
.bw-item
.common
:hover
{
background
:
rgba
(
42
,
210
,
255
,
0.2
);
border
:
.02rem
solid
#2AD2FF
;
color
:
#2AD2FF
;
...
...
@@ -825,39 +905,43 @@
margin-bottom
:
.1rem
;
}
.popup-info
.hoverInfo
.modification
{
.popup-info
.hoverInfo
.modification
{
border
:
.01rem
solid
#A76619
;
color
:
#D99749
;
cursor
:
pointer
;
}
#popup-info-change-list
.content
{
#popup-info-change-list
.content
{
box-sizing
:
border-box
;
padding
:
20px
;
font-size
:
18px
;
height
:
calc
(
100%
-
.44rem
);
}
#popup-info-change-list
.content
.table
{
#popup-info-change-list
.content
.table
{
height
:
100%
;
overflow
:
auto
;
}
#popup-info-change-list
.content
.table
::-webkit-scrollbar
{
#popup-info-change-list
.content
.table
::-webkit-scrollbar
{
width
:
10px
;
height
:
10px
;
}
#popup-info-change-list
.content
.table
::-webkit-scrollbar-thumb
{
#popup-info-change-list
.content
.table
::-webkit-scrollbar-thumb
{
background
:
rgba
(
0
,
0
,
0
,
0.4
);
border-radius
:
8px
;
}
#popup-info-change-list
.content
.table
::-webkit-scrollbar-track
{
#popup-info-change-list
.content
.table
::-webkit-scrollbar-track
{
background
:
rgba
(
42
,
93
,
197
,
0.3
);
border-radius
:
8px
;
}
#popup-info-change-list
.content
.table-head
{
#popup-info-change-list
.content
.table-head
{
height
:
50px
;
color
:
#fff
;
background
:
rgb
(
17
,
56
,
131
);
...
...
@@ -867,23 +951,27 @@
#popup-info-change-list
.content
.table-body
tr
{
#popup-info-change-list
.content
.table-body
tr
{
height
:
50px
;
color
:
#fff
;
}
#popup-info-change-list
.content
.table-body
tr
:nth-child
(
odd
)
{
#popup-info-change-list
.content
.table-body
tr
:nth-child
(
odd
)
{
background
:
rgba
(
17
,
56
,
131
,
.5
);
}
#popup-info-change-list
.content
.table-body
tr
:nth-child
(
even
)
{
#popup-info-change-list
.content
.table-body
tr
:nth-child
(
even
)
{
background
:
rgba
(
17
,
56
,
131
,
.7
);
}
#popup-info-change-list
.content
.table-body
td
{
text-align
:
center
;
#popup-info-change-list
.content
.table-body
td
{
text-align
:
center
;
font-weight
:
100
;
}
...
...
@@ -1009,4 +1097,4 @@ td {
padding
:
6px
12px
;
line-height
:
inherit
;
background-color
:
#46A6D8
;
}
}
\ No newline at end of file
static/js/htjc.js
View file @
033fa492
This diff is collapsed.
Click to expand it.
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