|
@@ -230,6 +230,50 @@ ul {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
}
|
|
}
|
|
|
|
+//tips样式
|
|
|
|
+.js-tps{
|
|
|
|
+
|
|
|
|
+ // background-image: -moz-linear-gradient($boxBG)!important;
|
|
|
|
+ // background-image: -webkit-linear-gradient($boxBG) !important;
|
|
|
|
+ // background-image: linear-gradient($boxBG)!important;
|
|
|
|
+ // box-shadow: $shadowTitle !important;
|
|
|
|
+ background: none !important;
|
|
|
|
+ padding: 0;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ .leader-info-container{
|
|
|
|
+ // padding: .5rem;
|
|
|
|
+ display: flex;
|
|
|
|
+ max-width: 40rem;
|
|
|
|
+ max-height: 75vh;
|
|
|
|
+ overflow-y: scroll;
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ background-image: -moz-linear-gradient($boxBG)!important;
|
|
|
|
+ background-image: -webkit-linear-gradient($boxBG) !important;
|
|
|
|
+ background-image: linear-gradient($boxBG)!important;
|
|
|
|
+ box-shadow: $shadowTitle !important;
|
|
|
|
+ border-radius: .5rem;
|
|
|
|
+ .leader-info-list-con{
|
|
|
|
+ padding: .5rem 1rem;
|
|
|
|
+ margin:.5rem;
|
|
|
|
+ background-image: -moz-linear-gradient($GradualGreen)!important;
|
|
|
|
+ background-image: -webkit-linear-gradient($GradualGreen) !important;
|
|
|
|
+ background-image: linear-gradient($GradualGreen)!important;
|
|
|
|
+ border: solid 1px #7dc2eb;
|
|
|
|
+ box-shadow: $shadowListHover !important;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ h4{
|
|
|
|
+ padding: .4rem 0;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .leader-info-list-con:hover{
|
|
|
|
+ background-image: -moz-linear-gradient($popupBG)!important;
|
|
|
|
+ background-image: -webkit-linear-gradient($popupBG) !important;
|
|
|
|
+ background-image: linear-gradient($popupBG)!important;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
|
|
//超图气泡
|
|
//超图气泡
|
|
.leaflet-popup-content-wrapper {
|
|
.leaflet-popup-content-wrapper {
|