手机官网->首页->解决首页底部菜单由于引入bootstrap导致和其他页面不一致

master
“用lww 5 years ago
parent cb76357dae
commit 0d83da8446

@ -21,6 +21,15 @@
a{
color:#888888;
}
.container {
width: auto;
}
*, ::after, ::before {
box-sizing: content-box;
}
body{
line-height: unset;
}
</style>
<!--头部-->
<div class="zmarg_btm59">

@ -87,7 +87,7 @@
}
</style>
<div class="foot-nav-list">
<a href="{:U('Index/index')}" class="<if condition='ACTION_NAME eq index' >on</if>">
<a href="{:U('Index/index')}" class="<if condition='CONTROLLER_NAME eq Index and ACTION_NAME eq index' >on</if>">
<i class="iconfont icon-home"></i>
<p>首页</p>
</a>

Loading…
Cancel
Save