123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 |
- <!DOCTYPE html>
- <html lang="zh-cn">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="format-detection" content="telephone=no">
- <meta name="mobile-web-app-capable" content="yes">
- <meta name="msapplication-tap-highlight" content="no">
- <meta name="fragment" content="!">
- <meta name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0, viewport-fit=cover">
- <meta http-equiv="Expires" content="0">
- <meta http-equiv="Pragma" content="no-cache">
- <meta http-equiv="Cache-control" content="no-cache">
- <meta http-equiv="Cache" content="no-cache">
- <meta name="description" content="">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>管乐迷</title>
- <!-- <script type="text/javascript" src="http://webapi.amap.com/maps?v=1.4.4&key=ac943ac1522de0d63eb8a99b71fe2601"></script> -->
- <style>
- html {
- color: #000;
- overflow-y: scroll;
- overflow-x: hidden;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
- font-size: 100px;
- -webkit-font-smoothing: antialiased;
- -webkit-overflow-scrolling: touch
- }
- .link,
- .link:hover,
- .link:visited,
- a {
- color: #333
- }
- body,
- html {
- font-family: "PingFang SC", "Heiti SC", "SF UI Text", "Helvetica Neue", Roboto, "Droid Sans Fallback", arial, sans-serif;
- font-weight: normal
- }
- body {
- font-size: .12rem;
- line-height: 1.5
- }
- * {
- margin: 0;
- padding: 0;
- outline: 0;
- -webkit-text-size-adjust: none;
- -webkit-tap-highlight-color: transparent
- }
- input,
- select,
- textarea {
- font-size: 100%
- }
- table {
- border-collapse: collapse;
- border-spacing: 0
- }
- img {
- border: 0
- }
- del {
- text-decoration: line-through
- }
- .link:active,
- a {
- text-decoration: none
- }
- ol,
- ul {
- list-style: none
- }
- caption,
- th {
- text-align: left
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: 500
- }
- h1 {
- font-size: .36rem
- }
- h2 {
- font-size: .28rem
- }
- h3 {
- font-size: .24rem
- }
- h4 {
- font-size: .2rem;
- line-height: .26rem
- }
- h5 {
- font-size: .18rem;
- line-height: .24rem
- }
- h6 {
- font-size: .16rem;
- line-height: .2rem
- }
- q:after,
- q:before {
- content: ''
- }
- sub,
- sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline
- }
- sup {
- top: -.5em
- }
- sub {
- bottom: -.25em
- }
- .link:active {
- color: #e61414
- }
- ins,
- u {
- text-decoration: underline;
- text-decoration-color: #eee
- }
- </style>
- <link href="./tcplayer.min.css" rel="stylesheet" />
- <script>!function (e, t) { var n = t.documentElement, d = e.devicePixelRatio || 1; function i() { var e = n.clientWidth / 3.75; e = e > 110 ? 110 : e; n.style.fontSize = e + "px" } if (function e() { t.body ? t.body.style.fontSize = "16px" : t.addEventListener("DOMContentLoaded", e) }(), i(), e.addEventListener("resize", i), e.addEventListener("pageshow", function (e) { e.persisted && i() }), 2 <= d) { var o = t.createElement("body"), a = t.createElement("div"); a.style.border = ".5px solid transparent", o.appendChild(a), n.appendChild(o), 1 === a.offsetHeight && n.classList.add("hairlines"), n.removeChild(o) } }(window, document)</script>
- </head>
- <body>
- <style>
- .m-toast {
- position: fixed;
- top: 50%;
- left: 50%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- box-sizing: content-box;
- width: 88px;
- max-width: 70%;
- min-height: 88px;
- padding: 16px;
- color: #fff;
- font-size: 14px;
- line-height: 20px;
- white-space: pre-wrap;
- text-align: center;
- word-wrap: break-word;
- background-color: rgba(50, 50, 51, 0.88);
- border-radius: 4px;
- -webkit-transform: translate3d(-50%, -50%, 0);
- transform: translate3d(-50%, -50%, 0);
- z-index: 2002
- }
- .m-loading {
- position: relative;
- color: #fff;
- font-size: 0;
- vertical-align: middle;
- padding: 4px
- }
- .m-loading__spinner {
- position: relative;
- display: inline-block;
- width: 30px;
- max-width: 100%;
- height: 30px;
- max-height: 100%;
- vertical-align: middle;
- -webkit-animation: m-rotate .8s linear infinite;
- animation: m-rotate .8s linear infinite
- }
- .m-loading__spinner--circular {
- -webkit-animation-duration: 2s;
- animation-duration: 2s
- }
- .m-loading__circular {
- display: block;
- width: 100%;
- height: 100%
- }
- .m-loading__circular circle {
- -webkit-animation: m-circular 1.5s ease-in-out infinite;
- animation: m-circular 1.5s ease-in-out infinite;
- stroke: currentColor;
- stroke-width: 3;
- stroke-linecap: round
- }
- .m-loading__text {
- display: inline-block;
- margin-left: 8px;
- color: #969799;
- font-size: 14px;
- vertical-align: middle
- }
- .m-loading--vertical {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center
- }
- .m-loading--vertical .m-loading__text {
- margin: 8px 0 0
- }
- @-webkit-keyframes m-circular {
- 0% {
- stroke-dasharray: 1, 200;
- stroke-dashoffset: 0
- }
- 50% {
- stroke-dasharray: 90, 150;
- stroke-dashoffset: -40
- }
- 100% {
- stroke-dasharray: 90, 150;
- stroke-dashoffset: -120
- }
- }
- @keyframes m-circular {
- 0% {
- stroke-dasharray: 1, 200;
- stroke-dashoffset: 0
- }
- 50% {
- stroke-dasharray: 90, 150;
- stroke-dashoffset: -40
- }
- 100% {
- stroke-dasharray: 90, 150;
- stroke-dashoffset: -120
- }
- }
- .m-toast__text {
- margin-top: 8px
- }
- </style>
- <div id="m_loading" class="m-toast m-toast--middle m-toast--loading" style="z-index: 2001;">
- <div class="m-loading m-loading--circular m-toast__loading"><span
- class="m-loading__spinner m-loading__spinner--circular"><svg viewBox="25 25 50 50" class="m-loading__circular">
- <circle cx="50" cy="50" r="20" fill="none"></circle>
- </svg></span></div>
- <div class="m-toast__text">加载中...</div>
- </div>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- <form role="form" method="post" action="" id="onSubmit">
- <input type="hidden" name="apiContent" id="apiContent">
- <input type="hidden" name="merNo" id="merNo">
- <input type="hidden" name="notifyUrl" id="notifyUrl">
- <input type="hidden" name="sign" id="sign">
- <input type="hidden" name="signType" id="signType">
- <input type="hidden" name="timestamp" id="timestamp">
- <input type="hidden" name="version" id="version">
- </form>
- </body>
- </html>
|