💄 调整公告卡片样式

This commit is contained in:
目棃
2025-02-28 17:17:36 +08:00
parent aeca190f2c
commit b14ad0e687

View File

@@ -73,7 +73,7 @@ async function shareAnno(): Promise<void> {
display: flex; display: flex;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
align-items: center; align-items: flex-start;
justify-content: center; justify-content: center;
aspect-ratio: 36 / 13; aspect-ratio: 36 / 13;
cursor: pointer; cursor: pointer;
@@ -129,12 +129,11 @@ async function shareAnno(): Promise<void> {
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
padding: 5px; padding: 5px;
-webkit-backdrop-filter: blur(20px); background-color: var(--tgc-od-white);
backdrop-filter: blur(20px);
background: var(--common-shadow-2);
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
box-shadow: 0 0 10px var(--tgc-dark-1); box-shadow: 0 0 10px var(--tgc-dark-1);
color: var(--tgc-white-1); color: var(--tgc-white-1);
opacity: 0.8;
text-shadow: 0 0 5px var(--tgc-dark-1); text-shadow: 0 0 5px var(--tgc-dark-1);
} }
@@ -157,14 +156,13 @@ async function shareAnno(): Promise<void> {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 0 5px; padding: 0 5px;
-webkit-backdrop-filter: blur(20px); background: var(--tgc-od-orange);
backdrop-filter: blur(20px);
background: var(--common-shadow-1);
border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
border-top-left-radius: 5px; border-top-left-radius: 5px;
box-shadow: 2px 2px 5px var(--tgc-dark-1); box-shadow: 0 0 10px var(--tgc-dark-1);
color: var(--tgc-white-1); color: var(--tgc-white-1);
font-size: 12px; font-size: 12px;
opacity: 0.8;
text-shadow: 0 0 5px var(--tgc-dark-1); text-shadow: 0 0 5px var(--tgc-dark-1);
} }
</style> </style>