gpt4 book ai didi

html - 无法添加CSS以在html中切换

转载 作者:行者123 更新时间:2023-11-28 01:01:41 26 4
gpt4 key购买 nike

我正在使用开关的标签和类,但无法将 css 属性添加到复选框,这样我就可以在不工作的情况下创建开关甚至跨度。

.switch {
position: relative;
display: inline - block;
width: 60 px;
height: 34 px;
background: #999
}
<label class="switch"><input type="checkbox"><span class="slider round"></span></label>

最佳答案

.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
background: #000000;
}
<label class="switch"><input type="checkbox"><span class="slider round"></span></label>

请检查上面的代码,我试过它是否有效

关于html - 无法添加CSS以在html中切换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52621420/

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