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

25
static/app2/css/share.css Executable file
View File

@ -0,0 +1,25 @@
.con{
position: relative;
}
.con .bg{
width: 100%;
display: block;
}
.con .img{
position: absolute;
top: 17.1%;
width: 28%;
left: 50%;
transform: translateX(-50%);
}
.share{
position: absolute;
right: 10px;
padding: 3px 8px;
bottom: 5px;
font-size: 12px;
z-index:1000;
}
.img img{
width: 100%;
}