作者 lyh

gx错误

@@ -25,7 +25,7 @@ class ProjectServer @@ -25,7 +25,7 @@ class ProjectServer
25 <section data-section="section" data-screen="screen-large" class="section-404-wrap-block section-block-error404" 25 <section data-section="section" data-screen="screen-large" class="section-404-wrap-block section-block-error404"
26 id="sectionIdyxqu938"> 26 id="sectionIdyxqu938">
27 <div class="layout" data-unable="demo01-error404"> 27 <div class="layout" data-unable="demo01-error404">
28 - <img src="https://ecdn6.globalso.com/upload/m/image_other/2023-10/6528a87e594db30162.png" /> 28 + <img src="https://ecdn6.globalso.com/upload/m/image_other/2023-10/6528a87e594db30162.png" alt=""/>
29 </div> 29 </div>
30 <p style="text-align: center">SORRY. THE PAGE HAS EITHER MOVED OR CANNOT BE FOUND.</p> 30 <p style="text-align: center">SORRY. THE PAGE HAS EITHER MOVED OR CANNOT BE FOUND.</p>
31 <style> 31 <style>
@@ -38,7 +38,7 @@ class ProjectServer @@ -38,7 +38,7 @@ class ProjectServer
38 .section-block-error404 img { 38 .section-block-error404 img {
39 width: 400px; 39 width: 400px;
40 } 40 }
41 - @media only screen and (max-width:500) { 41 + @media only screen and (max-width:500px) {
42 .section-block-error404 img { 42 .section-block-error404 img {
43 max-width: 100%; 43 max-width: 100%;
44 } 44 }