简易版
直接和.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);
}
}
}
需要设置过度事件