Merge branch 'master' of gitee.com:dxtc/chaoyu
commit
78effa0be0
|
@ -49,6 +49,7 @@ input,select,textarea{outline:medium none; resize: none;}
|
|||
|
||||
/*nav*/
|
||||
/**/
|
||||
.nav{ width: 72%;}
|
||||
.nav ul li{ float: left; position: relative; margin-left: 20px; transition: all .6s;}
|
||||
.nav ul li span a{ float: left; font-size: 1.125rem; line-height: 5.9375rem; padding: 0 16px; position: relative; text-decoration: none; color: #fff;}
|
||||
.nav ul li span a::before{ content: ''; width: 0; height: 4px; position: absolute; left: 0; bottom: 0; background: #F9BE3E; transition: all .6s; opacity: 0;}
|
||||
|
|
|
@ -52,9 +52,9 @@ function getMenus($menus, $level = 1, $currentFirstId, $categoryId) {
|
|||
{:getMenus($menus, 1, $currentFirstId, $categoryId)}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="language">
|
||||
<!-- <div class="language">
|
||||
<a href="" class="active">中文</a> / <a href="">English</a>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="nav_btn">
|
||||
<i class="bar-top"></i>
|
||||
<i class="bar-cen"></i>
|
||||
|
|
Loading…
Reference in New Issue