height: auto;后怎么让内容不溢出,且呈块状(block)写了overflow: hidden;一定要写 height: auto; 才能包裹内容
Posted ruoyuting
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了height: auto;后怎么让内容不溢出,且呈块状(block)写了overflow: hidden;一定要写 height: auto; 才能包裹内容相关的知识,希望对你有一定的参考价值。
在移动端经常遇到的问题
- width: 100%;
- height: auto;
- overflow:
写了overflow: hidden;一定要写 height: auto; 才能包裹内容
overflow: hidden; 起作用,如果写了height:20px; 超出的部分,会被隐藏
以上是关于height: auto;后怎么让内容不溢出,且呈块状(block)写了overflow: hidden;一定要写 height: auto; 才能包裹内容的主要内容,如果未能解决你的问题,请参考以下文章
div 没有设置height 内容撑大···怎么获取高度啊, clientHeight offsetHeight style.height 都不行