修复样式

This commit is contained in:
Alcedo 2023-03-03 17:01:39 +08:00
parent afe75a38c9
commit fe4e7ad4d7
2 changed files with 7 additions and 7 deletions

View file

@ -221,7 +221,7 @@ export function supportGuoba () {
{ label: '平衡', value: 'balanced' },
{ label: '富有创意', value: 'creative' },
{ label: '精确', value: 'precise' },
{ label: 'Sydney', value: 'Sydney' }
{ label: 'Sydney(可能存在风险,不建议使用)', value: 'Sydney' }
]
}
},

View file

@ -3586,22 +3586,22 @@ input.form-control-sm {
}
/* creative */
.body-Sydney {
.body-creative {
background: #c5afed29;
}
.section-heading-Sydney h2 {
.section-heading-creative h2 {
color: rgb(97 0 170 / 25%);
}
.section-heading-Sydney h2::after {
.section-heading-creative h2::after {
background: #caa5e96a;
}
.hero-content-Sydney h4::after {
.hero-content-creative h4::after {
background: #ad6bff;
}
.site-footer-Sydney {
.site-footer-creative {
border-top: 1px solid #6f42c1;
}
.copyright-text-Sydney p {
.copyright-text-creative p {
color: #9c17b8;
}