addmap.css 1.95 KB
 #mapContainer{
	min-width: 100%;
	width: calc(100% + 26px); 
	/* margin-top: -28px; */
	border: 2px solid #fdfdfd;
	min-height: 659px;
	height:100%;
	overflow: hidden;
 }
 
 .BMap_pop img:nth-child(10){
	
	display: none !important;
	
}
 
 #realSearchInput, .select2-container--bootstrap .select2-selection--single {
    height: 47px;
    line-height: 1.42857;
    padding: 6px 24px 6px 12px;
    background-color: #555;
    border: 1px solid #555;
}
 
 .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding: 0;
    margin-top: 5px;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #bfbfbf;
}
 #pjax-container{
 
 overflow: hidden;
 }
 
 /* 隐藏百度地图logo */
.anchorBL,
.anchorBL,
.amap-logo,
.amap-copyright{
	display: none;
}
 
 .mapRightWrap.search {
    height: 47px;
    padding-top: 0;
    background-color: #626775 !important;
}

.mapRightWrap {
    position: absolute;
    width: 320px;
    height: 150px;
    right: 30px;
   /*  background-color: #3B3F51; */
    background-color: #12507c;
    top: 98px;
    /* padding-top: 15px; */
    transition: all .3s ease;
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.mapRightWrap::-webkit-scrollbar-thumb {
    box-shadow: 0 0 0 5px rgba(231, 236, 241, 0.52) inset;
}

.mapRightWrap.search .input-group input {
    height: 48px;
    background-color: #626775;
    border: 1px solid #626775;
    color: white;
}

.mapRightWrap.search .input-group .input-group-btn button {
    color: #FFFFFF;
    background-color: #1BBC9B;
    border-color: #1BBC9B;
}

.mapRightWrap.search .input-group-btn button {
    height: 48px;
    width: 80px;
    font-size: 15px;
}