Commit e5e0cabf authored by youjie's avatar youjie

no message

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