2017-12-12 19:42:55 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
<head>
|
2020-02-18 17:30:30 +08:00
|
|
|
|
<meta charset="utf-8" />
|
2017-12-12 19:42:55 +08:00
|
|
|
|
<style type="text/css">
|
|
|
|
|
|
body{
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
width:900px;
|
|
|
|
|
|
background-color: #CCB;
|
|
|
|
|
|
}
|
|
|
|
|
|
.container{
|
|
|
|
|
|
width: 700px;
|
|
|
|
|
|
height: 700px;
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
}
|
|
|
|
|
|
img{
|
|
|
|
|
|
width:auto;
|
|
|
|
|
|
height:auto;
|
|
|
|
|
|
max-width:100%;
|
|
|
|
|
|
max-height:100%;
|
|
|
|
|
|
padding-bottom: 36px;
|
|
|
|
|
|
}
|
|
|
|
|
|
span{
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
font-size:20px;
|
|
|
|
|
|
color:blue;
|
|
|
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
|
<img src="images/sorry.jpg" />
|
|
|
|
|
|
<span>
|
|
|
|
|
|
该文件类型(${fileType})系统暂时不支持在线预览,<b>说明</b>:
|
2019-11-21 17:00:07 +08:00
|
|
|
|
<p style="color: red;">${msg}</p>
|
2019-11-29 16:46:20 +08:00
|
|
|
|
有任何疑问,请加 <a href="https://jq.qq.com/?_wv=1027&k=5c0UAtu">官方QQ群:613025121</a> 咨询
|
2017-12-12 19:42:55 +08:00
|
|
|
|
</span>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|