refactor: 迁移简约分组标题

This commit is contained in:
augushong
2025-08-28 12:36:31 +08:00
parent d110740b7d
commit 2c561a9a55
10 changed files with 117 additions and 76 deletions

View File

@@ -393,24 +393,6 @@
padding: 15px;
}
.ul-group-title-simple {
line-height: 30px;
font-size: 16px;
padding-left: 10px;
position: relative;
}
.ul-group-title-simple:before {
content: "";
display: block;
position: absolute;
left: 0;
height: 16px;
width: 3px;
top: 7px;
border-radius: 3px;
background: linear-gradient(0deg, #7FC0FC, #4B7EEF);
}
.ul-jumbotron {
padding: 15px;
text-align: center;