This commit is contained in:
JiXieShi
2024-05-15 17:31:37 +08:00
parent 97d31651c6
commit 60f9fdf116
3 changed files with 22 additions and 349 deletions

View File

@@ -447,3 +447,22 @@ hr:after{
width:26px;
height: 24px;
}
.dividingline{
display: flex;
align-items: center;
font-size: 20px;
color: var(--primary, #673ab7);
}
.dividingline::before,.dividingline::after{
content: '';
flex: 1;
height: 1px;
background: #ccc;
}
.dividingline::before{
margin-right: 10px;
}
.dividingline::after{
margin-left: 10px;
}