|
|
@@ -70,7 +70,7 @@ export default {
|
|
|
.text1 {
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
- color: #000000;
|
|
|
+ color: var(--text0);
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
.text2 {
|
|
|
@@ -79,7 +79,7 @@ export default {
|
|
|
font-size: 12px;
|
|
|
color: #8a8a8e;
|
|
|
line-height: 18px;
|
|
|
- background: #f5f7fa;
|
|
|
+ background: var(--btnplaintBg);
|
|
|
border-radius: 2px;
|
|
|
padding: 0 10px;
|
|
|
overflow: hidden;
|
|
|
@@ -89,7 +89,7 @@ export default {
|
|
|
|
|
|
.van-button {
|
|
|
min-width: 68px;
|
|
|
- background: #f5f7fa;
|
|
|
+ background: var(--btnplaintBg);
|
|
|
}
|
|
|
|
|
|
.rank-img {
|