你好,我有这种风格
.portfolio-filters input[type=checkbox]:checked{background:#cb2127}
我的代码是
<ul class="portfolio-filters list-unstyled">
<li>
<div class="form-group">
<input id="custom-software" type="checkbox" name="" value="" checked="">
<label for="custom-software">Custom Software</label>
</div>
</li>
问题是,如果我添加隐藏的输入字段,则在此div form-group
内,它会破坏CSS。
您是否知道如何解决问题?
答案 0 :(得分:0)
你如何隐藏输入?如果您不想保持其职位,则应使用display:none