chart.less
950 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
43
44
45
46
47
.wev-chart-container{
background-color:#fff;
overflow-x:auto;
overflow-y:hidden;
-webkit-overflow-scrolling:touch;
}
.wev-chart-container .wev-refresh-loading{
position:relative;
}
.wev-chart-container>a {
display: none;
height: 40 * @hd;
position: relative;
float: left;
left: 10%;
top: 35px;
z-index: 1;
}
.wev-chart-container>a>i {
position: absolute;
height: 100%;
width: 45px;
background: ~'url(/mobilemode/mobile/images/plugin/filter.png) no-repeat center/28px';
}
.wev-chart-container .wev-chart-title {
padding: 10px 10px 0 10px;
font-size: 14px;
font-weight: bolder;
color: #333;
position: relative;
}
.wev-chart-title:before {
content: '';
width: 5px;
background-color: #333;
position: absolute;
left: 0;
top: 10px;
bottom: 0px;
}
.wev-chart-container .wev-chart-title-mb {
margin-bottom: -35px;
}
.wev-chart-container .wev-refresh-loading {
padding-top: 20px;
}