css: reset input record

2021-02-06 21:15

阅读:511

标签:input   边框   one   inpu   type   lin   border   nbsp   NPU   

foucs时无边框需设置outline

input {
    border: 0;
    outline: none;
}

调整checkbox高度居中方式:

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

 

css: reset input record

标签:input   边框   one   inpu   type   lin   border   nbsp   NPU   

原文地址:https://www.cnblogs.com/Nyan-Workflow-FC/p/13107896.html


评论


亲,登录后才可以留言!