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

24
static/app/css/share.css Executable file
View File

@ -0,0 +1,24 @@
.con{
position: relative;
}
.con .bg{
width: 100%;
display: block;
}
.con .img{
position: absolute;
top: 74%;
width: 30%;
left: 50%;
transform: translateX(-50%);
}
.share{
position: absolute;
right: 10px;
padding: 3px 8px;
top: 30px;
font-size: 12px;
}
.img img{
width: 100%;
}