Files
aio-hl-new/src/style/iconfont.styl

38 lines
747 B
Stylus
Raw Normal View History

2023-04-03 11:14:32 +08:00
.dropdown_icon::before
position absolute
right 0
top 0
content: '\e626'
.radio__icon--disabled .icon::before
content '\e608'
.radio__icon--checked .icon::before
content '\e608'
.close_icon::before
content '\e60f'
.select_icon::before
content '\e608'
2023-05-29 10:55:09 +08:00
.icon_exit
&::before
content '\e892'
// new
[class*=" icon_"],[class^=icon_]
font-family: "iconfont" !important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: middle;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
.icon_dropdown
2023-05-26 10:56:09 +08:00
font-size 15px
&::before
content: '\e626'
2023-06-28 08:58:26 +08:00
.icon_home
&::before
content: '\e632'