gpt4 book ai didi

html - 尽管应用了 CSS 代码,复选框仍未对齐

转载 作者:行者123 更新时间:2023-11-28 09:05:50 25 4
gpt4 key购买 nike

我试图让我的复选框和标签对齐(分成两列),但它不起作用。知道我可以做些什么来修复它吗?

Jsfiddle 在这里:http://jsfiddle.net/wfju61oq/1/

.option label {
display: block;
padding-left: 15px;
text-indent: -15px;
}
.option input {
width: 13px;
height: 13px;
padding: 0;
margin:0;
vertical-align: bottom;
position: relative;
top: -1px;
*overflow: hidden;
}

最佳答案

试试这个:

.option label {
display: block;
width: 220px;
}
.option input {
float:right;
}

工作 fiddle here .

关于html - 尽管应用了 CSS 代码,复选框仍未对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26701904/

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