|
@@ -76,7 +76,7 @@ export default {
|
|
|
height: 65px;
|
|
|
margin: 0 auto;
|
|
|
display: flex;
|
|
|
- background-color: var(--m-color);
|
|
|
+ background-color: #be0202;
|
|
|
font-size: 18px;
|
|
|
font-family: PingFang SC;
|
|
|
font-weight: bold;
|
|
@@ -84,7 +84,7 @@ export default {
|
|
|
letter-spacing:3px;
|
|
|
margin-bottom: 24px;
|
|
|
.bar-item {
|
|
|
- background-color: var(--m-color);
|
|
|
+ background-color: #be0202;
|
|
|
flex-grow: 1;
|
|
|
height: 65px;
|
|
|
display: flex;
|
|
@@ -101,7 +101,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.action {
|
|
|
- background-color: var(--m-acolor);
|
|
|
+ background-color: #be0202;
|
|
|
}
|
|
|
}
|
|
|
</style>
|