css: reset input record
2021-02-06 21:15
阅读:531
标签:input 边框 one inpu type lin border nbsp NPU foucs时无边框需设置outline 调整checkbox高度居中方式: css: reset input record 标签:input 边框 one inpu type lin border nbsp NPU 原文地址:https://www.cnblogs.com/Nyan-Workflow-FC/p/13107896.html
input {
border: 0;
outline: none;
}
input[type=checkbox]{
vertical-align: -1px;
}
评论
亲,登录后才可以留言!