Files

22 lines
519 B
CSS
Raw Permalink Normal View History

2026-08-24 13:06:04 +08:00
/* 示例皮肤仅作用于本模板容器data-template 隔离) */
[data-template="minimal-demo"] .demo-page {
font-family: 'Inter', 'Noto Sans SC', sans-serif;
color: #1f1f1f;
}
[data-template="minimal-demo"] .demo-page a {
color: #b8860b;
}
[data-template="minimal-demo"] .custom-list-item {
background: #ffffff;
border: 1px solid #eee5d8;
border-radius: 10px;
margin-bottom: 10px;
padding: 1rem 1.2rem;
}
[data-template="minimal-demo"] .custom-list-item:hover {
border-color: #b8860b;
}