From 278d1fa1a2daeabe6e567848d1c09d6e2d265737 Mon Sep 17 00:00:00 2001 From: "mail_yanpeng@163.com" Date: Tue, 4 Dec 2018 09:15:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0=E8=8F=9C=E5=8D=95=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/map.css | 5 +++++ static/css/menunav.css | 10 +++++----- views/note.html | 3 ++- views/us.html | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/static/css/map.css b/static/css/map.css index 9e0e75b..62d1004 100644 --- a/static/css/map.css +++ b/static/css/map.css @@ -10,4 +10,9 @@ .map-root .map-container { width: 100%; height: 100%; +} + +.amap-logo,.amap-copyright { + display: none !important; + visibility: hidden !important; } \ No newline at end of file diff --git a/static/css/menunav.css b/static/css/menunav.css index 3e1764f..8ff6bbd 100644 --- a/static/css/menunav.css +++ b/static/css/menunav.css @@ -1,7 +1,7 @@ .note-nav{ position: fixed; left: 0; - top: 50%; + top: 0; z-index: 99999; } @@ -12,9 +12,9 @@ input[id*="joacims-menu"] { input[id*="joacims-menu"] + label { display:block; - width:35px; - height:35px; - background:#222; + width:40px; + height:40px; + background:#64807d; cursor:pointer; font-size:30px; color:#fff; @@ -24,7 +24,7 @@ input[id*="joacims-menu"] + label { input[id*="joacims-menu"] + label span { display:block; position:absolute; - top: 2px; + top: 8px; left: 5px; transition:.2s; } diff --git a/views/note.html b/views/note.html index b8b0444..c87ebcc 100644 --- a/views/note.html +++ b/views/note.html @@ -19,6 +19,7 @@ .w-e-toolbar { height: 40px; line-height: 30px; + padding-left: 45px; } ::-webkit-scrollbar { @@ -93,7 +94,7 @@ } } editor.create() - editor.txt.html("

点击右上角菜单新建或者选择笔记

"); + editor.txt.html("

点击右上角菜单新建或者选择笔记

点击左上角菜单进行新建笔记或者导航

一定要记得先新建笔记然后在编辑"); document.onkeydown = keyDown; diff --git a/views/us.html b/views/us.html index 781c486..ae8235e 100644 --- a/views/us.html +++ b/views/us.html @@ -33,7 +33,7 @@ -
+
{{template "footer"}}