FLbs4amap_wev8.css 1.27 KB
.wev-flbs4amap-before{
	width:0px !important;
}
.wev-flbs4amap-entry{
	height: 40px;
	line-height: 40px;
}
.wev-flbs4amap-location{
	background: url('/mobilemode/mobile/images/plugin/lbs-gray.png') no-repeat 3px center/14px 14px;
	font-size: 14px;
	font-family: 'Microsoft Yahei', Arial;
	color: rgb(102, 102, 102);
	padding-left: 22px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wev-flbs4amap-showtext .wev-flbs4amap-location{
	display: none;
}
.wev-flbs4amap-content{
	background: url('/mobilemode/mobile/images/plugin/lbs-blue.png') no-repeat 3px center/14px 14px;
	-webkit-tap-highlight-color:transparent;
	position: relative;
	height: 100%;
	padding-left: 22px;
	padding-right: 26px;
	display: none;
}
.wev-flbs4amap-showtext .wev-flbs4amap-content{
	display: block;
}
.wev-flbs4amap-detail{
	font-size: 14px;
	color: #017afd;
	height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.wev-flbs4amap-refresh-btn{
	background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/mobilemode/mobile/images/plugin/refresh.png);
	margin-right: -15px;
	display: block;
	position: absolute;
    top: 0;
    right: 10px;
    width: 34px;
    height: 100%;
    z-index: 3;
    display:none;
}