修改样式

This commit is contained in:
2025-04-25 20:48:20 +08:00
parent 03ec8346df
commit 20e1b35f37
3 changed files with 39 additions and 3 deletions

View File

@ -53,6 +53,17 @@
font-weight: 700;
margin-bottom: 20px;
position: relative;
&::after {
content: "";
position: absolute;
bottom: 2px;
left: 0;
width: 78px;
height: 4px;
background: linear-gradient(90deg, #3597f9c4 0%, rgba(53, 150, 249, 0) 100%);
border-radius: 4px 4px 4px 4px;
}
}
}
}