记事本添加,待编写绑定跳转

This commit is contained in:
2019-09-09 15:41:03 +08:00
parent 2f9b97e112
commit 165bcbece0
3 changed files with 24 additions and 5 deletions

View File

@ -58,4 +58,13 @@
.delete {
background: red;
}
.footer{
position: fixed;
bottom: 0;
width: 100%;
background: white;
height: 49px;
border-top: 1px solid #e6e6e6;
}