寂寞晓飞
寂寞晓飞
  • 发布:2015-11-12 14:42
  • 更新:2015-11-12 18:27
  • 阅读:12282

mui 底部固定导航条 样式是多少

分类:MUI

mui 底部固定导航条 样式是多少

2015-11-12 14:42 负责人:无 分享
已邀请:
DanielTing

DanielTing

可以采用mui定义的样式

<nav id="footerBar" class="mui-bar mui-bar-tab">  
<!--content item-->  
</nav>

其中,.mui-bar-tab样式定义如下:

.mui-bar-tab {  
    bottom: 0;  
    display: table;  
    width: 100%;  
    height: 50px;  
    padding: 0;  
    table-layout: fixed;  
    border-top: 0;  
    border-bottom: 0;  
    -webkit-touch-callout: none;  
}

该问题目前已经被锁定, 无法添加新回复