FLbs.less
918 Bytes
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
.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;
}