This commit is contained in:
@@ -54,6 +54,34 @@
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* 通用列表块,复用轮播样式 */
|
||||
.config-item {
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 8px;
|
||||
padding: 16px;
|
||||
margin-bottom: 16px;
|
||||
background: #f9fafb;
|
||||
}
|
||||
|
||||
.config-item__header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.config-item__header h4 {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.sub-title {
|
||||
margin: 0 0 8px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
color: #4b5563;
|
||||
}
|
||||
|
||||
.empty-tip {
|
||||
padding: 16px;
|
||||
border: 1px dashed #cbd5f5;
|
||||
|
||||
Reference in New Issue
Block a user