gpt4 book ai didi

html - css中复选框和选择的背景颜色

转载 作者:太空宇宙 更新时间:2023-11-03 20:45:45 25 4
gpt4 key购买 nike

我想改变我的复选框的背景颜色,但我不能

这是我的代码:

<input type="checkbox" class="color"/>

和CSS

.color{

backgoround-color:red;
}

我的错误在哪里:/ 而且我还想更改选择样式 终端

我试过如下:

<select class="cls">
<option>Terminal</option>
</select>
<div class="cls">
<select>
<option>Terminal</option>
</select>
</div>

不起作用!

最佳答案

属性名称存在拼写错误:

background-color:red; /* Instead of backgoround-color:red; */

select 标签还有一个拼写错误:

<select class="cls"> <!-- Instead of <select calss="cls"> -->

关于html - css中复选框和选择的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21116670/

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