lnshnew
This commit is contained in:
102
src/style/iconfont.styl
Normal file
102
src/style/iconfont.styl
Normal file
@@ -0,0 +1,102 @@
|
||||
@font-face {
|
||||
font-family: 'iconfont';
|
||||
src: url('./style/iconfont/iconfont.woff2?t=1628753103983') format('woff2'),
|
||||
url('./style/iconfont/iconfont.woff?t=1628753103983') format('woff'),
|
||||
url('./style/iconfont/iconfont.ttf?t=1628753103983') format('truetype');
|
||||
}
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16rem;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.check_icon
|
||||
display inline-block
|
||||
width .36rem
|
||||
height .36rem
|
||||
padding 0
|
||||
line-height .36rem
|
||||
font-size .32rem
|
||||
color #ffffff
|
||||
text-align center
|
||||
background-color #ffffff
|
||||
vertical-align middle
|
||||
.check_icon--squa
|
||||
border 0.02rem solid #dcdfe6
|
||||
border-radius 3px
|
||||
.check_icon--checked
|
||||
color #e74f1a
|
||||
.check_icon::before
|
||||
content '\e707'
|
||||
.dropdown_icon
|
||||
display inline-block
|
||||
width .36rem
|
||||
height .36rem
|
||||
line-height .36rem
|
||||
text-align center
|
||||
.dropdown_icon::before
|
||||
content '\e65b'
|
||||
.open_icon::before
|
||||
content '\ec0c'
|
||||
.cancel_icon
|
||||
display block
|
||||
width 1rem
|
||||
height 1rem
|
||||
font-size .36rem
|
||||
color #fff
|
||||
line-height 1rem
|
||||
text-align center
|
||||
background-color #E9B451
|
||||
.cancel_icon::before
|
||||
content '\e60f'
|
||||
.scan_icon
|
||||
display inline-block
|
||||
width .7rem
|
||||
height .5rem
|
||||
font-size .5rem
|
||||
line-height .5rem
|
||||
text-align center
|
||||
color #c9c9c9
|
||||
overflow hidden
|
||||
.scan_icon::before
|
||||
content '\e7aa'
|
||||
.scan_icon_checked
|
||||
color #e75033
|
||||
.key_icon
|
||||
display inline-block
|
||||
width .7rem
|
||||
height .5rem
|
||||
font-size .5rem
|
||||
line-height .5rem
|
||||
text-align center
|
||||
color #c9c9c9
|
||||
overflow hidden
|
||||
border-left 1px solid #c9c9c9
|
||||
.key_icon::before
|
||||
content '\e61b'
|
||||
.search_icon
|
||||
display inline-block
|
||||
width .7rem
|
||||
height .5rem
|
||||
font-size .5rem
|
||||
line-height .5rem
|
||||
text-align center
|
||||
color #c9c9c9
|
||||
overflow hidden
|
||||
border-left 1px solid #c9c9c9
|
||||
.search_icon::before
|
||||
content: '\e752'
|
||||
.key_icon_checked
|
||||
color #e75033
|
||||
.open_icon
|
||||
position absolute
|
||||
bottom .26rem
|
||||
right .1rem
|
||||
width .5rem
|
||||
height .4rem
|
||||
font-size .4rem
|
||||
line-height .4rem
|
||||
color #e75033
|
||||
text-align center
|
||||
cursor pointer
|
||||
Reference in New Issue
Block a user