From 3552ab34687b2f58630cd378d764d9d6ec9f3a15 Mon Sep 17 00:00:00 2001 From: "952108534@qq.com" <952108534@qq.com> Date: Tue, 18 Jan 2022 12:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=A8=E5=B1=80=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc-busness/assets/css/global.less | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/rc-busness/assets/css/global.less b/rc-busness/assets/css/global.less index a72ec596..c3305061 100644 --- a/rc-busness/assets/css/global.less +++ b/rc-busness/assets/css/global.less @@ -4,6 +4,48 @@ body{ line-height: 1.5; 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{ width: 0.81rem;