We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
第322天 如何使用css实现跨浏览器的最小高度?
我也要出题
div{ height:auto!important; height:200px; min-height:200px; }
这个第一个已经 important 了,后面的属性设置应该也没用了吧 浏览器兼容接触的比较少了,目前项目只兼容 blink
Activity
longhui520 commentedon Mar 3, 2020
xiangshuo1992 commentedon Mar 5, 2020
这个第一个已经 important 了,后面的属性设置应该也没用了吧
浏览器兼容接触的比较少了,目前项目只兼容 blink