bug

Posted tujw

tags:

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

CSS BUG

font boost

当文本数量太多时,会出现字体变大

解决方式:

max-height: 100%;

圆角过圆

移动端设置border-radius: 2px;时

显示近似圆型

解决方式:

appearence: none;

margin 塌陷

垂直方向外边距重叠时,设置margin不起作用

解决方式:

触发一个盒子的bfc可以解决margin塌陷

bfc (block format content)

以下任意一种即可

.bfc {
    position:absolute;
    display:inline-block;
    float:left/right;
    overflow:hidden; 
}

border-top: 1px;

以上是关于bug的主要内容,如果未能解决你的问题,请参考以下文章

小程序连续点击bug解决

Python图像resize前后颜色不一致问题

手写代码bug百出?不如花两个小时考C认证试试

python颜色压缩的结果颜色比保存颜色深

Android Google Maps in Fragment Clustering Bug

找bug的过程