摘要: 有时候input在页面中被聚焦后会出现默认的边框样式,可以通过以下方法取消去除 .input:focus{ outline: none;} 阅读全文
posted @ 2017-04-07 21:01 野望之风 阅读(1072) 评论(0) 推荐(0) 编辑
摘要: 将两个input融合在一起,注意input标签之间的空格 .put1{ width: 20px; height: 28px; vertical-align:middle; border: 1px solid #ebebeb; border-left: 0px; background: #ffffff 阅读全文
posted @ 2017-04-07 18:30 野望之风 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 在布局中发现各个input之间很难对齐,解决方法如下: 将input设置vertical-align属性: vertical-align:middle vertical-align:top vertical-align:bottom 阅读全文
posted @ 2017-04-07 18:28 野望之风 阅读(1387) 评论(0) 推荐(0) 编辑