Commit 033fa492 authored by 马奔奔's avatar 马奔奔

feature: 增加回弹详情地址地图

parent f342d035
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<div class="right-item right-item1"></div> <div class="right-item right-item1"></div>
<div class="right-item right-item2 hiddenImportant"></div> <div class="right-item right-item2 hiddenImportant"></div>
</div> </div>
<div id="test-location-main" class="test-location-main hidden"></div> <div id="test-location-main" class="test-location-main hiddenImportant"></div>
<div class="hoverInfo hidden" id="hoverInfo" onmouseover="detail.hoverInfoMouseover()" <div class="hoverInfo hidden" id="hoverInfo" onmouseover="detail.hoverInfoMouseover()"
onmouseout="detail.hoverInfoMouseout()"></div> onmouseout="detail.hoverInfoMouseout()"></div>
</div> </div>
......
...@@ -334,24 +334,25 @@ ...@@ -334,24 +334,25 @@
margin-bottom: 0.05rem; margin-bottom: 0.05rem;
} }
.popup-info .tab .tabBox{ .popup-info .tab .tabBox {
display: flex; display: flex;
align-items: center; align-items: center;
color: #FFFFFF; color: #FFFFFF;
} }
.popup-info .tab .tabBox >div{ .popup-info .tab .tabBox>div {
margin-right: 0.68rem; margin-right: 0.68rem;
cursor: pointer; cursor: pointer;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
.popup-info .tab .tabBox >div.actived{
.popup-info .tab .tabBox>div.actived {
color: #00FFFF; color: #00FFFF;
} }
.popup-info .tab .tabBox .actived::after{ .popup-info .tab .tabBox .actived::after {
display: block; display: block;
content: ''; content: '';
width: 0.55rem; width: 0.55rem;
...@@ -359,7 +360,85 @@ ...@@ -359,7 +360,85 @@
background: #00FFFF; background: #00FFFF;
position: relative; position: relative;
top: 0.15rem; 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 { .popup-info .main {
...@@ -551,7 +630,7 @@ ...@@ -551,7 +630,7 @@
justify-content: space-evenly; 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; word-break: keep-all;
white-space: nowrap; white-space: nowrap;
display: flex; display: flex;
...@@ -749,7 +828,7 @@ ...@@ -749,7 +828,7 @@
cursor: pointer; 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; width: 63px;
height: 46px; height: 46px;
position: absolute; position: absolute;
...@@ -758,19 +837,20 @@ ...@@ -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; background: #0D3177;
border: .01rem solid #90A1B1; border: .01rem solid #90A1B1;
color: #C0D3E6; 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); background: rgba(147, 24, 24, .5);
border: .01rem solid #931818; border: .01rem solid #931818;
color: #E7555C; 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); background: rgba(42, 210, 255, 0.2);
border: .02rem solid #2AD2FF; border: .02rem solid #2AD2FF;
color: #2AD2FF; color: #2AD2FF;
...@@ -825,39 +905,43 @@ ...@@ -825,39 +905,43 @@
margin-bottom: .1rem; margin-bottom: .1rem;
} }
.popup-info .hoverInfo .modification{ .popup-info .hoverInfo .modification {
border: .01rem solid #A76619; border: .01rem solid #A76619;
color: #D99749; color: #D99749;
cursor: pointer; cursor: pointer;
} }
#popup-info-change-list .content{ #popup-info-change-list .content {
box-sizing: border-box; box-sizing: border-box;
padding: 20px; padding: 20px;
font-size: 18px; font-size: 18px;
height: calc(100% - .44rem); height: calc(100% - .44rem);
} }
#popup-info-change-list .content .table{
#popup-info-change-list .content .table {
height: 100%; height: 100%;
overflow: auto; overflow: auto;
} }
#popup-info-change-list .content .table::-webkit-scrollbar{
#popup-info-change-list .content .table::-webkit-scrollbar {
width: 10px; width: 10px;
height: 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); background: rgba(0, 0, 0, 0.4);
border-radius: 8px; 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); background: rgba(42, 93, 197, 0.3);
border-radius: 8px; border-radius: 8px;
} }
#popup-info-change-list .content .table-head{ #popup-info-change-list .content .table-head {
height: 50px; height: 50px;
color: #fff; color: #fff;
background: rgb(17, 56, 131); background: rgb(17, 56, 131);
...@@ -867,23 +951,27 @@ ...@@ -867,23 +951,27 @@
#popup-info-change-list .content .table-body tr{ #popup-info-change-list .content .table-body tr {
height: 50px; height: 50px;
color: #fff; 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); 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); 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 { ...@@ -1009,4 +1097,4 @@ td {
padding: 6px 12px; padding: 6px 12px;
line-height: inherit; line-height: inherit;
background-color: #46A6D8; background-color: #46A6D8;
} }
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment