css-:after伪样式
时间:2021-08-30 09:37:18
收藏:0
阅读:7
.hot{
width: 100px;
height: 100px;
border: 1px solid red;
position:relative;
justify-content: ;
}
.hot:after{
content:‘‘;
height:12px;
background-color:red;
bottom:0;
width:100%;
position:absolute;
left: 0;
}
原文:https://www.cnblogs.com/xiedashi/p/15196208.html
评论(0)