##底部
###1、底部樣式一

```
<style>
.aui-nav {background-color: none;}
.aui-nav .aui-bar-tab {background-color: #fff;border-top:1px solid #eee;}
.aui-nav .aui-bar-tab .aui-iconfont{font-size: 26px !important;}
.aui-nav .aui-bar-tab .aui-iconfont, .aui-nav .aui-bar-tab p {color: #a2a2a2;}
</style>
<footer class="aui-nav" id="aui-footer">
<ul class="aui-bar-tab">
<li class="active-info" id="helper_list" tapmode onclick="randomSwitchBtn(0,'helper_list')">
<span class="aui-iconfont aui-icon-crownfill"></span>
<p>幫主</p>
</li>
<li id="ask_list" tapmode onclick="randomSwitchBtn(1,'ask_list')">
<span class="aui-iconfont aui-icon-commandfill"></span>
<p>問答</p>
</li>
<li id="my" tapmode onclick="randomSwitchBtn(2,'my')">
<span class="aui-iconfont aui-icon-peoplefill"></span>
<p>我的</p>
</li>
</ul>
</footer>
<script>
function openGroup(){
var header = $api.byId('aui-header');
var headerPos = $api.offset(header);
var body_h = $api.offset($api.dom('body')).h;
var footer_h = $api.offset($api.byId('aui-footer')).h;
api.openFrameGroup({
name: 'indexGroup',
scrollEnabled: true,
rect:{x:0, y:headerPos.h, w:'auto', h:body_h - headerPos.h - footer_h},
index: 0,
frames: [{
name:'helper_list',
url:'helper_list.html',
vScrollBarEnabled:false,
hScrollBarEnabled:false,
bounces:false
},{
name:'ask_list',
url:'ask_list.html',
vScrollBarEnabled:false,
hScrollBarEnabled:false,
bounces:false
},{
name:'my',
url:'my.html',
vScrollBarEnabled:false,
hScrollBarEnabled:false,
bounces:false
}]
}, function (ret, err) {
$api.removeCls($api.dom('#aui-footer li.active-info'),'active-info');
$api.addCls($api.byId(''+ret.name+''),'active-info');
});
}
// 隨意切換按鈕
function randomSwitchBtn(index,name) {
$api.removeCls($api.dom('#aui-footer li.active-info'),'active-info');
$api.addCls($api.byId(''+name+''),'active-info');
api.setFrameGroupIndex({
name: 'indexGroup',
index: index
});
}
</script>
```
- APP模塊
- 歡迎頁
- 頭部模塊
- 底部模塊
- 圖文列表
- 商品展示
- 文字列表
- 內容頁一
- 評論頁
- N宮格
- 獲得上一級的欄目名稱
- 搜索模塊
- 圖標
- 幻燈模塊
- 消息頁
- 個人中心
- 個人中心—我的收藏
- 個人中心—資料修改
- 個人中心—我的錢包(賬戶)
- 咨詢頁面
- APP模板
- 注冊 頁面一
- 注冊 頁面二
- 登錄 頁面一
- 登錄 頁面二
- 忘記密碼 頁面一
- 會員中心 首頁一
- 會員中心 首頁二
- 會員中心 首頁三
- 會員中心 資料修改
- 申請審核步驟
- 商品訂單一
- 游戲頁面
- 新聞列表頁
- 圖文列表頁
- 商品列表頁
- 商品詳情頁
- 聊天
- 消息列表
- 聊天界面
- 發布需求
- 前端框架
- CSS Framework
- trim 字符處理
- dom 選擇器
- 樣式
- evt 事件
- 選擇元素
- 屬性
- 文本
- 位置
- json
- 設置
- 提示
- AJAX
- storage 本地存儲
- API對象
- 常用函數
- openWin()
- closeWin()
- apiready
- fixStatusBar(header)
- api.setRefreshHeaderInfo
- api.openFrame
- randomSwitchBtn(index,name)
- APP常用圖片
- asd