Init Repo

This commit is contained in:
2019-09-06 10:45:33 +08:00
commit c64195c218
558 changed files with 91198 additions and 0 deletions

22
css/essaylist.css Normal file
View File

@ -0,0 +1,22 @@
.add1{
width: 96%;
margin: 5px auto;
height: 63px;
background:#C9C9C9;
border:1px solid #C9C9C9;
border-radius: 5px;
display:flex;
justify-content: center;
align-items:center ;
/* margin-top: 10px; */
}
.addimg{
width: 40px;
height: 40px;
}
.add1 img {
/* position: absolute; */
width: 100%;
height: 100%;
}