css控制容器宽度自适应内容宽
摘要:1 p{2 width:intrinsic;3 width: -moz-max-content; 4 width: -webkit-max-content;5 float:right; width:auto; /*兼容IE*/6 }
1 p{ width:intrinsic; width: -moz-max-content; width: -webkit-max-content; float:right; width:auto; /*兼容IE*/ }
相关文章
最新发布
阅读排行
热门文章
猜你喜欢