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

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

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

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

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