Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

22
static/app2/css/essaylist.css Executable 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%;
}