mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
commit
a1f6e32213
@ -275,6 +275,7 @@ margin-top: 8px;
|
|||||||
justify-content: end;
|
justify-content: end;
|
||||||
padding-right: 17px;
|
padding-right: 17px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
.ts-standard-btn{
|
.ts-standard-btn{
|
||||||
|
|
||||||
|
@ -4,6 +4,48 @@ body{
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
.fade-enter,
|
||||||
|
.fade-leave-active {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
.userloding {
|
||||||
|
position: fixed;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -1.56rem;
|
||||||
|
top: 50%;
|
||||||
|
margin-top: -3.75rem;
|
||||||
|
background: url(../image/onloading.png) center center no-repeat;
|
||||||
|
width: 3.12rem;
|
||||||
|
background-size: contain;
|
||||||
|
height: 7.5rem;
|
||||||
|
z-index: 1000;
|
||||||
|
animation: rolling 4s infinite;
|
||||||
|
-webkit-animation:rolling 4s infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframe rolling
|
||||||
|
{
|
||||||
|
from{
|
||||||
|
transform: rotateZ(0deg);
|
||||||
|
}
|
||||||
|
to{
|
||||||
|
transform: rotate(360deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes rolling
|
||||||
|
{
|
||||||
|
from{
|
||||||
|
transform: rotateZ(0deg);
|
||||||
|
}
|
||||||
|
to{
|
||||||
|
transform: rotate(360deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.fade-enter-active,
|
||||||
|
.fade-leave-active {
|
||||||
|
transition: opacity 0.5s;
|
||||||
|
}
|
||||||
//用户光点
|
//用户光点
|
||||||
.rc-screen-reader{
|
.rc-screen-reader{
|
||||||
width: 0.81rem;
|
width: 0.81rem;
|
||||||
|
BIN
rc-busness/assets/image/onloading.png
Normal file
BIN
rc-busness/assets/image/onloading.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
Loading…
Reference in New Issue
Block a user