wxy há 4 anos atrás
pai
commit
bd50cf0f7e
1 ficheiros alterados com 6 adições e 7 exclusões
  1. 6 7
      src/views/live/parts/videoDetail2.vue

+ 6 - 7
src/views/live/parts/videoDetail2.vue

@@ -178,20 +178,19 @@ export default {
     .name {
       margin: 0 0 20px 0;
       padding: 0 10px;
-      p:nth-child(1) {
+      p {
         text-align: center;
-        font-size: 35px;
         color: #409eff;
-        font-weight: bolder;
         font-family: cursive;
       }
+      p:nth-child(1) {
+        font-size: 35px;
+        font-weight: bolder;
+        text-shadow: 2px 2px 3px grey;
+      }
       p:nth-child(2) {
-        color: #409eff;
-        margin-top: 5px;
         font-weight: 700;
         font-size: 20px;
-        text-align: center;
-        font-family: cursive;
       }
     }
     // .title {