|
@ -9,7 +9,7 @@
|
9
|
9
|
<link href="../css/app.css" rel="stylesheet" />
|
10
|
10
|
<link href="../css/iconfont.css" rel="stylesheet" />
|
11
|
11
|
<style type="text/css">
|
12
|
|
html,body{height: 100%;margin:0;padding:0px;overflow: hidden;}
|
|
12
|
html,body{margin:0;padding:0px;}
|
13
|
13
|
.mui-content{height:100%;overflow: auto;}
|
14
|
14
|
</style>
|
15
|
15
|
</head>
|
|
@ -137,6 +137,10 @@
|
137
|
137
|
document.getElementById("pullrefresh").style.paddingTop="40px";
|
138
|
138
|
}else{
|
139
|
139
|
document.getElementById("pullrefresh").style.paddingTop="84px";
|
|
140
|
document.body.style.height=100%;
|
|
141
|
document.html.style.height=100%;
|
|
142
|
document.html.style.overflow="hidden";
|
|
143
|
document.body.style.overflow="hidden";
|
140
|
144
|
}
|
141
|
145
|
</script>
|
142
|
146
|
</body>
|