css 使容器宽度适应内容宽

 

1 p{
2     width:intrinsic;
3     width: -moz-max-content; 
4     width: -webkit-max-content;
5     float:right; width:auto; /*兼容IE*/
6 }

 

posted @ 2015-07-07 11:23  孟_令欽  阅读(1171)  评论(0编辑  收藏  举报