upddate ui layout

This commit is contained in:
zyronon
2023-12-05 02:05:49 +08:00
parent 4e674fdd27
commit 7a2f0eb983
8 changed files with 81 additions and 76 deletions

View File

@@ -5,7 +5,6 @@
</template>
<style scoped lang="scss">
@import "@/assets/css/variable.scss";
$w: 22rem;
.icon-wrapper {
@@ -18,10 +17,10 @@ $w: 22rem;
border-radius: 3rem;
background: transparent;
transition: all .3s;
color: $main;
color: var(--color-main-active);
&:hover {
background: $main;
background: var(--color-main-active);
color: white;
}

View File

@@ -70,7 +70,7 @@ $w2: calc($w / 2);
.circle-detail {
transform-origin: $w2 $w2;
transform: rotate(-90deg);
stroke: $main;
stroke: var(--color-main-active);
}
}

View File

@@ -111,7 +111,9 @@ const emit = defineEmits<{
left: 0;
height: 55rem;
width: 55rem;
color: white; background-color: skyblue;
color: white;
//background-color: skyblue;
background-color: var(--color-main-active);
clip-path: polygon(0 10%, 0% 100%, 100% 100%);
font-size: 12rem;
display: flex;