nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
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
@import "variables.less";
@import "../common/Slider.less";
 
.mblSlider {
  border-style: none;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  .mblSlider-styles;
}
.mblSliderH {
  width: 200px;
 
  height: 3px;
  background-color: @holo-slider-track-color;
  border-style: none;
}
 
.mblSliderV {
  height: 200px;
  width: 3px;
  background-color: @holo-slider-track-color;
  border-style: none;
  
}
 
.mblSliderProgressBar {
  border:radius: 0;
  background-image: none;
  background-color: @holo-color1;
  
  
}
.mblSliderHandle {
  .holo-slider-background-image();
  .mblSliderHandle-styles;
}
 
.mblSliderHandle:after {
  border-style: solid;
  background-image: none;
  .mblSliderHandle-styles;
}