随笔分类 - css
border多层渐变
摘要:.content { margin-top: 19px; border-top: 1px dashed rgba(113, 183, 248, 0.6) !important; border-left: 1px dashed; border-right: 1px dashed; border-ima
虚线点
摘要:.dian { // border-left: 1px dotted #2063ff; // height: 40px; margin-left: 19px; // top: 1px; height: 40px; background-image: linear-gradient( #2063ff
css文字超出后显示...,鼠标放上去展示
摘要:##多行 overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; ##鼠标 .reason:hover { height