#mobile-map_popup_content {
|
width: 100%;
|
position: fixed;
|
z-index: 99;
|
left: -1000px;
|
box-sizing: border-box;
|
#mobilePopup {
|
width: 70%;
|
left: 1000px;
|
position: absolute;
|
height: auto;
|
background-color: #fff;
|
border-radius: 10px;
|
position: relative;
|
&::before {
|
content: "";
|
width: 0px;
|
height: 0px;
|
border: 8px solid #ebebeb;
|
position: absolute;
|
bottom: -8px;
|
left: calc(50% - 8px);
|
transform: rotate(45deg);
|
}
|
.mobiletitle {
|
width: calc(90% - 1px);
|
height: 15px;
|
background-color: #f7f7f7;
|
border-bottom: 1px solid #ebebeb;
|
font-size: 14px;
|
border-radius: 10px 10px 0 0;
|
padding: 8px 14px;
|
}
|
.mobilelabel-content {
|
width: 100%;
|
height: auto;
|
// 内容样式
|
.mobile-popup-imgs-heard {
|
width: 100%;
|
padding: 10px;
|
text-align: justify;
|
letter-spacing: 1px;
|
box-sizing: border-box;
|
img {
|
width: 70px;
|
height: 50px;
|
}
|
}
|
.mobile-popup-control {
|
width: 100%;
|
height: 20px;
|
background-color: #f7f7f7;
|
border-top: 1px solid #ebebeb;
|
padding: 5px 0 8px 0;
|
border-radius: 0 0 10px 10px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
}
|
}
|
}
|
|
// 比例尺
|
.dc-distance-legend {
|
right: 5px !important;
|
left: auto !important;
|
}
|
// 缩放控制
|
.dc-zoom-controller {
|
left: 20px !important;
|
top: 20px !important;
|
.zoom-in .refresh .zoom-out {
|
width: 32px !important;
|
height: 32px !important;
|
background-color: #c9302c !important;
|
display: flex !important;
|
align-items: center !important;
|
justify-content: center !important;
|
color: white !important;
|
font-size: 22px !important;
|
margin-bottom: 12px !important;
|
border-radius: 5px !important;
|
}
|
}
|