update at 2026-03-16 09:00:35

This commit is contained in:
douboer@gmail.com
2026-03-16 09:00:35 +08:00
parent 4b280073d4
commit 3d8dba12aa
24 changed files with 974 additions and 233 deletions

View File

@@ -42,7 +42,7 @@ const quoteFontSize = computed(() => {
display: grid;
gap: 0.34rem;
padding: 0.72rem 1.02rem;
background: linear-gradient(180deg, rgba(255, 248, 230, 0.96), rgba(255, 252, 243, 0.94));
background: #ffffff;
overflow: hidden;
}
@@ -50,12 +50,13 @@ const quoteFontSize = computed(() => {
display: inline-flex;
align-items: center;
gap: 0.45rem;
color: #c75d00;
color: #000000;
}
.quote-card__icon {
width: 0.9rem;
height: 0.9rem;
filter: brightness(0) saturate(100%);
}
.quote-card__title {
@@ -66,6 +67,6 @@ const quoteFontSize = computed(() => {
.quote-card__content {
margin: 0;
line-height: 1.34;
color: #292929;
color: #000000;
}
</style>