💄 稍微处理了一下色彩

This commit is contained in:
BTMuli
2023-09-06 09:28:31 +08:00
parent efd4c670fb
commit d3d23c439f
11 changed files with 22 additions and 54 deletions

View File

@@ -56,7 +56,7 @@
class="tuc-dor-item"
:model-value="item"
:style="{
border: selected.pos === item.pos + 5 ? '2px solid var(--common-color-yellow)' : '',
border: selected.pos === item.pos + 5 ? '2px solid var(--tgc-yellow-1)' : '',
}"
@click="showDetail(item, '命座', item.pos + 5)"
/>

View File

@@ -233,7 +233,7 @@ onUnmounted(() => {
align-items: center;
justify-content: center;
padding: 5px;
border: 1px solid var(--tgc-white-8);
border: 1px solid var(--tgc-white-4);
border-radius: 50%;
background: var(--tgc-dark-7);
opacity: 0.8;
@@ -245,7 +245,7 @@ onUnmounted(() => {
height: 30px;
align-items: center;
justify-content: center;
color: var(--tgc-white-8);
color: var(--tgc-white-4);
font-family: var(--font-title);
font-size: 12px;
text-shadow: 0 0 10px var(--tgc-dark-7);