添加探索度解析,替换部分字体&bg

This commit is contained in:
BTMuli
2023-06-14 00:43:08 +08:00
parent 7601b04024
commit e40bbcb64a
8 changed files with 172 additions and 22 deletions

View File

@@ -159,8 +159,8 @@ const getOuterFont = computed(() => `${props.modelValue.outerHeight / 2}px`);
display: flex;
justify-content: center;
align-items: center;
font-family: Genshin, serif;
color: #faf7e8;
font-family: var(--font-title);
color: var(--common-color-white);
}
.tib-inner {
@@ -175,10 +175,9 @@ const getOuterFont = computed(() => `${props.modelValue.outerHeight / 2}px`);
background: rgb(20 20 20 / 50%);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
color: #fff;
color: var(--common-color-white);
font-size: v-bind(getInnerFont);
text-shadow: 0 0 5px #000;
font-family: Genshin, serif;
font-family: var(--font-title);
}
.tib-inner img {
@@ -199,9 +198,8 @@ const getOuterFont = computed(() => `${props.modelValue.outerHeight / 2}px`);
justify-content: center;
align-items: center;
font-family: Genshin, serif;
color: #fff;
color: var(--common-color-white);
font-size: v-bind(getOuterFont);
text-shadow: 0 0 5px #000;
}
.tib-outer img {