08/22问题修改
This commit is contained in:
parent
bc4594a5d4
commit
f74dea6bbe
BIN
src/assets/image/right-view2-act-red.png
Normal file
BIN
src/assets/image/right-view2-act-red.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
@ -119,7 +119,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div v-for="item, index in rightList2.slice(4, 8)"
|
||||
:class="right2Index[item.index]=='1' ? 'active' : ''">{{ item.name }}</div>
|
||||
:class="right2Index[item.index]=='1' ? (item.index==7?'active red':'active') : ''">{{ item.name }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right-view3">
|
||||
@ -850,6 +850,11 @@ export default {
|
||||
|
||||
text-shadow: 0px 2px 0px rgba(0, 111, 128, 0.5);
|
||||
color: #FFFFFF;
|
||||
&.red{
|
||||
background: url(../../assets/image/right-view2-act-red.png) no-repeat center;
|
||||
background-size: 100% 100%;
|
||||
text-shadow: 0px 2px 0px rgba(28, 176, 199, 0.5);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user