调整大使二级菜单显示
This commit is contained in:
parent
6526b9be65
commit
47c6757e8c
@ -12,20 +12,20 @@
|
|||||||
<li><a href="./roadmap.html" id="nav_roadmap">Roadmap</a></li>
|
<li><a href="./roadmap.html" id="nav_roadmap">Roadmap</a></li>
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<a href="javascript:void(0)" id="nav_activity" class="dropdown-toggle">
|
<a href="javascript:void(0)" id="nav_activity" class="dropdown-toggle">
|
||||||
Activity
|
Recruit
|
||||||
<span>
|
<span>
|
||||||
<svg t="1666610389853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1853" width="16" height="16"><path d="M859.8528 292.9664H164.1472c-40.1408 0-60.3136 48.5376-31.8464 77.0048L480.1536 717.824c17.6128 17.6128 46.1824 17.6128 63.7952 0l347.8528-347.8528c28.3648-28.4672 8.2944-77.0048-31.9488-77.0048z" p-id="1854" fill="#ffffff"></path></svg>
|
<svg t="1666610389853" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1853" width="16" height="16"><path d="M859.8528 292.9664H164.1472c-40.1408 0-60.3136 48.5376-31.8464 77.0048L480.1536 717.824c17.6128 17.6128 46.1824 17.6128 63.7952 0l347.8528-347.8528c28.3648-28.4672 8.2944-77.0048-31.9488-77.0048z" p-id="1854" fill="#ffffff"></path></svg>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="./recruit.html" id="sub_act">Activity1</a>
|
<a href="./recruit.html" id="sub_act0">Introduction</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./recruit.html" id="sub_act1">Activity1</a>
|
<a href="./ambassadors.html" id="sub_act1">Ambassador</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./recruit.html" id="sub_ac2">Activity1</a>
|
<a href="./join.html" id="sub_act2">Join us</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
<section class="main">
|
<section class="main">
|
||||||
<section class="header">
|
<section class="header">
|
||||||
<img src="img/applyother/amt.jpg" width="100%" />
|
<img src="img/applyother/amt.jpg" width="100%" />
|
||||||
|
<script>cur = 'activity'; sub='act1'</script>
|
||||||
<%- include('../comp/desktopNav.html') %>
|
<%- include('../comp/desktopNav.html') %>
|
||||||
</section>
|
</section>
|
||||||
<section class="main-con amb-con">
|
<section class="main-con amb-con">
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
<section class="main">
|
<section class="main">
|
||||||
<section class="header">
|
<section class="header">
|
||||||
<img src="img/applyother/amt.jpg" width="100%" />
|
<img src="img/applyother/amt.jpg" width="100%" />
|
||||||
|
<script>cur = 'activity'; sub='act1'</script>
|
||||||
<%- include('../comp/desktopNav.html') %>
|
<%- include('../comp/desktopNav.html') %>
|
||||||
</section>
|
</section>
|
||||||
<section class="main-con amb-con">
|
<section class="main-con amb-con">
|
||||||
|
@ -105,6 +105,10 @@ body {
|
|||||||
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
|
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
|
||||||
flex-wrap: wrap!important;
|
flex-wrap: wrap!important;
|
||||||
}
|
}
|
||||||
|
.dropdown-menu li a{
|
||||||
|
min-width: 160px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
.open .dropdown-menu {
|
.open .dropdown-menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
<section class="main">
|
<section class="main">
|
||||||
<section class="header">
|
<section class="header">
|
||||||
<img src="img/applyother/a1.png" width="100%" />
|
<img src="img/applyother/a1.png" width="100%" />
|
||||||
|
<script>cur = 'activity'; sub='act2'</script>
|
||||||
<%- include('../comp/desktopNav.html') %>
|
<%- include('../comp/desktopNav.html') %>
|
||||||
</section>
|
</section>
|
||||||
<section class="main-con">
|
<section class="main-con">
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<section class="main">
|
<section class="main">
|
||||||
<section class="header">
|
<section class="header">
|
||||||
<img src="img/applyother/a3.png" width="100%" />
|
<img src="img/applyother/a3.png" width="100%" />
|
||||||
<script>cur = 'activity'; sub='act1'</script>
|
<script>cur = 'activity'; sub='act0'</script>
|
||||||
<%- include('../comp/desktopNav.html') %>
|
<%- include('../comp/desktopNav.html') %>
|
||||||
</section>
|
</section>
|
||||||
<section class="main-con">
|
<section class="main-con">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user