.swing{
position:relative;
}
.swing::after{
content: " ";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
background-color: blue;
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
}
scaleY的值设置更小,线会越细哦,嘎嘎嘎嘎
.swing{
position:relative;
}
.swing::after{
content: " ";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
background-color: blue;
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
}
scaleY的值设置更小,线会越细哦,嘎嘎嘎嘎