Browse Source

笔记菜单优化

layui
mail_yanpeng@163.com 6 years ago
parent
commit
278d1fa1a2
  1. 5
      static/css/map.css
  2. 10
      static/css/menunav.css
  3. 3
      views/note.html
  4. 2
      views/us.html

5
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;
}

10
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;
}

3
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("<p>点击右上角菜单新建或者选择笔记</p>");
editor.txt.html("<p>点击右上角菜单新建或者选择笔记</p><p>点击左上角菜单进行新建笔记或者导航</p><span>一定要记得先新建笔记然后在编辑</span>");
document.onkeydown = keyDown;

2
views/us.html

@ -33,7 +33,7 @@
<img src="/static/img/weixin.png" alt="" width="320">
</div>
</div>
<div style="margin-top: 30px">
<div style="margin: 30px 5% 0 5%">
{{template "footer"}}
</div>
</body>

Loading…
Cancel
Save