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
| .slider-block {
| height: 68px;
| width: 96%;
| }
| .slider-block .el-slider__bar {
| height: 2px;
| }
| .slider-block .el-slider__runway {
| height: 2px;
| background: rgb(64, 64, 64);
| }
|
| .slider-block .el-slider__button {
| width: 12px;
| height: 12px;
| border-radius: 50%;
| margin-top: -4px;
| }
|
| .slider-block .el-slider__marks-stop {
| height: 8px;
| width: 8px;
| margin-top: -3px;
| border-radius: 50%;
| }
|
|