mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
修复样式
This commit is contained in:
parent
afe75a38c9
commit
fe4e7ad4d7
2 changed files with 7 additions and 7 deletions
|
|
@ -221,7 +221,7 @@ export function supportGuoba () {
|
|||
{ label: '平衡', value: 'balanced' },
|
||||
{ label: '富有创意', value: 'creative' },
|
||||
{ label: '精确', value: 'precise' },
|
||||
{ label: 'Sydney', value: 'Sydney' }
|
||||
{ label: 'Sydney(可能存在风险,不建议使用)', value: 'Sydney' }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue