Parcourir la source

8.14需求变更

bihuisong il y a 1 an
Parent
commit
230a3b070a
1 fichiers modifiés avec 30 ajouts et 28 suppressions
  1. 30 28
      src/main/webapp/template/1/songhuahu/header-tab.htm

+ 30 - 28
src/main/webapp/template/1/songhuahu/header-tab.htm

@@ -5,32 +5,34 @@
 <!--        <span>0432-66666666</span>-->
     </div>
 </div>
-<section class="header_top w1140">
-    <a  href="{ms:global.html/}index.html" class="i_logo_img"><img src="/{ms:global.style/}images/logo.png" alt="logo"></a>
-    <div class="header_nav">
-        <div class="i_ss fr">
+<div style="width:100%;background: #2674fd;">
+    <section class="header_top w1140">
+        <a  href="{ms:global.html/}index.html" class="i_logo_img"><img src="/{ms:global.style/}images/logo.png" alt="logo"></a>
+        <div class="header_nav">
+            <div class="i_ss fr">
+            </div>
+            <div class="i_logo_ul fr">
+                <ul class="fl nav_menu">
+                    <li><a href="{ms:global.html/}index.html" class="a_nav <#assign typeid=field.typeid><#if typeid==''>active1</#if>">首页</a></li>
+                    <!--定义变量typeid、ids,通过这两个变量判断是否选中-->
+                    <#assign typeid=field.typeid>
+                    <#assign ids=field.parentids>
+                    {ms:channel type="nav" flag="n" orderby="sort"}
+                    <li><a href="{ms:global.html/}${field.typelink}" class="a_nav <#if field.typeid == typeid || (ids?has_content && ids?split(",")?seq_contains(field.typeid.toString()))>active1</#if>">${field.typetitle} ${field.typeid} ${typeid}</a></li>
+                    {/ms:channel}
+                </ul>
+            </div>
+            <script type="text/javascript">
+                jQuery(".nav").slide({
+                    type: "menu",
+                    titCell: ".m",
+                    targetCell: ".sub",
+                    effect: "slideDown",
+                    delayTime: 300,
+                    triggerTime: 100,
+                    returnDefault: true
+                });
+            </script>
         </div>
-        <div class="i_logo_ul fr">
-            <ul class="fl nav_menu">
-                <li><a href="{ms:global.html/}index.html" class="a_nav <#assign typeid=field.typeid><#if typeid==''>active1</#if>">首页</a></li>
-                <!--定义变量typeid、ids,通过这两个变量判断是否选中-->
-                <#assign typeid=field.typeid>
-                <#assign ids=field.parentids>
-                {ms:channel type="nav" flag="n" orderby="sort"}
-                <li><a href="{ms:global.html/}${field.typelink}" class="a_nav <#if field.typeid == typeid || (ids?has_content && ids?split(",")?seq_contains(field.typeid.toString()))>active1</#if>">${field.typetitle} ${field.typeid} ${typeid}</a></li>
-                {/ms:channel}
-            </ul>
-        </div>
-        <script type="text/javascript">
-            jQuery(".nav").slide({
-                type: "menu",
-                titCell: ".m",
-                targetCell: ".sub",
-                effect: "slideDown",
-                delayTime: 300,
-                triggerTime: 100,
-                returnDefault: true
-            });
-        </script>
-    </div>
-</section>
+    </section>
+</div>