FLbs4amap.less
1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.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/16px 16px";
font-size: @font-size-base;
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/16px 16px";
-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: @font-size-base;
color: var(--themeColor);
height: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.wev-flbs4amap-refresh-btn{
background-size: 14px;
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;
}