码迷,mamicode.com
首页 > Web开发 > 详细

css: reset input record

时间:2020-06-12 20:02:03      阅读:76      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!