gpt4 book ai didi

html - 删除 jquery Mobile 中的轮廓复选框

转载 作者:行者123 更新时间:2023-11-27 22:31:59 25 4
gpt4 key购买 nike

我明白了,但我不想要黄色轮廓。我该怎么办?

enter image description here

enter image description here

我的代码:

 <div class="ui-block-a">
<div class="ui-bar ui-bar-e" style="height:50px">
<input type="checkbox" name="checkbox-1" id="checkbox-1" class="custom" />
<label for="checkbox-1"></label>
</div>

最佳答案

您需要分三步覆盖复选框样式。

复选框本身的位置,位于可视复选框的后面。我在每个覆盖的样式之前添加了 div.-ui-bar 以便不具体并在其他地方保留原始样式。

Demo

div.ui-bar input {
left: 10px !important
}

标签宽度

div.ui-bar label {
width: 27px !important
}

视觉复选框的位置

div.ui-bar .ui-checkbox .ui-btn-icon-left .ui-icon {
left: 5px !important
}

关于html - 删除 jquery Mobile 中的轮廓复选框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17106556/

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