CSS边框属性_css border dotted_小张biubiu的博客-CSDN博客
你还不知道css的旋转效果怎么实现?来这里看看吧_css旋转效果_我糖呢的博客-CSDN博客文章来源:https://www.toymoban.com/news/detail-700734.html
文章来源地址https://www.toymoban.com/news/detail-700734.html
.sub-title{
position: relative;
margin-left: 59px;
& span{
color: #1CDBFE;
};
& span::before{
content: "";
position: absolute;
height: 8px;
width: 8px;
// background-color: red;
border-right: 1px solid #1CDBFE;
border-top: 1px solid #1CDBFE;
// border: 1px solid;
left: -20px;
top: 7px;
transform: rotate(45deg);
};
& span::after{
content: "";
position: absolute;
top: 7px;
left:-14px;
height: 8px;
width: 8px;
transform: rotate(45deg);
border-right: 1px solid #1CDBFE;
border-top: 1px solid #1CDBFE;
}
}
到了这里,关于css画箭头图标放标题前面,旋转,border的单个边框设置的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!