CSS超出隐藏
overflow: hidden;
解决底部三像素
vertical-align:baseline | sub | super | top | text-top | middle | bottom | text-bottom |inherit
清除浮动
类名::after{
content: "";
display: block;
clear: both;
}沉浸阅读完整内容
overflow: hidden;
vertical-align:baseline | sub | super | top | text-top | middle | bottom | text-bottom |inherit
类名::after{
content: "";
display: block;
clear: both;
}
发表评论
评论 0