Browse Source

选择声调 小喇叭

natasha 2 years ago
parent
commit
f585a85d09
1 changed files with 23 additions and 1 deletions
  1. 23 1
      src/components/Adult/preview/SelectTone.vue

+ 23 - 1
src/components/Adult/preview/SelectTone.vue

@@ -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>