This commit is contained in:
fofolee
2019-09-05 22:14:24 +08:00
parent 09fc3c89c2
commit 13e8c1ed71
5 changed files with 76 additions and 9 deletions

View File

@@ -183,11 +183,28 @@
cursor: pointer;
}
#options .footBtn.danger{
float: left;
/* right: 5px;
bottom: 2px; */
border-radius: 4px;
background: #df3f54;
color: white;
padding: 2px 5px;
margin: 0px 5px;
cursor: pointer;
}
#options .footBtn:hover {
background: #068506;
transition: 0.5s;
}
#options .footBtn.danger:hover {
background: #b32033;
transition: 0.5s;
}
#options .foot {
position: fixed;
height: 30px;