UNPKG

@xins/devtool

Version:

官方·前端二次开发脚手架库

84 lines (82 loc) 2.86 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" href="https://xituyun.com/favicon1.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta name="description" content="xinadmin 稀土智慧云低代码系统" /> <!-- <link rel="apple-touch-icon" href="https://xituyun.com/logo192.png" /> --> <!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> --> <title>后端开发系统 · 稀土智慧云低代码系统</title> <script src='https://g.alicdn.com/code/npm/@ali/dingtalk-h5-remote-debug/0.1.3/index.js'></script> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"> <!-- <div class="loading1"> <style> .loading1 { position: fixed; top: 50%; left: 50%; width: 50px; height: 50px; border: 6px solid; border-bottom-color: rgba(0, 147, 255, 1); border-right-color: rgba(0, 147, 255, 0.67); border-top-color: rgba(0, 147, 255, 0.33); border-left-color: rgba(0, 147, 255, 0); border-radius: 50%; animation: loadingAni 0.6s linear infinite; -webkit-animation: loadingAni 0.6s linear infinite; } @keyframes loadingAni { 0% { transform: translate3d(-50%, -50%, 0) rotate(0); } 100% { transform: translate3d(-50%, -50%, 0) rotate(360deg); } } </style> </div> --> <div class="loading2"> <style> .loading2 { position: fixed; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; background-color: #00bdff; -webkit-animation: rotateplane 1.2s infinite ease-in-out; animation: rotateplane 1.2s infinite ease-in-out; } @keyframes rotateplane { 0% { transform: perspective(120px) rotateX(0) rotateY(0); -webkit-transform: perspective(120px) rotateX(0) rotateY(0); } 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0); -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0); } 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } } </style> </div> </div> <script src="/dev-config.js"></script> </body> <script> __app__.start() </script> </html>