## 評論頁

代碼如下:
```
<style>
.aui-nav {
border-top:1px solid #eee;
}
.ask-input {
height: 32px;
line-height: 32px;
margin: 10px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 14px;
color: #999;
padding-left: 5px;
}
.ask-text {
height: 120px;
line-height: 30px;
margin-bottom: 10px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 14px;
color: #666;
overflow: hidden;
}
.ask-text textarea {
height: 100%;
padding: 5px;
margin: 0;
border:none;
}
.mark {
background: rgba(0,0,0,0.5);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
z-index: 1;
}
.ask-reply-btn {
padding: 8px 0;
}
#ask-reply-box {
padding: 10px;
}
#aui-footer {
background: rgba(255,255,255,0.5);
}
#aui-footer.show {
-webkit-animation: showIn .5s ease both;
animation: showIn .5s ease both;
}
</style>
<div class="mark" id="mark"></div>
<footer class="aui-nav" id="aui-footer">
<div class="ask-input" tapmode onclick="showReply()" id="ask-input">回復問答</div>
<div id="ask-reply-box">
<div class="ask-text" id="ask-text">
<textarea placeholder="請輸入你的回復,提問者確認后可獲得獎勵"></textarea>
</div>
<div class="aui-btn aui-btn-block aui-btn-info ask-reply-btn">提交</div>
</div>
</footer>
<script type="text/javascript">
function showReply(){
$api.css($api.dom(".mark"),"display:block");
$api.css($api.byId("ask-input"),"display:none");
$api.css($api.byId("ask-reply-box"),"display:block");
$api.addCls($api.byId("aui-footer"),"show");
}
apiready = function(){
$api.addEvt($api.byId('mark'), 'click', function(){
$api.css($api.dom(".mark"),"display:none");
$api.css($api.byId("ask-input"),"display:block");
$api.css($api.byId("ask-reply-box"),"display:none");
$api.removeCls($api.byId("aui-footer"),"show");
});
}
```
- 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