首页
Java
登录
6mi
u
盘
搜
搜 索
Java
scss清除浮动
scss清除浮动
xiaoxiao
2021-02-28
7
清除浮动:
%clearfix { *zoom
:
1
;
&
:before
, &
:after
{
content
:
" "
;
display
: table;
} &
:after
{
clear
: both;
} }
使用方法:
.container-with-floated-children
{
@
extend
%clearfix;
}
转载请注明原文地址: https://www.6miu.com/read-2050178.html
技术
最新回复
(
0
)