iconfont图标字体如何实现旋转效果?
看了网上有人说要加display: inline-block,我加了还是不起作用,求大神解答?
.rotate:before {
font-size: 1rem;
display: inline-block!important;
transform: rotate(135deg);
-ms-transform: rotate(135deg);
/ IE 9 /
-moz-transform: rotate(135deg);
/ Firefox /
-webkit-transform: rotate(135deg);
/ Safari 和 Chrome /
-o-transform: rotate(135deg);
/ Opera /
display: inline-block!important;
}
加载的字体图标出来了,但是没有旋转效果
transition或keyframe+animation
建议买本书学习css