Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用这个 UI 滑块,大小也是我网站上的一些(不是宽度,而是按钮的大小 - 演示页面底部)。 - 但这里滑块按钮的大小更好,更小 - 演示右侧.
那么如何更改 UI Slider 按钮的大小呢?或如何添加其他类型的按钮,例如图像?
来自示例页面的 CSS:
.ui-slider .ui-slider-handle { cursor: default; height: 1.2em; position: absolute; width: 1.2em; z-index: 2; }
对于谁在使用vertical slider我的问题,通过以下方式解决:
vertical slider
.ui-slider { position: relative; }