FLbs.less 918 Bytes
.wev-flbs-before{
	width:0px !important;
}
.wev-flbs-entry{
	height: 40px;
	line-height: 40px;
}
.wev-flbs-location{
	background: ~'url("/mobilemode/mobile/images/plugin/lbs.png") no-repeat 5px center/20px 20px';
	font-size: @font-size-base;
	font-family: 'Microsoft Yahei', Arial;
	color: rgb(102, 102, 102);
	padding-left: 30px;
}
.wev-flbs-showtext .wev-flbs-location{
	display: none;
}
.wev-flbs-content{
	background: ~"url('/mobilemode/mobile/images/plugin/lbs-delete.png') no-repeat 5px center/21px 20px";
	-webkit-tap-highlight-color:transparent;
	position: relative;
	height: 100%;
	padding-left: 30px;
	padding-right: 15px;
	display: none;
}
.wev-flbs-showtext .wev-flbs-content{
	display: block;
}
.wev-flbs-detail{
	font-size: @font-size-base;
	color: #017afd;
	height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.wev-flbs-clear-btn{
	margin-right: -15px;
	display: block;
}