after加线(:after加下划线)
.underline{position:relative;}
.underline:after{
position:absolute;
bottom:0;
left:20px;
right:20px;
height:1px;
content:'';
-webkit-transform:scaleY(.5);
transform:scaleY(.5);
background-color:#e3e5e9;//这个是唯佳的线颜⾊
}
.underline:last-child:after{//可以这样⽤
height:0;
}
本文发布于:2023-03-07 10:51:06,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/1678157467171262.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:下划线怎么加.doc
本文 PDF 下载地址:下划线怎么加.pdf
留言与评论(共有 0 条评论) |