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.
41 lines
843 B
41 lines
843 B
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<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})系统暂时不支持在线预览
|
|
如有需要请联系<a href="mailto:1527072012@qq.com">@陈星星</a>
|
|
</span>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|