像我这个表单
给他写样式如下
input{
width: 30px;
height: 30px;
outline: none;
}
input[type="checkbox"]:checked{
border: 3px solid red;
}
为啥选中的复选框没有效果?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
先去掉系统样式先