gpt4 book ai didi

css - HTML5 输入范围 slider 可运行轨道未在 Safari 8.0.5 上显示

转载 作者:太空宇宙 更新时间:2023-11-04 08:45:24 26 4
gpt4 key购买 nike

有没有人能解决这个问题?我正在使用 -webkit 前缀,但没有成功。

input[type=range]::-webkit-slider-runnable-track {
width: 100%;
cursor: pointer;
background: $blue;
height: 1px;
margin-top: -10px;
border-radius: 1.3px;
border: 0.2px solid $blue;
}

它应该是这样的: enter image description here

在 Safari 8.0.5 上它看起来像这样: enter image description here

最佳答案

我用 safari only css 解决了这个问题

_::-webkit-full-page-media, _:future, :root input[type=range] {
width: 100%;
cursor: pointer;
background: $blue;
height: 1px;
margin-top: -10px;
border-radius: 1.3px;
border-top: 0.5px solid $blue;
background-color: $blue;
}

关于css - HTML5 输入范围 slider 可运行轨道未在 Safari 8.0.5 上显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43816813/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com