Browse Source

404页面找不到

moshaorui 3 weeks ago
parent
commit
286f7704c3

+ 4 - 14
resources/views/liquid_src/1/screen_protector_solutions/404.liquid

@@ -27,20 +27,10 @@
 {% include '_header.liquid' %}
 
 
-<section>
-    <div class="container">
-        <div class="page-bg">
-        </div>
-        <div class="wrapper">
-            <div class="breadcrumb"><a href="/">Home</a><strong>Page not found</strong></div>
-        </div>
-        <div class="wrapper">
-            <img src="{{ site.asset_base_url }}static/tpl/screen_protector_solutions/image/404.png" style="margin:60px auto;display:block;">
-            <div >
-                <a href="/" style="display:block;margin:auto;background:#5298ff;color:#FFF;width:240px;border-radius:3px;height:42px;line-height:42px;font-size:16px;text-align:center;margin-bottom: 120px;">Back to the home page</a>
-            </div>
-        </div>
-    </div>
+
+<section style="text-align:center;">
+    <h1 style="font-size:54px;color:#f08300;font-weight:400;">404 Page not found!</h1>
+    <img src="{{ site.asset_base_url }}static/tpl/screen_protector_solutions/image/404.gif" alt="Page not Found">
 </section>
 
 

+ 6 - 13
resources/views/liquid_src/1/screenprotector/404.liquid

@@ -26,27 +26,20 @@
 <section class="page-header">
     <div class="section-wrapper">
         <h1 class="page-title">Page not found</h1>
-        <div class="breadcrumb-wrapper">
-                <a href="/">Home</a> <span>/</span> <strong>Page not found</strong>
-        </div>
     </div>
 </section>
 
-<section>
-    <div class="page-bg">
-    </div>
-    <div class="wrapper">
-        <img src="{{ site.asset_base_url }}static/tpl/screen_protector_solutions/image/404.png" style="margin:60px auto;display:block;">
-        <div >
-            <a href="/" style="display:block;margin:auto;background:#5298ff;color:#FFF;width:240px;border-radius:3px;height:42px;line-height:42px;font-size:16px;text-align:center;margin-bottom: 120px;">Back to the home page</a>
-        </div>
-    </div>
-</section>
 
 
+<section class="page-header" style="min-height: 100px;padding:0px;">
+</section>
 
 
 
+<section style="text-align:center;margin-top:150px;">
+    <h1 style="font-size:54px;color:#f08300;font-weight:400;">404 Page not found!</h1>
+    <img src="{{ site.asset_base_url }}static/tpl/screen_protector_solutions/image/404.gif" alt="Page not Found">
+</section>
 
 
 

+ 5 - 19
resources/views/liquid_src/1/tech_vista/404.liquid

@@ -27,25 +27,11 @@
 
 
 
+                        <section style="text-align:center;margin-top:150px;">
+                            <h1 style="font-size:54px;color:#f08300;font-weight:400;">404 Page not found!</h1>
+                            <img src="{{ site.asset_base_url }}static/tpl/screen_protector_solutions/image/404.gif" alt="Page not Found">
+                        </section>
 
-                    <section>
-                        <div class="container">
-                            <div class="page-bg">
-                            </div>
-                            <div class="wrapper" style="margin-top: 100px;">
-                                <div><a href="/">Home</a> <span style="padding:0 10px"> / </span> <strong>Page not found</strong></div>
-                            </div>
-                            <div class="wrapper">
-                                <img src="{{ site.asset_base_url }}static/tpl/screen_protector_solutions/image/404.png" style="margin:60px auto;display:block;">
-                                <div >
-                                    <a href="/" style="display:block;margin:auto;background:#5298ff;color:#FFF;width:240px;border-radius:3px;height:42px;line-height:42px;font-size:16px;text-align:center;margin-bottom: 120px;">Back to the home page</a>
-                                </div>
-                            </div>
-
-                        </div>
-                    </section>
-
-                    
                     <!-- FOOTER -->
                     {% include '_footer.liquid' %}
                 </div>
@@ -57,7 +43,7 @@
 <script>
     setTimeout(function() {
         window.location.href = "/"; // 替换为主页URL
-    }, 50000); // 5000毫秒=5秒[3,4](@ref)
+    }, 5000); // 5000毫秒=5秒[3,4](@ref)
 </script>
 </body>
 </html>