css: reset input record

foucs时无边框需设置outline

input {
    border: 0;
    outline: none;
}

调整checkbox高度居中方式:

input[type=checkbox]{
    vertical-align: -1px;
}

 

posted @ 2020-06-12 18:55  Nyan  阅读(166)  评论(0编辑  收藏  举报