First attempt on WKWebView.

quark APIs are not implemented.
This commit is contained in:
Xhacker Liu
2015-01-07 23:39:35 -08:00
committed by LIU Dongyuan / 柳东原
parent e781bd390f
commit a692a09498
5 changed files with 41 additions and 47 deletions

View File

@@ -4,7 +4,7 @@
<title>Quark Shell</title>
<style>
html {
height: 100%;
height: 260px;
width: 100%;
overflow: hidden;
background-color: white;
@@ -13,7 +13,7 @@
height: 100%;
width: 100%;
margin: 0;
overflow: auto;
overflow: hidden;
font-family: -apple-system-font, sans-serif;
}
h1 {
@@ -22,7 +22,7 @@
font-weight: normal;
color: #333;
margin: 0;
padding: 12px 0 10px 0;
padding: 7px 0 10px 0;
font-size: 16px;
border-bottom: 1px solid #ccc;
}