You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
815 B
22 lines
815 B
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<head>
|
|
<link rel="stylesheet" href="lib/weui/weui.min.css">
|
|
<link rel="stylesheet" href="css/weui.ext.css">
|
|
</head>
|
|
<div class="page js_show">
|
|
<div style="background-color: #fff; height: 100%; min-height: 480px;">
|
|
<div class="weui-header" v-if="typeof api !== 'undefined'">
|
|
<div class="weui-header-left"> <a class="icon icon-109" style="color:#fff" href="javascript:" v-on:click="closeWindow()">关闭</a> </div>
|
|
<h1 class="weui-header-title"></h1>
|
|
<div class="weui-header-right"></div>
|
|
</div>
|
|
<img src="400.svg" style="maring:20px;">
|
|
<div class="weui-footer weui-footer_fixed-bottom">
|
|
<p class="weui-footer__text">Copyright © 2020 Ver 0.1.0.202006220919</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |