Commit 1549cadb authored by youjie's avatar youjie

no message

parent ac5697bb
...@@ -133,11 +133,11 @@ ...@@ -133,11 +133,11 @@
font-weight: 400; font-weight: 400;
} }
.category-l2:hover { .category-l2:hover {
background: #ee4454; background: var(--q-color-primary);
color: #fff; color: #fff;
} }
.category-l2-select { .category-l2-select {
background: #ee4454; background: var(--q-color-primary);
color: #fff; color: #fff;
} }
.category-l3 { .category-l3 {
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
.circle { .circle {
width: 32px; width: 32px;
height: 32px; height: 32px;
background: $primary; background: var(--q-color-primary);
border-radius: 50%; border-radius: 50%;
text-align: center; text-align: center;
color: #fff; color: #fff;
......
<style lang="scss" scoped> <style lang="scss" scoped>
.select-day { .select-day {
background: $primary; background: var(--q-color-primary);
color: #fff !important; color: #fff !important;
border-radius: 8px; border-radius: 8px;
} }
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
width: 20px; width: 20px;
height: 4px; height: 4px;
border-radius: 2px; border-radius: 2px;
background-color: $primary; background-color: var(--q-color-primary);
margin: -8px auto 0 auto; margin: -8px auto 0 auto;
} }
.img { .img {
......
...@@ -68,7 +68,7 @@ margin: 10px 13px 0 13px; ...@@ -68,7 +68,7 @@ margin: 10px 13px 0 13px;
line-height: 14px; line-height: 14px;
border-radius: 50%; border-radius: 50%;
color: #fff; color: #fff;
background-color: $primary; background-color: var(--q-color-primary);
} }
</style> </style>
<template> <template>
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
width: 20px; width: 20px;
height: 4px; height: 4px;
border-radius: 2px; border-radius: 2px;
background-color: $primary; background-color: var(--q-color-primary);
margin: -8px auto 0 auto; margin: -8px auto 0 auto;
} }
.card-info { .card-info {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment