Browse Source

ios顶部fixed中空隙问题

luyanan 8 years ago
parent
commit
2a96f0c4c2

+ 3 - 0
app/css/app.css

@ -1,4 +1,7 @@
1
html,body{height: 100%;margin:0;padding:0px;overflow: hidden;}
2
.mui-content{height:100%;overflow: auto;}
1 3
img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic;border:0;padding:0; margin:0;}
4

2 5
/*清除mui部分原有样式*/
3 6
.mui-input-group:before{background: none;}
4 7
.mui-input-group:after{background: none;}

+ 0 - 4
app/html/articalMessage.html

@ -7,10 +7,6 @@
7 7
<link href="../css/mui.min.css" rel="stylesheet" />
8 8
<link href="../css/iconfont.css" rel="stylesheet" />
9 9
<link href="../css/app.css" rel="stylesheet" />
10
<style>
11
	html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
	.mui-content{height:100%;overflow: auto;}
13
</style>
14 10
</head>
15 11
16 12
<body>

+ 2 - 2
app/html/bindmail.html

@ -8,8 +8,8 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10 10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;background: #FFFFFF;}
12
			.mui-content{height:100%;overflow: auto;background-color:#FFFFFF;}
11
			html,body{background: #FFFFFF;}
12
			.mui-content{background-color:#FFFFFF;}
13 13
		</style>
14 14
	</head>
15 15

+ 2 - 2
app/html/bindphone.html

@ -8,8 +8,8 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10 10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;background: #FFFFFF;}
12
			.mui-content{height:100%;overflow: auto;background-color:#FFFFFF;}
11
			html,body{background: #FFFFFF;}
12
			.mui-content{background-color:#FFFFFF;}
13 13
		</style>
14 14
	</head>
15 15

+ 2 - 2
app/html/changepass.html

@ -8,8 +8,8 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10 10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;background: #FFFFFF;}
12
			.mui-content{height:100%;overflow: auto;background-color:#FFFFFF;}
11
			html,body{background: #FFFFFF;}
12
			.mui-content{background-color:#FFFFFF;}
13 13
		</style>
14 14
	</head>
15 15

+ 0 - 3
app/html/chat-assess.html

@ -8,9 +8,6 @@
8 8
		<link href="../css/iconfont.css" rel="stylesheet" />
9 9
		<link rel="stylesheet" type="text/css" href="../css/app.css" />
10 10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
			
14 11
			#textbox {position: relative; }
15 12
			.text_count {text-align: right;font-size: 12px;margin-right:9px;color:#AAAAAA;}
16 13
			#textbox #question {padding:0 3px;margin:0 8px;}

+ 0 - 2
app/html/claims.html

@ -8,8 +8,6 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10 10
		<style type="text/css">
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13 11
			.mui-input-row .content {
14 12
				min-height: 150px;
15 13
				font-size: 14px;

+ 0 - 4
app/html/companyUpdata1.html

@ -8,10 +8,6 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/mui.picker.min.css" rel="stylesheet" />
10 10
		<link href="../css/app.css" rel="stylesheet" />
11
		<style>
12
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
13
			.mui-content{height:100%;overflow: auto;}
14
		</style>
15 11
	</head>
16 12

17 13
	<body>

+ 0 - 2
app/html/consultapply.html

@ -9,8 +9,6 @@
9 9
		<link href="../css/iconfont.css" rel="stylesheet" />
10 10
		<link href="../css/app.css" rel="stylesheet" />
11 11
		<style type="text/css">
12
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
13
			.mui-content{height:100%;overflow: auto;}
14 12
			#consultcon {
15 13
				/*min-height: 40px !important;*/
16 14
				font-size: 14px;

+ 0 - 2
app/html/feedback.html

@ -7,8 +7,6 @@
7 7
		<link href="../css/mui.min.css" rel="stylesheet" />
8 8
		<link href="../css/app.css" rel="stylesheet" />
9 9
		<style type="text/css">
10
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
11
			.mui-content{height:100%;overflow: auto;}
12 10
			.mui-input-row .content {
13 11
				min-height: 150px;
14 12
				font-size: 14px;

+ 0 - 4
app/html/fillinfo.html

@ -9,10 +9,6 @@
9 9
		<link href="../css/mui.picker.min.css" rel="stylesheet" />
10 10
		<link href="../css/iconfont.css" rel="stylesheet" />
11 11
		<link href="../css/app.css" rel="stylesheet" />
12
		<style>
13
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
14
			.mui-content{height:100%;overflow: auto;}
15
		</style>
16 12
	</head>
17 13
18 14
	<body>

+ 0 - 4
app/html/setpass.html

@ -7,10 +7,6 @@
7 7
		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
		</style>
14 10
	</head>
15 11
16 12
	<body>

+ 0 - 4
app/html/studentUpdate1.html

@ -8,10 +8,6 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/mui.picker.min.css" rel="stylesheet" />
10 10
		<link href="../css/app.css" rel="stylesheet" />
11
		<style>
12
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
13
			.mui-content{height:100%;overflow: auto;}
14
		</style>
15 11
	</head>
16 12

17 13
	<body>

+ 1 - 4
app/html/updateinfo-res01.html

@ -7,10 +7,7 @@
7 7
		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
		</style>
10
14 11
	</head>
15 12
16 13
	<body>

+ 0 - 4
app/html/updateinfo-res02.html

@ -7,10 +7,6 @@
7 7
		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
		</style>
14 10
	</head>
15 11
16 12
	<body>

+ 0 - 4
app/html/updateinfo-res03.html

@ -7,10 +7,6 @@
7 7
		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
		</style>
14 10
	</head>
15 11
16 12
	<body>

+ 0 - 4
app/html/updateinfo-res04.html

@ -7,10 +7,6 @@
7 7
		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
		</style>
14 10
	</head>
15 11
16 12
	<body>

+ 0 - 4
app/html/updateinfo-res05.html

@ -7,10 +7,6 @@
7 7
		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
		</style>
14 10
	</head>
15 11
16 12
	<body>

+ 0 - 4
app/html/updateinfo1.html

@ -8,10 +8,6 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/mui.picker.min.css" rel="stylesheet" />
10 10
		<link href="../css/app.css" rel="stylesheet" />
11
		<style>
12
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
13
			.mui-content{height:100%;overflow: auto;}
14
		</style>
15 11
	</head>
16 12
17 13
	<body>

+ 0 - 4
app/html/updateinfo10.html

@ -8,10 +8,6 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10 10
		<link href="../css/mui.picker.min.css" rel="stylesheet" />
11
		<style>
12
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
13
			.mui-content{height:100%;overflow: auto;}
14
		</style>
15 11
	</head>
16 12
17 13
	<body>

+ 0 - 4
app/html/updateinfo11.html

@ -8,10 +8,6 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10 10
		<link href="../css/mui.picker.min.css" rel="stylesheet" />
11
		<style>
12
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
13
			.mui-content{height:100%;overflow: auto;}
14
		</style>
15 11
	</head>
16 12
17 13
	<body>

+ 0 - 4
app/html/updateinfo2.html

@ -7,10 +7,6 @@
7 7
		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
		</style>
14 10
	</head>
15 11
16 12
	<body>

+ 0 - 4
app/html/updateinfo3.html

@ -7,10 +7,6 @@
7 7
		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
		</style>
14 10
	</head>
15 11
16 12
	<body>

+ 0 - 4
app/html/updateinfo4.html

@ -7,10 +7,6 @@
7 7
		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
		</style>
14 10
	</head>
15 11
16 12
	<body>

+ 0 - 4
app/html/updateinfo5.html

@ -7,10 +7,6 @@
7 7
		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10
		<style>
11
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
12
			.mui-content{height:100%;overflow: auto;}
13
		</style>
14 10
	</head>
15 11
16 12
	<body>

+ 0 - 4
app/html/updateinfo6.html

@ -8,10 +8,6 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10 10
		<link href="../css/mui.picker.min.css" rel="stylesheet" />
11
		<style>
12
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
13
			.mui-content{height:100%;overflow: auto;}
14
		</style>
15 11
	</head>
16 12
17 13
	<body>

+ 0 - 4
app/html/updateinfo7.html

@ -8,10 +8,6 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10 10
		<link href="../css/mui.picker.min.css" rel="stylesheet" />
11
		<style>
12
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
13
			.mui-content{height:100%;overflow: auto;}
14
		</style>
15 11
	</head>
16 12
17 13
	<body>

+ 0 - 4
app/html/updateinfo8.html

@ -8,10 +8,6 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10 10
		<link href="../css/mui.picker.min.css" rel="stylesheet" />
11
		<style>
12
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
13
			.mui-content{height:100%;overflow: auto;}
14
		</style>
15 11
	</head>
16 12
17 13
	<body>

+ 0 - 4
app/html/updateinfo9.html

@ -8,10 +8,6 @@
8 8
		<link href="../css/mui.min.css" rel="stylesheet" />
9 9
		<link href="../css/app.css" rel="stylesheet" />
10 10
		<link href="../css/mui.picker.min.css" rel="stylesheet" />
11
		<style>
12
			html,body{height: 100%;margin:1px 0 0 0;padding:0px;overflow: hidden;}
13
			.mui-content{height:100%;overflow: auto;}
14
		</style>
15 11
	</head>
16 12
17 13
	<body>