瀏覽代碼

地图覆盖蒙版都明度0.2

visuddhinanda 10 月之前
父節點
當前提交
8e3a3e7f6b
共有 1 個文件被更改,包括 15 次插入3 次删除
  1. 15 3
      api-v8/resources/views/library/layouts/app.blade.php

+ 15 - 3
api-v8/resources/views/library/layouts/app.blade.php

@@ -52,7 +52,7 @@
             left: 0;
             right: 0;
             bottom: 0;
-            background: rgba(0, 0, 0, 0.5);
+            background: rgba(0, 0, 0, 0.2);
         }
 
         .hero-content {
@@ -152,8 +152,18 @@
     <div class="page">
         <!-- Hero Section -->
         <section class="hero-section">
-            <div class="hero-overlay"></div>
+            <div class="hero-overlay">
+                <div style="height:30px;width:100%;display: flex;justify-content: center;">
+                    <div style="color:white;flex:1;">
+                    </div>
+                    <div style="color:white;">
+                        <x-language-switcher />
+                    </div>
+                </div>
+            </div>
+
             <div class="hero-content">
+
                 <h1 class="hero-title">巴利书库</h1>
                 <p class="hero-subtitle">探索wikipali,开启智慧之门</p>
 
@@ -173,7 +183,9 @@
         </div>
     </div>
 
-    <script src="https://cdn.jsdelivr.net/npm/@tabler/core@latest/dist/js/tabler.min.js"></script>
+    <!-- Tabler JS and Bootstrap -->
+    <script src="https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta21/dist/js/tabler.min.js"></script>
+    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
     @stack('scripts')
 </body>