|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="zh-cmn-Hans"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
| 6 | + <meta name="renderer" content="webkit" /> |
| 7 | + <meta |
| 8 | + name="viewport" |
| 9 | + content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" |
| 10 | + /> |
| 11 | + <link rel="icon" href="/favicon.ico" /> |
| 12 | + <title><%= title %></title> |
| 13 | + <style> |
| 14 | + .p-preloader { |
| 15 | + display: -webkit-box; |
| 16 | + display: -webkit-flex; |
| 17 | + display: -ms-flexbox; |
| 18 | + display: flex; |
| 19 | + -webkit-box-align: center; |
| 20 | + -webkit-align-items: center; |
| 21 | + -ms-flex-align: center; |
| 22 | + align-items: center; |
| 23 | + -webkit-box-pack: center; |
| 24 | + -webkit-justify-content: center; |
| 25 | + -ms-flex-pack: center; |
| 26 | + justify-content: center; |
| 27 | + position: absolute; |
| 28 | + top: 0; |
| 29 | + right: 0; |
| 30 | + bottom: 0; |
| 31 | + left: 0; |
| 32 | + z-index: 2; |
| 33 | + background-color: #fff; |
| 34 | + color: #c8c9cc; |
| 35 | + } |
| 36 | + |
| 37 | + .p-preloader__icon { |
| 38 | + box-sizing: border-box; |
| 39 | + width: 40px; |
| 40 | + height: 40px; |
| 41 | + margin: 0 auto 10px; |
| 42 | + } |
| 43 | + |
| 44 | + .p-preloader__icon svg { |
| 45 | + margin: 0 auto 10px; |
| 46 | + width: 40px; |
| 47 | + height: 40px; |
| 48 | + } |
| 49 | + |
| 50 | + .p-preloader__label { |
| 51 | + font-size: 14px; |
| 52 | + text-align: center; |
| 53 | + letter-spacing: 2px; |
| 54 | + padding-left: 2px; |
| 55 | + } |
| 56 | + </style> |
| 57 | + </head> |
| 58 | + <body> |
| 59 | + <div id="app"> |
| 60 | + <div class="p-preloader"> |
| 61 | + <div class="p-preloader__wrap"> |
| 62 | + <div class="p-preloader__icon"> |
| 63 | + <svg |
| 64 | + t="1644157294581" |
| 65 | + class="icon" |
| 66 | + viewBox="0 0 1024 1024" |
| 67 | + version="1.1" |
| 68 | + xmlns="http://www.w3.org/2000/svg" |
| 69 | + p-id="2168" |
| 70 | + width="128" |
| 71 | + height="128" |
| 72 | + > |
| 73 | + <path |
| 74 | + d="M799.301818 1002.705455H222.254545a122.298182 122.298182 0 0 1-122.181818-122.181819V455.330909a29.090909 29.090909 0 0 1 58.181818 0v425.192727a64.116364 64.116364 0 0 0 64 64h577.047273a64.116364 64.116364 0 0 0 64-64V455.330909a29.090909 29.090909 0 0 1 58.181818 0v425.192727a122.298182 122.298182 0 0 1-122.181818 122.181819z" |
| 75 | + fill="currentColor" |
| 76 | + p-id="2169" |
| 77 | + ></path> |
| 78 | + <path |
| 79 | + d="M976.174545 465.454545h-930.90909a29.090909 29.090909 0 0 1-27.578182-38.283636l128-384A29.090909 29.090909 0 0 1 173.265455 23.272727h674.90909a29.090909 29.090909 0 0 1 27.578182 19.898182l128 384A29.090909 29.090909 0 0 1 976.174545 465.454545zM85.643636 407.272727h850.152728L827.229091 81.454545h-633.018182z" |
| 80 | + fill="currentColor" |
| 81 | + p-id="2170" |
| 82 | + ></path> |
| 83 | + <path |
| 84 | + d="M276.014545 743.447273A29.090909 29.090909 0 0 1 256 693.643636l90.996364-89.949091a29.090909 29.090909 0 1 1 40.96 41.425455l-90.996364 89.949091a28.974545 28.974545 0 0 1-20.945455 8.378182zM354.443636 829.556364A29.090909 29.090909 0 0 1 334.08 779.636364l181.992727-179.898182a29.090909 29.090909 0 0 1 40.843637 41.425454L374.923636 821.178182a28.974545 28.974545 0 0 1-20.48 8.378182z" |
| 85 | + fill="currentColor" |
| 86 | + p-id="2171" |
| 87 | + ></path> |
| 88 | + </svg> |
| 89 | + </div> |
| 90 | + <div class="p-preloader__label">加载中...</div> |
| 91 | + </div> |
| 92 | + </div> |
| 93 | + </div> |
| 94 | + <script type="module" src="/src/main.ts"></script> |
| 95 | + <!-- built files will be auto injected --> |
| 96 | + </body> |
| 97 | +</html> |
0 commit comments