@@ -325,6 +325,14 @@ export default {
line-height: 22px;
color: #686868;
}
+ &:hover{
+ .el-icon-jy-renling{
+ background-image: url('~@/assets/images/icon/renling-01.png');
+ }
+ span{
+ color: #2CB7CA;
.link-text {
@@ -11,7 +11,7 @@
<div
v-for="(item, index) in bScopeList"
:key="index"
- class="j-button-item bgc"
+ class="j-button-item bgc hover"
:class="{
active: item.selected,
all: item.name === '全部'
@@ -41,7 +41,7 @@
v-for="(item, index) in getInfoTypeList"
:key="index">
<button
- class="j-button-item"
+ class="j-button-item hover"
bgc: item.zindex === 1,