123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- /*toast*/
- .api-toast {
- background: rgba(0, 0, 0, 0.7);
- text-align: center;
- border-radius: 0.25rem;
- color: #ffffff;
- position: fixed;
- z-index: 3;
- top: 45%;
- left: 50%;
- width: 7.5em;
- padding: 0.5rem;
- margin-left: -3.75em;
- margin-top: -4rem;
- display: none;
- }
- .api-toast .api-iconfont {
- display: block;
- font-size: 2.6rem;
- }
- .api-toast-content {
- font-size: 14px;
- /*margin: 0 0 0.75rem;*/
- }
- .api-toast-loading {
- background-color: #ffffff;
- border-radius: 100%;
- margin: 0.75rem 0;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- border: 2px solid #ffffff;
- border-bottom-color: transparent;
- height: 3.25rem;
- width: 3.25rem;
- background: transparent !important;
- display: inline-block;
- -webkit-animation: rotate 1s 0s linear infinite;
- animation: rotate 1s 0s linear infinite;
- }
- /*基础动画类*/
- @keyframes rotate {
- 0% {
- -webkit-transform: rotate(0deg) scale(1);
- transform: rotate(0deg) scale(1);
- }
- 50% {
- -webkit-transform: rotate(180deg) scale(1);
- transform: rotate(180deg) scale(1);
- }
- 100% {
- -webkit-transform: rotate(360deg) scale(1);
- transform: rotate(360deg) scale(1);
- }
- }
- @-webkit-keyframes rotate {
- 0% {
- -webkit-transform: rotate(0deg) scale(1);
- transform: rotate(0deg) scale(1);
- }
- 50% {
- -webkit-transform: rotate(180deg) scale(1);
- transform: rotate(180deg) scale(1);
- }
- 100% {
- -webkit-transform: rotate(360deg) scale(1);
- transform: rotate(360deg) scale(1);
- }
- }
- @keyframes bounce {
- 0%, 100% {
- -webkit-transform: scale(0.0);
- transform: scale(0.0);
- }
- 50% {
- -webkit-transform: scale(1.0);
- transform: scale(1.0);
- }
- }
- @-webkit-keyframes bounce {
- 0%, 100% {
- -webkit-transform: scale(0.0);
- transform: scale(0.0);
- }
- 50% {
- -webkit-transform: scale(1.0);
- transform: scale(1.0);
- }
- }
- @keyframes fadeIn {
- from { opacity: 0.3; }
- to { opacity: 1; }
- }
- @-webkit-keyframes fadeIn {
- from { opacity: 0.3; }
- to { opacity: 1; }
- }
- @font-face {
- font-family: "aui_iconfont";
- src: url('aui-iconfont.ttf') format('truetype');
- }
- .api-iconfont {
- position: relative;
- font-family:"aui_iconfont" !important;
- font-size: 0.7rem;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .aui-icon-menu:before { content: "\e6eb"; }
- .aui-icon-paper:before { content: "\e6ec"; }
- .aui-icon-info:before { content: "\e6ed"; }
- .aui-icon-question:before { content: "\e6ee"; }
- .aui-icon-left:before { content: "\e6f4"; }
- .aui-icon-right:before { content: "\e6f5"; }
- .aui-icon-top:before { content: "\e6f6"; }
- .aui-icon-down:before { content: "\e6f7"; }
- .aui-icon-share:before { content: "\e700"; }
- .aui-icon-comment:before { content: "\e701"; }
- .aui-icon-edit:before { content: "\e6d3"; }
- .aui-icon-trash:before { content: "\e6d4"; }
- .aui-icon-recovery:before { content: "\e6dc"; }
- .aui-icon-refresh:before { content: "\e6dd"; }
- .aui-icon-close:before { content: "\e6d8"; }
- .aui-icon-cart:before { content: "\e6df"; }
- .aui-icon-star:before { content: "\e6e0"; }
- .aui-icon-plus:before { content: "\e6e3"; }
- .aui-icon-minus:before { content: "\e62d"; }
- .aui-icon-correct:before { content: "\e6e5"; }
- .aui-icon-search:before { content: "\e6e6"; }
- .aui-icon-gear:before { content: "\e6e8"; }
- .aui-icon-map:before { content: "\e6d2"; }
- .aui-icon-location:before { content: "\e6d1"; }
- .aui-icon-image:before { content: "\e6ce"; }
- .aui-icon-phone:before { content: "\e6c4"; }
- .aui-icon-camera:before { content: "\e6cd"; }
- .aui-icon-video:before { content: "\e6cc"; }
- .aui-icon-qq:before { content: "\e6cb"; }
- .aui-icon-wechat:before { content: "\e6c9"; }
- .aui-icon-weibo:before { content: "\e6c8"; }
- .aui-icon-note:before { content: "\e6c6"; }
- .aui-icon-mail:before { content: "\e6c5"; }
- .aui-icon-wechat-circle:before { content: "\e6ca"; }
- .aui-icon-home:before { content: "\e706"; }
- .aui-icon-forward:before { content: "\e6d9"; }
- .aui-icon-back:before { content: "\e6da"; }
- .aui-icon-laud:before { content: "\e64b"; }
- .aui-icon-lock:before { content: "\e6ef"; }
- .aui-icon-unlock:before { content: "\e62f"; }
- .aui-icon-like:before { content: "\e62b"; }
- .aui-icon-my:before { content: "\e610"; }
- .aui-icon-more:before { content: "\e625"; }
- .aui-icon-mobile:before { content: "\e697"; }
- .aui-icon-calendar:before { content: "\e68a"; }
- .aui-icon-date:before { content: "\e68c"; }
- .aui-icon-display:before { content: "\e612"; }
- .aui-icon-hide:before { content: "\e624"; }
- .aui-icon-pencil:before { content: "\e615"; }
- .aui-icon-flag:before { content: "\e6f1"; }
- .aui-icon-cert:before { content: "\e704"; }
|