Forráskód Böngészése

📦 按要求修改首页字

快乐的梦鱼 1 hete
szülő
commit
3af52e42c3
1 módosított fájl, 5 hozzáadás és 2 törlés
  1. 5 2
      src/pages/index.vue

+ 5 - 2
src/pages/index.vue

@@ -449,14 +449,17 @@ onMounted(() => {
   font-size: 36px;
   font-weight: bold;
   letter-spacing: 10px;
-  color: var(--color-primary);
+  color: #fff;
+  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   margin-top: 35px;
   margin-bottom: 20px;
   position: absolute;
-  top: 0;
+  top: 100px;
   left: 0;
+  right: 0;
   width: 100%;
   text-align: center;
+  z-index: 10;
 }
 .bars-image {
   width: 100%;