feat: 新增字体图标

This commit is contained in:
duanshuwen
2025-07-31 21:15:24 +08:00
parent 283530c0e2
commit 3cf429931c
32 changed files with 3416 additions and 107 deletions

View File

@@ -4,36 +4,10 @@
padding: 16px 18px;
}
.notice-section {
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
}
.notice-title {
display: flex;
align-items: center;
margin-bottom: 8px;
font-size: 14px;
font-weight: 600;
font-size: 16px;
font-weight: 500;
color: #333;
}
.notice-icon {
width: 18px;
height: 18px;
margin-right: 10px;
}
.notice-content {
font-size: 12px;
color: #666;
padding-left: 28px;
}
.notice-item {
display: block;
margin-bottom: 5px;
}