wkw hai 1 semana
pai
achega
6ce1754545
Modificáronse 1 ficheiros con 0 adicións e 16 borrados
  1. 0 16
      src/views/im/chat/index.vue

+ 0 - 16
src/views/im/chat/index.vue

@@ -534,22 +534,10 @@ const goDetail = () => router.push("detail");
           .voice-bubble {
             display: flex;
             align-items: center;
-            background-color: #fff;
-            border-radius: 10px;
-            padding: 8px 17px;
             max-width: 180px;
             cursor: pointer;
-            margin-top: 8px;
-            color: #000;
-            font-family:
-              PingFang SC,
-              PingFang SC;
-            font-weight: 400;
-            font-size: 15px;
           }
           .voice-bubble .duration {
-            font-size: 16px;
-            font-weight: 500;
             margin-right: 6px;
           }
           .voice-bubble .voice-icon img {
@@ -588,10 +576,6 @@ const goDetail = () => router.push("detail");
           background: #4d71ff; // 自己的消息是蓝色
           color: #ffffff; // 白字
         }
-        .voice-bubble{
-          background: #4d71ff; // 自己的消息是蓝色
-          color: #ffffff; // 白字
-        }
       }
     }
   }