表格高度自适应等优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user