chart.less 950 Bytes
.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;
}