×

注意!页面内容来自https://acrobat.adobe.com/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<>@keyframes loading-animation { 0% { transform: translate(-136px); } 100% { transform: translate(192px); } } htmlbody { margin: 0; padding: 0; } .acrobat-loading { display: none; height: 100vh; position: absolute; width: 100vw; z-index: 1; justify-content: center; align-items: center; flex-direction: column; } .acrobat-loading-container { background-color: transparent; border-radius: 10px; padding: 48px; } .acrobat-loading-top { width: 255px; max-width: 50vw; color: var(--spectrum-global-color-gray-900); } .acrobat-loading-indicator { width: 208px; max-width: 50vw; padding: 32px 8px; box-sizing: border-box; margin: 0 auto; } .acrobat-loading-indicator-track { background-color: var(--spectrum-global-color-gray-200); border-radius: 3px; height: 6px; overflow: hidden; } .acrobat-loading-indicator-fill { background-color: var(--spectrum-global-color-blue-400); border-radius: 3px; height: 6px; width: 136px; animation: loading-animation 1s cubic-bezier(0.4500.41) infinite; } #rootwait { display: block; } [data-is-loading] #rootwait { display: none; } [data-is-loading="true"] .acrobat-loading { display: flex; } [data-is-loading="false"] .acrobat-loading, [data-is-loading="false"] #rootwait { display: none; }