49 lines
1.5 KiB
HTML
49 lines
1.5 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport"
|
||
|
|
content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1,user-scalable=no">
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
|
<meta http-equiv="Access-Control-Allow-Origin" content="*">
|
||
|
|
<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, email=no">
|
||
|
|
<meta name="full-screen" content="true">
|
||
|
|
<meta name="screen-orientation" content="portrait">
|
||
|
|
<meta name="x5-fullscreen" content="true">
|
||
|
|
<meta name="360-fullscreen" content="true">
|
||
|
|
<title>下载页面</title>
|
||
|
|
<script src="/x_admin/js/jq.js"></script>
|
||
|
|
<style>
|
||
|
|
*{
|
||
|
|
padding: 0 0;
|
||
|
|
margin: 0 0;
|
||
|
|
}
|
||
|
|
.big_box{
|
||
|
|
width: 100vw;
|
||
|
|
height: 100vh;
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
flex-wrap: nowrap;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
overflow: auto;
|
||
|
|
padding: 10vw;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body id="box_k">
|
||
|
|
<div class="big_box">
|
||
|
|
<div>你好,这里仅仅是个下载展示页面-2</div>
|
||
|
|
<a href="{$url}">点击下载</a>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|