
CSS超出隐藏
overflow: hidden;
解决底部三像素
vertical-align:baseline | sub | super | top | text-top | middle | bottom | text-bottom |inherit
清除浮动
类名::after{
content: "";
display: block;
clear: both;
}分享经验
发表评论
读者交流
0
还没有评论,欢迎留下第一条讨论。