🚚 重命名&美化

This commit is contained in:
BTMuli
2023-06-26 14:48:37 +08:00
parent 6b67953cfe
commit ff293d0006
19 changed files with 71 additions and 69 deletions

View File

@@ -26,7 +26,7 @@ defineProps<TAOProps>();
height: auto;
padding: 5px;
border-radius: 5px;
background: var(--common-bg);
background: var(--common-shadow-1);
display: flex;
flex-direction: column;
justify-content: center;
@@ -36,7 +36,7 @@ defineProps<TAOProps>();
.tur-os-title {
font-family: var(--font-title);
font-size: 20px;
color: var(--common-text-2);
color: var(--common-text-content);
}
.tur-os-text {

View File

@@ -87,7 +87,7 @@ async function listenOnTheme() {
display: flex;
justify-content: center;
align-items: center;
background: var(--common-bg);
background: var(--common-shadow-1);
}
.tur-ws-icon {
@@ -102,7 +102,7 @@ async function listenOnTheme() {
}
.tur-ws-content {
color: var(--common-text-2);
color: var(--common-text-content);
width: calc(100% - 60px);
height: 100%;
}
@@ -110,7 +110,7 @@ async function listenOnTheme() {
.tur-ws-title {
font-family: var(--font-title);
font-size: 20px;
border-bottom: 1px inset var(--common-text-2);
border-bottom: 1px inset var(--common-text-content);
}
.tur-ws-sub {