gpt4 book ai didi

html - 如何更改单选按钮的颜色和样式

转载 作者:行者123 更新时间:2023-11-28 10:52:14 33 4
gpt4 key购买 nike

我有一个代码要修改,但它不工作

HTML

<input type="radio" id="radio-1-1" name="radio-1-set" class="regular-radio" checked />

CSS

.regular-radio:checked:after {
content: ' ';
width: 12px;
height: 12px;
border-radius: 50px;
position: absolute;
top: 3px;
background: #99a1a7;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
text-shadow: 0px;
left: 3px;
font-size: 32px;
}
.regular-radio:checked {
background-color: #e9ecee;
color: #99a1a7;
border: 1px solid #adb8c0;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

我需要这样的单选框:-

enter image description here

让我知道我该怎么做?

谢谢。

最佳答案

在 css 中是可能的,但不是所有浏览器都可以。

对所有浏览器的影响:

http://www.456bereastreet.com/lab/form_controls/checkboxes/

一种可能性是使用 javascript 的自定义复选框,例如:

http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/

关于html - 如何更改单选按钮的颜色和样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22749949/

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