@@ -145,11 +145,13 @@ export default {
line-height: 16px;
color: #ffffff;
}
+ img {
+ width: 16px;
+ height: 16px;
+ margin-left: 4px;
+ }
- img {
- width: 24px;
- height: 24px;
- }
+
.rotate {
animation-name: firstrotate;
animation-direction: 2s;
@@ -503,7 +503,9 @@ export default {
background-size: 100% 100%;
cursor: pointer;
&.active {
- background: url("../../../assets/NPC/play-white-gif.png") no-repeat
+ background: url("../../../assets/NPC/icon-voice-play-white.png") no-repeat
left top;