xbx #106

Merged
theluyuan merged 10 commits from xbx into master 2020-11-02 08:13:16 +00:00
Showing only changes of commit f2a1b7f105 - Show all commits

View File

@ -8,7 +8,7 @@
</div>
<div class="list" @mouseout="tuichu()">
<div v-for="(i,j) in list" :key="j" style="overflow: hidden;" @click="routeto(j)" @mouseenter="mouse(j)">
<div v-for="(i,j) in list" :key="j" style="overflow: hidden;" @click="routeto(j)">
<div class="item" :class="{'selitem': j == selnum, 'seltop': j == selnum - 1, 'selbottom': j == selnum + 1}">
<div class="route">
<img :src="j == selnum ? i.sleicon : i.icon" alt="" class="icon">
@ -74,6 +74,14 @@
padding: 0 18px;
justify-content: space-between;
cursor: pointer;
&:hover{
.route{
.title{
font-weight: bold;
}
}
}
.route{
display: flex;
.icon{