多选框样式
/*多选框样式*/
.checkbox-style(){
input[type="checkbox"] {
text-indent:0;
margin: 0;
width: 13px;
height: 13px;
text-align:center;
display: inline-block;
vertical-align: middle;
line-height: 13px;
position: relative;
}
input[type="checkbox"]::before {
content: "";
position: absolute;
top: 0;
left: 0;
background: #fff;
width: 100%;
height: 100%;
border: 1px solid #bdbfc2;
}
input[type="checkbox"]:checked::before {
content: "\2713";
background-color: #12BA1D;
color: #fff;
position: absolute;
top: 0;
left: 0;
width: 100%;
font-size: 10px;
font-weight: bold;
outline: none;
border-color:#ccc;
border: 1px solid #bdbfc2;
}
}
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步