update 调整样式·
This commit is contained in:
@@ -1,79 +1,79 @@
|
||||
//高德信息弹窗
|
||||
.amap-info-contentContainer {
|
||||
.amap-content-body {
|
||||
background: #00152B;
|
||||
border: 1px solid #129BFF;
|
||||
.amap-content-body {
|
||||
background: #00152B;
|
||||
border: 1px solid #129BFF;
|
||||
|
||||
.amap-lib-infowindow {
|
||||
background: #00152B;
|
||||
.amap-lib-infowindow {
|
||||
background: #00152B;
|
||||
|
||||
.amap-lib-infowindow-title {
|
||||
color: #fff;
|
||||
border-bottom: 1px solid #129BFF;
|
||||
padding: 4px 0;
|
||||
}
|
||||
.amap-lib-infowindow-title {
|
||||
color: #fff;
|
||||
border-bottom: 1px solid #129BFF;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.amap-lib-infowindow-content {
|
||||
color: #fff;
|
||||
padding: 4px 0;
|
||||
}
|
||||
}
|
||||
.amap-lib-infowindow-content {
|
||||
color: #fff;
|
||||
padding: 4px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.amap-combo-close {
|
||||
top: 5px;
|
||||
right: 7px;
|
||||
}
|
||||
.amap-combo-close {
|
||||
top: 5px;
|
||||
right: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*地图元素样式---start*/
|
||||
//marker
|
||||
.amap-marker-label {
|
||||
padding: 0;
|
||||
border: none;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.alarm-content {
|
||||
background-color: #263d5e;
|
||||
background-color: #263d5e;
|
||||
color: #fff;
|
||||
border: 1px solid #1b7ef2;
|
||||
font-size: 14px;
|
||||
padding: 7px 10px;
|
||||
position: relative;
|
||||
|
||||
.close-btn {
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
padding: 7px 10px;
|
||||
border: 1px solid #1b7ef2;
|
||||
position: relative;
|
||||
background: #ccc;
|
||||
box-shadow: -1px 1px 1px rgba(10, 10, 10, 0.2);
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
right: -8px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
font-size: 12px;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
.close-btn {
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
right: -8px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
font-size: 12px;
|
||||
background: #ccc;
|
||||
border-radius: 50%;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 15px;
|
||||
box-shadow: -1px 1px 1px rgba(10, 10, 10, 0.2);
|
||||
}
|
||||
|
||||
.close-btn:hover {
|
||||
background: #666;
|
||||
}
|
||||
.close-btn:hover {
|
||||
background: #666;
|
||||
}
|
||||
}
|
||||
|
||||
/*地图元素样式---end*/
|
||||
/*infoWindow*/
|
||||
.amap-info-content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../images/info-modal.png") no-repeat center;
|
||||
background-size: 100% 100%;
|
||||
//padding: 16px 18px 22px 10px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../images/info-modal.png") no-repeat center;
|
||||
background-size: 100% 100%;
|
||||
//padding: 16px 18px 22px 10px;
|
||||
}
|
||||
|
||||
.amap-info-contentContainer {
|
||||
.amap-info-sharp {
|
||||
border-top: none;
|
||||
}
|
||||
.amap-info-sharp {
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,3 +37,61 @@
|
||||
.center-map .route-navigation.dark {
|
||||
background: #002e64;
|
||||
}
|
||||
|
||||
.hospital-list.light {
|
||||
.hospital-item {
|
||||
color: #5876DB;
|
||||
background-color: #f3f5ff;
|
||||
border: 1px solid #5876DB;
|
||||
box-shadow: 0 1px 11px 0 rgba(194, 189, 189, 0.5);
|
||||
|
||||
}
|
||||
|
||||
.hospital-item:hover {
|
||||
background-color: #c6cff9;
|
||||
box-shadow: inset 0px 0px 16px 3px #f3f5ff;
|
||||
}
|
||||
}
|
||||
|
||||
.hospital-list.dark {
|
||||
.hospital-item {
|
||||
color: #fff;
|
||||
background-color: #00152b;
|
||||
border: 1px solid #1b7ef2;
|
||||
box-shadow: 0 1px 11px 0 rgba(194, 189, 189, 0.5);
|
||||
|
||||
}
|
||||
|
||||
.hospital-item:hover {
|
||||
background-color: #192a46;
|
||||
box-shadow: inset 0px 0px 16px 3px #2562a9;
|
||||
}
|
||||
}
|
||||
|
||||
//点击地图医院触发的导航弹窗
|
||||
.driving-route-panel.light {
|
||||
background: #E4E8F9;
|
||||
--cardFontColor: #607ddb;
|
||||
--cardFontFFF: #fff;
|
||||
--cardBgColor: #e4e8f9;
|
||||
--circelBg: #1478f5;
|
||||
}
|
||||
|
||||
.driving-route-panel.dark {
|
||||
background: #2a4164;
|
||||
border: 1px solid #1b7ef2;
|
||||
--cardFontColor: rgba(255, 255, 255, 0.8);
|
||||
--cardFontFFF: #fff;
|
||||
--cardBgColor: #e4e8f9;
|
||||
--circelBg: #1478f5;
|
||||
}
|
||||
|
||||
.reset-map.dark {
|
||||
color: #05d5ff;
|
||||
background: #243b5d;
|
||||
}
|
||||
|
||||
.reset-map.light {
|
||||
color: #607ddb;
|
||||
background: #e4e8f9;
|
||||
}
|
||||
Reference in New Issue
Block a user