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.
我想在 Chrome 中设置视频控件的滑块拇指样式。 css 路径
video::-webkit-media-slider-thumb
不起作用。
游乐场:http: //jsfiddle.net/holden321/27fUR/
干得好 :)
video::-webkit-media-controls-timeline::-webkit-media-slider-thumb { background:red; /* works */ }
那是因为滑块拇指是时间线的“孩子”:)