.mui-input-range input[type='range']::-webkit-slider-thumb { width: 28px; height: 28px; border-color: #0062cc; border-radius: 50%; background-color: #007aff; /修改这里的颜色就可以了!/ background-clip: padding-box; -webkit-appearance: none !important; }
1 个回复
最佳回复
不知道
.mui-input-range input[type='range']::-webkit-slider-thumb
{
width: 28px;
height: 28px;
border-color: #0062cc;
border-radius: 50%;
background-color: #007aff; /修改这里的颜色就可以了!/
background-clip: padding-box;
-webkit-appearance: none !important;
}