style:调整文本颜色以适应新设计

- 将 v-header 组件中的标题文本颜色从 #FFFFFF 改为 #2A333D
- 在首页中添加 info-box 类的文本颜色设置为 #fff !important
main
Tuzki 9 months ago
parent 14efb854d7
commit fb70756d1a
  1. 2
      src/views/components/v-header/index.vue
  2. 4
      src/views/pages/index.vue

@ -126,7 +126,7 @@
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
font-size: 18px; font-size: 18px;
color: #FFFFFF; color: #2A333D;
margin-left: 15px; margin-left: 15px;
} }
} }

@ -524,6 +524,10 @@
.nav-item::before { .nav-item::before {
background-color: #fff !important; background-color: #fff !important;
} }
.info-box{
color: #fff !important;
}
} }
</style> </style>
<style scoped lang="scss"> <style scoped lang="scss">

Loading…
Cancel
Save