This commit is contained in:
parent
5a386f8a66
commit
159e8ee95f
@ -177,7 +177,7 @@ function goConsole() {
|
||||
}
|
||||
|
||||
:deep(.menu-item) {
|
||||
color: rgb(73, 117, 104) !important;
|
||||
color: #497568 !important;
|
||||
}
|
||||
|
||||
:deep(.router-link-active) {
|
||||
|
@ -62,7 +62,7 @@
|
||||
</div>
|
||||
<!-- <template v-if="isBaidu"> -->
|
||||
<div class="list">
|
||||
<div class=" hover:text-orange-500" @click="gotonews(item.url)" v-for="(item, index) in baidu" :key="index"
|
||||
<div class=" hover:text-[#FF9003]" @click="gotonews(item.url)" v-for="(item, index) in baidu" :key="index"
|
||||
v-show="index < 10">
|
||||
<div v-if="index < 3" class="flex my-2 justify-between">
|
||||
<div class="hot flex items-center">
|
||||
|
Loading…
Reference in New Issue
Block a user