2023-05-15 08:51:32 +08:00
|
|
|
.slider {
|
|
|
|
position: relative;
|
|
|
|
}
|
2023-10-12 23:14:28 +08:00
|
|
|
.slider.disabled {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
2023-05-15 08:51:32 +08:00
|
|
|
|
|
|
|
.slider-thumb {
|
2024-01-02 23:42:00 +08:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2023-05-15 08:51:32 +08:00
|
|
|
background-color: white;
|
|
|
|
border-radius: 50%;
|
2024-01-02 23:42:00 +08:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.08);
|
2023-05-15 08:51:32 +08:00
|
|
|
position: absolute;
|
2024-01-02 23:42:00 +08:00
|
|
|
top: -8px;
|
2023-05-15 08:51:32 +08:00
|
|
|
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.slider-thumb:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slider-track {
|
2023-10-12 23:14:28 +08:00
|
|
|
background-color: #528BFF;
|
2023-05-15 08:51:32 +08:00
|
|
|
height: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slider-track-1 {
|
|
|
|
background-color: #E5E7EB;
|
|
|
|
}
|