码迷,mamicode.com
首页 > 其他好文 > 详细

文本框样式width100%超过父容器

时间:2016-11-15 22:54:00      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:解决   text   idt   ext   ima   img   src   样式   images   

input[type="text"] {
     width: 100%; 
     box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

解决文本框样式width:100%超过父容器!!!

技术分享

转载自:http://blog.csdn.net/xiaochunyong/article/details/7517210

文本框样式width100%超过父容器

标签:解决   text   idt   ext   ima   img   src   样式   images   

原文地址:http://www.cnblogs.com/17too/p/6067415.html

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