refactor: 重构ul-title组件

This commit is contained in:
augushong
2025-08-28 12:28:57 +08:00
parent 1d7dd95475
commit 1690c7fc04
9 changed files with 3288 additions and 68 deletions

View File

@@ -0,0 +1,18 @@
.ul-title {
text-align : center;
line-height: 1.5;
}
.ul-title-main {
font-size: 16px;
}
.ul-title-plus {
color: #999;
}
.ul-title-line {
border-top: 2px solid #666;
margin-top: 8px;
}