Skip to content

Commit

Permalink
Mod: 微调SPA模板
Browse files Browse the repository at this point in the history
  • Loading branch information
毛瑞 authored and Maorey committed May 18, 2020
1 parent dc8e65a commit 64ab1c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- <meta http-equiv="Pragma" content="max-age=604800" />
<meta http-equiv="Expires" content="Thu, 03 Jan 2020 02:19:10 GMT" /> -->

<!-- 移动端网页可视区域 -->
<!-- 视口(for 移动端) -->
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />

<!-- 忽略数字被识别为电话号码 -->
Expand Down Expand Up @@ -71,10 +71,12 @@
<!-- 手写页面骨架 -->
<style>
body {
margin: 0;
overflow: hidden;
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
background: #0d1a25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #0d1a25;
}
</style>
<p style="margin: 0; padding-top: 45vh; color: snow; font-size: x-large; text-align: center;">
Expand Down
4 changes: 3 additions & 1 deletion public/other.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- <meta http-equiv="Pragma" content="max-age=604800" />
<meta http-equiv="Expires" content="Thu, 03 Jan 2020 02:19:10 GMT" /> -->

<!-- 移动端网页可视区域 -->
<!-- 视口(for 移动端) -->
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />

<!-- 忽略数字被识别为电话号码 -->
Expand Down Expand Up @@ -71,6 +71,8 @@
<!-- 手写页面骨架 -->
<style>
body {
margin: 0;
overflow: hidden;
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
Expand Down

0 comments on commit 64ab1c2

Please sign in to comment.