|
@ -24,9 +24,18 @@
|
24
|
24
|
<a class="mui-icon iconfont icon-moreandroid mui-pull-right button topmore" id="BtnMore"></a>
|
25
|
25
|
</header>
|
26
|
26
|
<nav class="mui-bar mui-bar-tab footbox">
|
27
|
|
<div class="mui-row artfoot">
|
28
|
|
<div class="mui-col-xs-9">
|
29
|
|
<div class="consultdiv notopen">更多功能即将开放</div>
|
|
27
|
<div class="mui-row artfoot displayNone" id="textInput">
|
|
28
|
<div class="mui-col-xs-12">
|
|
29
|
<textarea name="" placeholder="说点什么吧…" id="textInputThis"></textarea>
|
|
30
|
<button class="mui-btn" disabled>发表</button>
|
|
31
|
</div>
|
|
32
|
</div>
|
|
33
|
<div class="mui-row artfoot" id="operCol">
|
|
34
|
<div class="mui-col-xs-8">
|
|
35
|
<div class="inputShow"><span>说点什么吧…</span></div>
|
|
36
|
</div>
|
|
37
|
<div class="mui-col-xs-1" id="listenClick">
|
|
38
|
<span class="mui-icon iconfontnew icon-liuyan"><em class="mui-badge"></em></span>
|
30
|
39
|
</div>
|
31
|
40
|
<div class="mui-col-xs-2" id="collectBtn">
|
32
|
41
|
<span class="mui-icon iconfontnew icon-shoucang" id="ifCollect"></span><!--已收藏 icon-yishoucang-->
|
|
@ -106,7 +115,15 @@
|
106
|
115
|
<script src="../js/paperShow.js"></script>
|
107
|
116
|
<script type="text/javascript">
|
108
|
117
|
//处理iOS下弹出软键盘后头部会随页面的滚动条消失问题
|
|
118
|
document.getElementById("listenClick").addEventListener("tap",function(){
|
|
119
|
$(".mui-content").animate({"scrollTop": document.getElementById("olisten").offsetTop-20+"px"}, 400);
|
|
120
|
})
|
|
121
|
//处理iOS下弹出软键盘后头部会随页面的滚动条消失问题
|
109
|
122
|
iosheader();
|
|
123
|
mui("body").on("tap",".mui-content",function(){
|
|
124
|
document.getElementById("textInput").style.display="none";
|
|
125
|
document.getElementById("operCol").style.display="block";
|
|
126
|
})
|
110
|
127
|
|
111
|
128
|
//var BtnMore=document.getElementById("BtnMore");
|
112
|
129
|
var shareOut=document.getElementById("shareOut");
|
|
@ -115,7 +132,7 @@
|
115
|
132
|
var shareBlock=document.getElementById("shareBlock");
|
116
|
133
|
|
117
|
134
|
|
118
|
|
/*BtnMore.addEventListener("tap",function(){
|
|
135
|
/* BtnMore.addEventListener("tap",function(){
|
119
|
136
|
maskBlack.style.display="block";
|
120
|
137
|
shareBlock.style.display="block";
|
121
|
138
|
})*/
|
|
@ -131,6 +148,7 @@
|
131
|
148
|
this.style.display="none";
|
132
|
149
|
shareBlock.style.display="none";
|
133
|
150
|
})
|
|
151
|
|
134
|
152
|
</script>
|
135
|
153
|
</body>
|
136
|
154
|
|