修改功,现在补齐页面
This commit is contained in:
@@ -101,6 +101,26 @@
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.feature-status-banner {
|
||||
padding: 18px 20px;
|
||||
border: 1px solid rgba(196, 146, 69, .38);
|
||||
border-radius: 16px;
|
||||
color: #6b542d;
|
||||
background: #fff8e8;
|
||||
box-shadow: 0 12px 26px rgba(89, 66, 26, .07);
|
||||
}
|
||||
|
||||
.feature-status-banner strong {
|
||||
color: var(--red);
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.feature-status-banner p {
|
||||
margin: 6px 0 0;
|
||||
color: inherit;
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.module-panel {
|
||||
padding: 28px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user