Commit 1549cadb authored by youjie's avatar youjie

no message

parent ac5697bb
......@@ -133,11 +133,11 @@
font-weight: 400;
}
.category-l2:hover {
background: #ee4454;
background: var(--q-color-primary);
color: #fff;
}
.category-l2-select {
background: #ee4454;
background: var(--q-color-primary);
color: #fff;
}
.category-l3 {
......
......@@ -73,7 +73,7 @@
.circle {
width: 32px;
height: 32px;
background: $primary;
background: var(--q-color-primary);
border-radius: 50%;
text-align: center;
color: #fff;
......
<style lang="scss" scoped>
.select-day {
background: $primary;
background: var(--q-color-primary);
color: #fff !important;
border-radius: 8px;
}
......
......@@ -68,7 +68,7 @@
width: 20px;
height: 4px;
border-radius: 2px;
background-color: $primary;
background-color: var(--q-color-primary);
margin: -8px auto 0 auto;
}
.img {
......
......@@ -68,7 +68,7 @@ margin: 10px 13px 0 13px;
line-height: 14px;
border-radius: 50%;
color: #fff;
background-color: $primary;
background-color: var(--q-color-primary);
}
</style>
<template>
......
......@@ -69,7 +69,7 @@
width: 20px;
height: 4px;
border-radius: 2px;
background-color: $primary;
background-color: var(--q-color-primary);
margin: -8px auto 0 auto;
}
.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