add manage html

This commit is contained in:
zizifn
2022-06-12 03:31:38 +08:00
committed by zizifn
parent cc280c837e
commit a59f4d83fb
4 changed files with 156 additions and 0 deletions

24
html/style/manage.css Normal file
View File

@@ -0,0 +1,24 @@
.keyContainer {
display: flex;
/* border: 1px solid red; */
background-color: white;
margin-bottom: 10px;
gap: 5px;
}
.keyContainer > .key {
margin-right: 5px;
}
.accountContainer {
display: flex;
/* border: 1px solid blue; */
flex-direction: column;
background-color: aliceblue;
margin-bottom: 10px;
}
.appli{
display: flex;
gap: 5px;
}