|
@@ -298,7 +298,7 @@ export default {
|
|
|
background: url("../../../assets/NPC/play-red.png") center no-repeat;
|
|
|
background-size: cover;
|
|
|
margin-right: 8px;
|
|
|
-
|
|
|
+ border: none;
|
|
|
&.active {
|
|
|
background-image: url("../../../assets/NPC/icon-voice-play-red.png");
|
|
|
background-size: cover;
|
|
@@ -358,6 +358,17 @@ export default {
|
|
|
background-size: cover;
|
|
|
}
|
|
|
}
|
|
|
+ div.op-li {
|
|
|
+ .play-btn {
|
|
|
+ background: url("../../../assets/NPC/play-green.png") center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+
|
|
|
+ &.active {
|
|
|
+ background-image: url("../../../assets/NPC/icon-voice-play-green.png");
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -376,6 +387,17 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ div.op-li {
|
|
|
+ .play-btn {
|
|
|
+ background: url("../../../assets/NPC/play-brown.png") center no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+
|
|
|
+ &.active {
|
|
|
+ background-image: url("../../../assets/NPC/icon-voice-play-brown.png");
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</style>
|