优化工单模块,增加企微模块
This commit is contained in:
24
sg_wechat_enterprise/static/css/loading.css
Normal file
24
sg_wechat_enterprise/static/css/loading.css
Normal file
@@ -0,0 +1,24 @@
|
||||
@-webkit-keyframes loadingCircle {
|
||||
to {
|
||||
transform:rotate(1turn)
|
||||
}
|
||||
}
|
||||
@keyframes loadingCircle {
|
||||
to {
|
||||
transform:rotate(1turn)
|
||||
}
|
||||
}
|
||||
.load-box {
|
||||
position:fixed;
|
||||
top:calc(50% - 11px);
|
||||
left:calc(50% - 111px);
|
||||
display:flex;
|
||||
align-items:center;
|
||||
}
|
||||
.load-icon {
|
||||
animation:loadingCircle 1s linear infinite;
|
||||
}
|
||||
.load-txt {
|
||||
font-size:16px;
|
||||
margin-left:10px;
|
||||
}
|
||||
Reference in New Issue
Block a user