<input type="range" id="progress-bar" min="1" max="100" step="0.1" value="0"/> ... width: 10px; } /* IE */ input[type=range]::-ms-thumb { background: red; ...
確定! 回上一頁