437 lines
11 KiB
CSS
437 lines
11 KiB
CSS
|
.leaflet-popup-content-wrapper{
|
||
|
/*background: linear-gradient(top left, rgba(0, 72, 153, 0.8), rgba(5, 26, 60, 0.8));!*渐变从左上角到右下角*!
|
||
|
background: -ms-linear-gradient(top left, rgba(0, 72, 153, 0.8), rgba(5, 26, 60, 0.8));
|
||
|
background: -webkit-linear-gradient(top left, rgba(0, 72, 153, 0.8), rgba(5, 26, 60, 0.8));
|
||
|
background: -moz-linear-gradient(top left, rgba(0, 72, 153, 0.8), rgba(5, 26, 60, 0.8));*/
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #dfe4ed;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
.leaflet-popup-tip {
|
||
|
background-color: rgba(0, 0, 0, 0);
|
||
|
width: 16px;
|
||
|
height: 10px;
|
||
|
padding: 0;
|
||
|
margin: 0 auto ;
|
||
|
-webkit-transform: none;
|
||
|
-moz-transform: none;
|
||
|
-ms-transform: none;
|
||
|
-o-transform: none;
|
||
|
transform: none;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
.epidemic-dialog {
|
||
|
width: 704px;
|
||
|
}
|
||
|
.detail-dialog {
|
||
|
width: 450px;
|
||
|
}
|
||
|
.epidemic-address {
|
||
|
width: 400px !important;
|
||
|
}
|
||
|
.leaflet-container a.leaflet-popup-close-button {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 8px;
|
||
|
padding: 4px 7px 0 0;
|
||
|
border: none;
|
||
|
text-align: center;
|
||
|
width: 18px;
|
||
|
height: 14px;
|
||
|
font: 24px/24px Tahoma, Verdana, sans-serif;
|
||
|
color: #FFFFFF;
|
||
|
text-decoration: none;
|
||
|
font-weight: normal;
|
||
|
background: transparent;
|
||
|
}
|
||
|
.leaflet-popup-content {
|
||
|
margin: 0;
|
||
|
line-height: 1.4;
|
||
|
color: #fff;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
.popupwindow {
|
||
|
color: #000;
|
||
|
font-size: 16px;
|
||
|
padding: 13px 10px 6px 10px;
|
||
|
line-height: 2;
|
||
|
}
|
||
|
.map-pop-win-button {
|
||
|
width: 80px;
|
||
|
height: 28px;
|
||
|
background-color: rgba(6, 38, 63, 0.8);
|
||
|
border: 1px solid rgba(0, 252, 255, 0.8);
|
||
|
color: rgba(0, 252, 255, 0.8);
|
||
|
padding-bottom: 4px;
|
||
|
}
|
||
|
|
||
|
.map-pop-title {
|
||
|
width: 100%;
|
||
|
height: 30px;
|
||
|
/* background: #04B2BF; */
|
||
|
background: #00afda;
|
||
|
padding-top: 5px;
|
||
|
padding-left: 10px;
|
||
|
}
|
||
|
.multi-dispatch-resource-popup-style .leaflet-popup-content-wrapper{
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #dfe4ed;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
.leaflet-popup.multi-dispatch-resource-popup-style{
|
||
|
opacity: 0.9 !important;
|
||
|
}
|
||
|
.multi-dispatch-resource-popup-style .leaflet-popup-content {
|
||
|
width: 400px !important;
|
||
|
margin: -2px;
|
||
|
/* height: 334px; */
|
||
|
height: auto;
|
||
|
}
|
||
|
.multi-small-reservoir-popup-style .leaflet-popup-content-wrapper{
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #dfe4ed;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
.leaflet-popup.multi-small-reservoir-popup-style{
|
||
|
opacity: 0.9 !important;
|
||
|
}
|
||
|
.multi-small-reservoir-popup-style .leaflet-popup-content {
|
||
|
width: 300px !important;
|
||
|
margin: -2px;
|
||
|
height: 150px;
|
||
|
}
|
||
|
.multi-general-popup-style .leaflet-popup-content-wrapper{
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #dfe4ed;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
.leaflet-popup.multi-general-popup-style{
|
||
|
/* opacity: 0.9 !important; */
|
||
|
}
|
||
|
.leaflet-popup.multi-event-popup-style{
|
||
|
opacity: 0.9 !important;
|
||
|
}
|
||
|
.multi-general-popup-style .leaflet-popup-content {
|
||
|
width: 640px !important;
|
||
|
margin: -2px;
|
||
|
max-height: 420px;
|
||
|
}
|
||
|
.multi-event-popup-style .leaflet-popup-content-wrapper{
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #dfe4ed;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
|
||
|
.multi-event-popup-style .leaflet-popup-content {
|
||
|
width: 640px !important;
|
||
|
margin: -2px;
|
||
|
max-height: 543px;
|
||
|
}
|
||
|
|
||
|
.multi-distance-and-area-popup-style .leaflet-popup-content-wrapper{
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #dfe4ed;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
|
||
|
.multi-distance-and-area-popup-style .leaflet-popup-content {
|
||
|
width: 300px !important;
|
||
|
margin: -2px;
|
||
|
}
|
||
|
.mountain-popup-style {
|
||
|
margin: -2px;
|
||
|
padding: 0 30px;
|
||
|
}
|
||
|
.mountain-popup-style .leaflet-popup-content-wrapper {
|
||
|
border: unset;
|
||
|
}
|
||
|
.multi-marker-cluster-resource-protection {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
/*background-color: #3DD4A6;*/
|
||
|
background-color: rgba(56,206,161,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.multi-marker-cluster-resource-storage {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(222,137,31,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.multi-marker-cluster-resource-team {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(119,88,203,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.multi-marker-cluster-resource-danger {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(224,37,36,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.multi-marker-cluster-resource-shelter {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(74,138,248,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.multi-marker-cluster-resource-camera {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(34,165,227,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-storage {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(222,137,31,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-team {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(121,90,205,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-risk-area {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(237,99,60,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-shelter {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(74,138,248,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-soldier {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(63,133,243,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-video {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(34,165,227,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-key-objective {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(61,205,161,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-network {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(76,139,248,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-observer {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(76,139,248,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-mine {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(239,156,54,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-chemical-enterprises {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(44,124,236,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-protection {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(56,206,161,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-helicopter {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(171,60,147,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-tower {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(53,204,158,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-check {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(105,73,183,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-source {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(33,146,245,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-cemetery {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(84,115,206,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-intake {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(84,115,206,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-marker-cluster-command {
|
||
|
width: 40px !important;
|
||
|
height: 40px !important;
|
||
|
background-color: rgba(84,115,206,0.8);
|
||
|
font-size: 18px;
|
||
|
border-radius: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.topic-location-popup {
|
||
|
width: 640px;
|
||
|
height: 38px;
|
||
|
color: #f0fafa;
|
||
|
font-size: 18px;
|
||
|
font-weight: bold;
|
||
|
padding-left: 16px;
|
||
|
padding-top: 7px;
|
||
|
background-image: url("/src/assets/common/multiScreen/normal/popup_background_image.png");
|
||
|
background-color: rgba(0, 0, 0, 0.8)!important;
|
||
|
}
|
||
|
.mountain-popup {
|
||
|
width: max-content;
|
||
|
height: 38px;
|
||
|
color: #f0fafa;
|
||
|
font-size: 18px;
|
||
|
font-weight: bold;
|
||
|
padding: 0 53px;
|
||
|
padding-top: 7px;
|
||
|
background-image: url("/src/assets/common/multiScreen/normal/popup_background_image.png");
|
||
|
background-color: rgba(0, 0, 0, 0.8)!important;
|
||
|
}
|
||
|
.topic-general-popup-style .leaflet-popup-content-wrapper{
|
||
|
background-color: transparent;
|
||
|
border: none;
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
.topic-general-popup-style .leaflet-popup-content {
|
||
|
width: 640px !important;
|
||
|
margin: -2px;
|
||
|
max-height: 438px;
|
||
|
}
|
||
|
.district-div-icon {
|
||
|
width: max-content!important;
|
||
|
height: 20px!important;
|
||
|
color: #fff;
|
||
|
font-weight: 600;
|
||
|
font-family: monospace;
|
||
|
}
|