简易版
直接和.inline-block配合使用也能出现奇效
- update 2018-10-23 19:27:52
复杂版
.empMoreInfoControl {
position: relative;
.iconfont {
position: absolute;
top:.05rem;
margin-left:.1rem;
@extend .animation1;
}
&.active {
.iconfont {
position: absolute;
top:.05rem;
@extend .animation1;
transform: rotate(180deg);
}
}
}
需要设置过度事件

博客介绍了CSS3属性的使用,包含简易版和复杂版。简易版可直接和.inline - block配合使用产生奇效;复杂版则需要设置过渡事件。
397

被折叠的 条评论
为什么被折叠?



