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

34
static/app2/css/saoyisao.css Executable file
View File

@ -0,0 +1,34 @@
#bcid {
width: 100%;
height: 100%;
position: absolute;
background: #000000;
}
html,
body,
div {
height: 100%;
width: 100%;
}
.fbt {
color: #0E76E1;
width: 50%;
background-color: #ffffff;
float: left;
line-height: 44px;
text-align: center;
}
.choose{
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
}
.choose .cancel{
position:static;
/* top: 10px; */
/* right: 12px; */
z-index: 100;
}