admin

css如何设置checkbox大小 css如何设置checkbox居中显示

admin web技术 2022-10-25 660浏览 0

本教程操作环境:windows7系统、CSS3&&HTML5版、Dell G3电脑。

document
    
      input[type="checkbox"] {
        margin-right: 10px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        position: relative;
      }
    
  
  
    
      正常复选框
      

效果如图:

css如何设置checkbox大小 css如何设置checkbox居中显示

继续浏览有关 css教程 的文章
发表评论