我正在使用 jquery.wijmo-complete.all.2.3.8.min.css。但我找不到答案......代码:
#slider
{
width: 300px;
}
.wijmo-wijslider-incbutton
{
/*Sets the styles of the outer edge of the increment button.*/
background: CornflowerBlue;
}
#slider .ui-slider-handle
{
/*Sets the styles of the thumb button.*/
background:#310D4F;
border-color: red;
}