guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
b0f2dbccfa
Modificáronse 1 ficheiros con 26 adicións e 23 borrados
  1. 26 23
      src/views/live/parts/videoDetail.vue

+ 26 - 23
src/views/live/parts/videoDetail.vue

@@ -239,33 +239,36 @@ export default {
       }
     }
   }
-  .two {
-    .twoList {
-      padding: 5px 0px;
-      // font-size: 14px;
-      border-bottom: 1px dashed #ccc;
-      overflow: hidden;
-      white-space: nowrap;
-      text-overflow: ellipsis;
-      .name {
-        font-size: 18px;
-        font-weight: bolder;
+  .tab {
+    background-color: #fff;
+    .two {
+      .twoList {
+        padding: 5px 0px;
+        // font-size: 14px;
+        border-bottom: 1px dashed #ccc;
+        overflow: hidden;
+        white-space: nowrap;
+        text-overflow: ellipsis;
+        .name {
+          font-size: 18px;
+          font-weight: bolder;
+        }
+        .field {
+          margin-top: 8px;
+          font-size: 16px;
+          color: #666;
+        }
       }
-      .field {
-        margin-top: 8px;
-        font-size: 16px;
-        color: #666;
+      .image {
+        margin-top: 5px;
+        .el-image {
+          border-radius: 90%;
+        }
       }
-    }
-    .image {
-      margin-top: 5px;
-      .el-image {
-        border-radius: 90%;
+      .info1 {
+        padding: 6px 0px 1px 20px;
       }
     }
-    .info1 {
-      padding: 6px 0px 1px 20px;
-    }
   }
 }
 /deep/.video-js {