会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
不败王者
博客园
首页
新随笔
联系
订阅
管理
2018年11月6日
两个input标签之间间隙问题的解决
摘要: 代码显示效果: 解决方案 1、改变HTML结构,input之间不要换行 1 <input type="text"> 2 <input type="button" value="搜索"> View Code 改变HTML结构清除input间隙 1 <input type="text"> 2 <inpu
阅读全文
posted @ 2018-11-06 12:53 溪风!
阅读(6954)
评论(0)
推荐(1)
编辑
公告