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

Posted 十月八日

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了文本框样式width100%超过父容器相关的知识,希望对你有一定的参考价值。

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%超过父容器的主要内容,如果未能解决你的问题,请参考以下文章