增加基本项目配置

This commit is contained in:
Gao xiaosong
2020-03-15 13:59:43 +08:00
commit 397082cdaf
1117 changed files with 105700 additions and 0 deletions

View File

@ -0,0 +1,28 @@
.lottie-bg.data-v-14757819 {
position: fixed;
left: 0;
top: 0;
background-color: #fff;
width: 100%;
height: 100%;
z-index: 999;
display: -webkit-flex;
display: -webkit-box;
display: flex;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
-webkit-justify-content: center;
-webkit-box-pack: center;
justify-content: center;
}
#lottie.data-v-14757819 {
width: 35%;
display: block;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
margin: auto;
}