复选框后我的文字有问题。它没有正确对齐(复选框太高),因为我刚刚开始学习CSS和编码,我不明白在其他网站上给出这个问题的解决方案。这是一个现在看起来像什么的图像,并希望任何有关放入自定义CSS的内容的帮助,以使盒子正确对齐。谢谢! {{3}}
.legal label input[type=checkbox] {
vertical-align: middle;
}
form .form-row .input-checkbox {
display: inline;
margin: -2px 8px 0 0;
text-align: center;
vertical-align: middle;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
.radio input[type=radio], .radio-inline input[type=radio] {
float: left;
margin-left: -20px;
}
input[type=checkbox], input[type=radio] {
margin: 4px 0 0;
margin-top: 1px\9;
line-height: normal;
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
}
`
答案 0 :(得分:0)
没有代码就无法提供帮助
<input type="checkbox" name="vehicle" value="Bike"> I have a bike<br>
我有一辆车
请查看以下example