表格高度自适应等优化

This commit is contained in:
zhouyuejun
2018-12-24 16:33:39 +08:00
parent b1d84ac2bc
commit 6e35f9cb88
9 changed files with 127 additions and 41 deletions
+17
View File
@@ -141,4 +141,21 @@
top: 0;
left: 0;
z-index: 999;
.snipping{
position: absolute;
top: calc(50% - 40px);
left: calc(50% - 120px);
margin-bottom: 25px;
width: 80px; height: 80px;
background: url('/assets/images/loading.png') no-repeat top center, linear-gradient(to top, transparent, transparent);
background-size: cover;
animation: spin 2s linear infinite;
};
p{
position: absolute;
top: calc(50% + 50px);
left: calc(50% - 125px);
font-size: 20px;
color: skyblue;
}
}