交易所前端蓝色ui 4.5 jiem
lxf
2025-04-18 02a3d94d359b34e915f34abec024cbc1504a6a7c
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%;
}