增加默认样式

增加默认样式
This commit is contained in:
穷屌丝 2019-10-14 11:19:59 +08:00 committed by GitHub
parent 360ebafcc7
commit 98b6a2b8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -21,6 +21,19 @@
-->
<title>Omi</title>
</head>
<style>
html {
height: 100%;
font-size: 12px
}
body {
margin: 0;
padding: 0;
color: #ccc;
font-family: Microsoft YaHei,Verdana,Arial,Helvetica,sans-serif;
width: 100%;
}
</style>
<body>
<noscript>
You need to enable JavaScript to run this app.