diff --git a/static/css/myEdit.css b/static/css/myEdit.css index 7608eae..36a593b 100644 --- a/static/css/myEdit.css +++ b/static/css/myEdit.css @@ -27,11 +27,14 @@ } body { + font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", Helvetica, Arial, "Microsoft YaHei", 微软雅黑, 黑体, Heiti, sans-serif, SimSun, 宋体, serif, SourceSansPro; + + display: flex; + flex-direction: column; justify-content: center; /*align-items: center;*/ - font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", Helvetica, Arial, "Microsoft YaHei", 微软雅黑, 黑体, Heiti, sans-serif, SimSun, 宋体, serif, SourceSansPro; - + /*background-color: #ffebc3;*/ } header { @@ -175,14 +178,16 @@ main { margin-bottom: 3rem; } - body{ + body { top: 1%; } - #_style_utils svg{ - width:400rem; - height:400rem; + + #_style_utils svg { + width: 400rem; + height: 400rem; margin: 50rem 0; } + main { margin-top: 500rem; } diff --git a/static/js/lib/main.js b/static/js/lib/main.js index 4f70564..389125b 100644 --- a/static/js/lib/main.js +++ b/static/js/lib/main.js @@ -174,13 +174,13 @@ window.onload = function () { */ let testDiv = document.getElementById("testDevice"); testDiv.innerText += "\n\n ### info ###"+ - "\n'# ': h1" + - "\n'## ': h2" + - "\n'### ': h3" + - "\n'#### ': h4" + - "\n'##### ': h5" + - "\n'###### ': h6" + - "\n'- ': 无序列表" + - "\n'num ': 有序序列表" + "\n'#空格': h1" + + "\n'##空格': h2" + + "\n'###空格': h3" + + "\n'####空格': h4" + + "\n'#####空格': h5" + + "\n'######空格': h6" + + "\n'-空格': 无序列表" + + "\n'1.空格': 有序序列表 形如 1. " } diff --git a/static/yanxuelu.html b/static/yanxuelu.html index bf66f16..d10d3d8 100644 --- a/static/yanxuelu.html +++ b/static/yanxuelu.html @@ -14,7 +14,7 @@ -
+