Commit e5e0cabf authored by youjie's avatar youjie

no message

parent 43730418
......@@ -29,7 +29,7 @@
}
.select {
color: #fff;
background-color: #ee4454;
background-color: var(--q-color-primary);
}
.menu-title {
font-weight: bold;
......
......@@ -29,7 +29,7 @@
}
.select {
color: #fff;
background-color: #ee4454;
background-color: var(--q-color-primary);
}
.menu-title {
font-weight: bold;
......@@ -133,7 +133,7 @@
background-color: #eee;
}
.category-l2-select {
background: #ee4454;
background: var(--q-color-primary);
color: #fff;
}
.category-l3 {
......
......@@ -34,7 +34,7 @@
.fee_line {
width: 32px;
height: 2px;
background: #ee4454;
background: var(--q-color-primary);
display: inline-block;
}
......
......@@ -1740,7 +1740,7 @@ export default {
color: #36a1fa;
}
.tag-red {
background: #ee4454;
background: var(--q-color-primary);
color: #ee4454;
}
.room-item {
......
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