微语 微语:代码适合中午敲,早晚出BUG

日用CSS 前端

CSS超出隐藏

overflow: hidden;

解决底部三像素


vertical-align:baseline | sub | super | top | text-top | middle | bottom | text-bottom |inherit

清除浮动

类名::after{
            content: "";
            display: block;
            clear: both;
            }