-
Notifications
You must be signed in to change notification settings - Fork 261
CSS技巧
suyan edited this page Jun 21, 2022
·
2 revisions
- 1px 方案
https://github.com/umijs/umi-hd
- 左图标,最多三行
$height = 32px
.doc-title
position relative
.file-type-icon
display inline-block
position absolute
left 0
top 0
margin-top 5px
margin-right 4px
.content
color #222
display -webkit-box
font-size 23px
line-height $height
text-overflow ellipsis
overflow hidden
-webkit-line-clamp 3
-webkit-box-orient vertical
text-indent 30px