adui
Version:
<div> <img src="https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png" style="margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;" /> </div>
2 lines (1 loc) • 21 kB
CSS
.fade-enter,.fade-appear{-webkit-animation-duration:var(--motion-duration-base);animation-duration:var(--motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.fade-leave{-webkit-animation-duration:var(--motion-duration-base);animation-duration:var(--motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.fade-enter.fade-enter-active,.fade-appear.fade-appear-active{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-play-state:running;animation-play-state:running}.fade-leave.fade-leave-active{-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.fade-enter,.fade-appear{opacity:0;-webkit-animation-timing-function:linear;animation-timing-function:linear}.fade-leave{-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.zoom-enter,.zoom-appear{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-leave{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-enter.zoom-enter-active,.zoom-appear.zoom-appear-active{-webkit-animation-name:wxadZoomIn;animation-name:wxadZoomIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-leave.zoom-leave-active{-webkit-animation-name:wxadZoomOut;animation-name:wxadZoomOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-enter,.zoom-appear{transform:scale(0);-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base)}.zoom-enter-prepare,.zoom-appear-prepare{transform:none}.zoom-leave{-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base)}.zoom-big-bounce-enter,.zoom-big-bounce-appear{-webkit-animation-duration:var(--adui-motion-duration-bounce);animation-duration:var(--adui-motion-duration-bounce);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-big-bounce-leave{-webkit-animation-duration:var(--adui-motion-duration-bounce);animation-duration:var(--adui-motion-duration-bounce);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-big-bounce-enter.zoom-big-bounce-enter-active,.zoom-big-bounce-appear.zoom-big-bounce-appear-active{-webkit-animation-name:wxadZoomBigIn;animation-name:wxadZoomBigIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-big-bounce-leave.zoom-big-bounce-leave-active{-webkit-animation-name:wxadZoomBigOut;animation-name:wxadZoomBigOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-big-bounce-enter,.zoom-big-bounce-appear{transform:scale(0);-webkit-animation-timing-function:var(--adui-motion-ease-bounce);animation-timing-function:var(--adui-motion-ease-bounce)}.zoom-big-bounce-enter-prepare,.zoom-big-bounce-appear-prepare{transform:none}.zoom-big-bounce-leave{-webkit-animation-timing-function:var(--adui-motion-ease-bounce);animation-timing-function:var(--adui-motion-ease-bounce)}.zoom-big-enter,.zoom-big-appear{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-big-leave{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-big-enter.zoom-big-enter-active,.zoom-big-appear.zoom-big-appear-active{-webkit-animation-name:wxadZoomBigIn;animation-name:wxadZoomBigIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-big-leave.zoom-big-leave-active{-webkit-animation-name:wxadZoomBigOut;animation-name:wxadZoomBigOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-big-enter,.zoom-big-appear{transform:scale(0);-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base)}.zoom-big-enter-prepare,.zoom-big-appear-prepare{transform:none}.zoom-big-leave{-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base)}@-webkit-keyframes wxadZoomIn{0%{opacity:0;transform:scale(0.2)}100%{opacity:1;transform:scale(1)}}@keyframes wxadZoomIn{0%{opacity:0;transform:scale(0.2)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes wxadZoomOut{0%{transform:scale(1)}100%{opacity:0;transform:scale(0.2)}}@keyframes wxadZoomOut{0%{transform:scale(1)}100%{opacity:0;transform:scale(0.2)}}@-webkit-keyframes wxadZoomBigIn{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes wxadZoomBigIn{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes wxadZoomBigOut{0%{transform:scale(1)}100%{opacity:0;transform:scale(0.8)}}@keyframes wxadZoomBigOut{0%{transform:scale(1)}100%{opacity:0;transform:scale(0.8)}}.zoom-motion-enter,.zoom-motion-appear{-webkit-animation-duration:var(--motion-duration-slow);animation-duration:var(--motion-duration-slow);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-motion-leave{-webkit-animation-duration:var(--motion-duration-slow);animation-duration:var(--motion-duration-slow);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-motion-enter.zoom-motion-enter-active,.zoom-motion-appear.zoom-motion-appear-active{-webkit-animation-name:wxadZoomMotionIn;animation-name:wxadZoomMotionIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-motion-leave.zoom-motion-leave-active{-webkit-animation-name:wxadZoomMotionOut;animation-name:wxadZoomMotionOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-motion-enter,.zoom-motion-appear{transform:scale(0);-webkit-animation-timing-function:var(--ease-out-circ);animation-timing-function:var(--ease-out-circ)}.zoom-motion-leave{-webkit-animation-timing-function:var(--ease-in-out-circ);animation-timing-function:var(--ease-in-out-circ)}.zoom-motion-horizontal-enter,.zoom-motion-horizontal-appear{-webkit-animation-duration:var(--motion-duration-slow);animation-duration:var(--motion-duration-slow);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-motion-horizontal-leave{-webkit-animation-duration:var(--motion-duration-slow);animation-duration:var(--motion-duration-slow);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-motion-horizontal-enter.zoom-motion-horizontal-enter-active,.zoom-motion-horizontal-appear.zoom-motion-horizontal-appear-active{-webkit-animation-name:wxadZoomMotionIn;animation-name:wxadZoomMotionIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-motion-horizontal-leave.zoom-motion-horizontal-leave-active{-webkit-animation-name:wxadZoomMotionOut;animation-name:wxadZoomMotionOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-motion-horizontal-enter,.zoom-motion-horizontal-appear{transform:scale(0);-webkit-animation-timing-function:var(--ease-out-circ);animation-timing-function:var(--ease-out-circ)}.zoom-motion-horizontal-leave{-webkit-animation-timing-function:var(--ease-in-out-circ);animation-timing-function:var(--ease-in-out-circ)}@-webkit-keyframes wxadZoomMotionIn{0%{opacity:0;transform:scale(0.2)}62.5%{opacity:.05;transform:scale(1)}100%{opacity:1;transform:scale(1)}}@keyframes wxadZoomMotionIn{0%{opacity:0;transform:scale(0.2)}62.5%{opacity:.05;transform:scale(1)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes wxadZoomMotionOut{0%{transform:scale(1)}37.5%{opacity:.1;transform:scale(1)}100%{opacity:0;transform:scale(0.2)}}@keyframes wxadZoomMotionOut{0%{transform:scale(1)}37.5%{opacity:.1;transform:scale(1)}100%{opacity:0;transform:scale(0.2)}}.slide-up-enter,.slide-up-appear{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-up-leave{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-up-enter.slide-up-enter-active,.slide-up-appear.slide-up-appear-active{-webkit-animation-name:slideUpIn;animation-name:slideUpIn;-webkit-animation-play-state:running;animation-play-state:running}.slide-up-leave.slide-up-leave-active{-webkit-animation-name:slideUpOut;animation-name:slideUpOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.slide-up-enter,.slide-up-appear{opacity:0;-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base);-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-up-leave{-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base);-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-up-bounce-enter,.slide-up-bounce-appear{-webkit-animation-duration:var(--adui-motion-duration-bounce);animation-duration:var(--adui-motion-duration-bounce);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-up-bounce-leave{-webkit-animation-duration:var(--adui-motion-duration-bounce);animation-duration:var(--adui-motion-duration-bounce);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-up-bounce-enter.slide-up-bounce-enter-active,.slide-up-bounce-appear.slide-up-bounce-appear-active{-webkit-animation-name:slideUpIn;animation-name:slideUpIn;-webkit-animation-play-state:running;animation-play-state:running}.slide-up-bounce-leave.slide-up-bounce-leave-active{-webkit-animation-name:slideUpOut;animation-name:slideUpOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.slide-up-bounce-enter,.slide-up-bounce-appear{opacity:0;-webkit-animation-timing-function:var(--adui-motion-ease-bounce);animation-timing-function:var(--adui-motion-ease-bounce);-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-up-bounce-leave{-webkit-animation-timing-function:var(--adui-motion-ease-bounce);animation-timing-function:var(--adui-motion-ease-bounce);-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-down-enter,.slide-down-appear{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-down-leave{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-down-enter.slide-down-enter-active,.slide-down-appear.slide-down-appear-active{-webkit-animation-name:slideDownIn;animation-name:slideDownIn;-webkit-animation-play-state:running;animation-play-state:running}.slide-down-leave.slide-down-leave-active{-webkit-animation-name:slideDownOut;animation-name:slideDownOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.slide-down-enter,.slide-down-appear{opacity:0;-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base);-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-down-leave{-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base);-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-left-enter,.slide-left-appear{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-left-leave{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-left-enter.slide-left-enter-active,.slide-left-appear.slide-left-appear-active{-webkit-animation-name:slideLeftIn;animation-name:slideLeftIn;-webkit-animation-play-state:running;animation-play-state:running}.slide-left-leave.slide-left-leave-active{-webkit-animation-name:slideLeftOut;animation-name:slideLeftOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.slide-left-enter,.slide-left-appear{opacity:0;-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base);-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-left-leave{-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base);-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-right-enter,.slide-right-appear{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-right-leave{-webkit-animation-duration:var(--adui-motion-duration-base);animation-duration:var(--adui-motion-duration-base);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-right-enter.slide-right-enter-active,.slide-right-appear.slide-right-appear-active{-webkit-animation-name:slideRightIn;animation-name:slideRightIn;-webkit-animation-play-state:running;animation-play-state:running}.slide-right-leave.slide-right-leave-active{-webkit-animation-name:slideRightOut;animation-name:slideRightOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.slide-right-enter,.slide-right-appear{opacity:0;-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base);-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-right-leave{-webkit-animation-timing-function:var(--adui-motion-ease-base);animation-timing-function:var(--adui-motion-ease-base);-webkit-backface-visibility:hidden;backface-visibility:hidden}@-webkit-keyframes slideUpIn{0%{opacity:0;transform-origin:0% 0%;transform:scaleY(0.9) translateY(0) translateZ(0)}100%{opacity:1;transform-origin:0% 0%;transform:scaleY(1) translateY(0) translateZ(0)}}@keyframes slideUpIn{0%{opacity:0;transform-origin:0% 0%;transform:scaleY(0.9) translateY(0) translateZ(0)}100%{opacity:1;transform-origin:0% 0%;transform:scaleY(1) translateY(0) translateZ(0)}}@-webkit-keyframes slideUpOut{0%{opacity:1;transform-origin:0% 0%;transform:scaleY(1) translateY(0) translateZ(0)}100%{opacity:0;transform-origin:0% 0%;transform:scaleY(0.9) translateY(0) translateZ(0)}}@keyframes slideUpOut{0%{opacity:1;transform-origin:0% 0%;transform:scaleY(1) translateY(0) translateZ(0)}100%{opacity:0;transform-origin:0% 0%;transform:scaleY(0.9) translateY(0) translateZ(0)}}@-webkit-keyframes slideDownIn{0%{opacity:0;transform-origin:100% 100%;transform:scaleY(0.9) translateY(0) translateZ(0)}100%{opacity:1;transform-origin:100% 100%;transform:scaleY(1) translateY(0) translateZ(0)}}@keyframes slideDownIn{0%{opacity:0;transform-origin:100% 100%;transform:scaleY(0.9) translateY(0) translateZ(0)}100%{opacity:1;transform-origin:100% 100%;transform:scaleY(1) translateY(0) translateZ(0)}}@-webkit-keyframes slideDownOut{0%{opacity:1;transform-origin:100% 100%;transform:scaleY(1) translateY(0) translateZ(0)}100%{opacity:0;transform-origin:100% 100%;transform:scaleY(0.9) translateY(0) translateZ(0)}}@keyframes slideDownOut{0%{opacity:1;transform-origin:100% 100%;transform:scaleY(1) translateY(0) translateZ(0)}100%{opacity:0;transform-origin:100% 100%;transform:scaleY(0.9) translateY(0) translateZ(0)}}@-webkit-keyframes slideLeftIn{0%{opacity:0;transform-origin:0% 0%;transform:scaleX(0.9) translateX(0) translateZ(0)}100%{opacity:1;transform-origin:0% 0%;transform:scaleX(1) translateX(0) translateZ(0)}}@keyframes slideLeftIn{0%{opacity:0;transform-origin:0% 0%;transform:scaleX(0.9) translateX(0) translateZ(0)}100%{opacity:1;transform-origin:0% 0%;transform:scaleX(1) translateX(0) translateZ(0)}}@-webkit-keyframes slideLeftOut{0%{opacity:1;transform-origin:0% 0%;transform:scaleX(1) translateX(0) translateZ(0)}100%{opacity:0;transform-origin:0% 0%;transform:scaleX(0.9) translateX(0) translateZ(0)}}@keyframes slideLeftOut{0%{opacity:1;transform-origin:0% 0%;transform:scaleX(1) translateX(0) translateZ(0)}100%{opacity:0;transform-origin:0% 0%;transform:scaleX(0.9) translateX(0) translateZ(0)}}@-webkit-keyframes slideRightIn{0%{opacity:0;transform-origin:100% 0%;transform:scaleX(0.9) translateX(0) translateZ(0)}100%{opacity:1;transform-origin:100% 0%;transform:scaleX(1) translateX(0) translateZ(0)}}@keyframes slideRightIn{0%{opacity:0;transform-origin:100% 0%;transform:scaleX(0.9) translateX(0) translateZ(0)}100%{opacity:1;transform-origin:100% 0%;transform:scaleX(1) translateX(0) translateZ(0)}}@-webkit-keyframes slideRightOut{0%{opacity:1;transform-origin:100% 0%;transform:scaleX(1) translateX(0) translateZ(0)}100%{opacity:0;transform-origin:100% 0%;transform:scaleX(0.9) translateX(0) translateZ(0)}}@keyframes slideRightOut{0%{opacity:1;transform-origin:100% 0%;transform:scaleX(1) translateX(0) translateZ(0)}100%{opacity:0;transform-origin:100% 0%;transform:scaleX(0.9) translateX(0) translateZ(0)}}.adui-tooltip-arrow{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}.adui-tooltip-base{max-width:250px;min-height:28px;width:-webkit-max-content;width:-moz-max-content;width:max-content;word-break:break-all}.adui-tooltip-base-bottom .adui-tooltip-arrow,.adui-tooltip-base-bottomLeft .adui-tooltip-arrow,.adui-tooltip-base-bottomRight .adui-tooltip-arrow{top:7px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,.75)}.adui-tooltip-base-top .adui-tooltip-arrow,.adui-tooltip-base-topLeft .adui-tooltip-arrow,.adui-tooltip-base-topRight .adui-tooltip-arrow{bottom:7px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,.75)}.adui-tooltip-base-top .adui-tooltip-arrow,.adui-tooltip-base-bottom .adui-tooltip-arrow{left:50%;margin-left:-5px}.adui-tooltip-base-topLeft .adui-tooltip-arrow,.adui-tooltip-base-bottomLeft .adui-tooltip-arrow{left:16px}.adui-tooltip-base-topRight .adui-tooltip-arrow,.adui-tooltip-base-bottomRight .adui-tooltip-arrow{right:16px}.adui-tooltip-base-left .adui-tooltip-arrow,.adui-tooltip-base-leftTop .adui-tooltip-arrow,.adui-tooltip-base-leftBottom .adui-tooltip-arrow{right:7px;border-width:5px 0 5px 5px;border-left-color:rgba(0,0,0,.75)}.adui-tooltip-base-right .adui-tooltip-arrow,.adui-tooltip-base-rightTop .adui-tooltip-arrow,.adui-tooltip-base-rightBottom .adui-tooltip-arrow{left:7px;border-width:5px 5px 5px 0;border-right-color:rgba(0,0,0,.75)}.adui-tooltip-base-left .adui-tooltip-arrow,.adui-tooltip-base-right .adui-tooltip-arrow{top:50%;margin-top:-5px}.adui-tooltip-base-leftTop .adui-tooltip-arrow,.adui-tooltip-base-rightTop .adui-tooltip-arrow{top:8px}.adui-tooltip-base-leftBottom .adui-tooltip-arrow,.adui-tooltip-base-rightBottom .adui-tooltip-arrow{bottom:8px}.adui-tooltip-content{padding:10px 12px;height:100%;font-size:13px;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-line;color:#fff;background-color:rgba(0,0,0,.75);border-radius:6px}