@jdcfe/yep-react
Version:
一套移动端的React组件库
28 lines • 396 B
CSS
.Yep-icon {
fill: currentColor;
background-size: cover;
font-size: 44px;
}
.Yep-icon-xxs {
font-size: 30px;
}
.Yep-icon-xs {
font-size: 36px;
}
.Yep-icon-sm {
font-size: 40px;
}
.Yep-icon-md {
font-size: 44px;
}
.Yep-icon-lg {
font-size: 72px;
}
.Yep-icon-jiazai {
animation: cirle-anim 1s linear infinite;
}
@keyframes cirle-anim {
100% {
transform: rotate(360deg);
}
}