chore: 添加多个图片和资源文件
添加了管理后台所需的图片资源、Excel文件、安装程序以及设计相关的图片文件
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<title>e订通</title>
|
||||
<style>
|
||||
body {
|
||||
font-family:宋体;
|
||||
font-size:14px;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
background-color: #262428;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
a,a:link,a:visited,a:active {
|
||||
text-decoration:none;
|
||||
color: white;
|
||||
}
|
||||
body,input,td,select,div,li,ul,textarea,form {
|
||||
font-family:宋体;
|
||||
font-size:18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width: 80%; margin: auto; border-radius: 20px; height: 200px; line-height: 200px;">
|
||||
<img src="./ipad/images/edt.png">
|
||||
<span><?php include "./tmpl/config.php"; echo $sys_ver; ?></span>
|
||||
</div>
|
||||
<div style="background-color: black; width: 80%; margin: auto; border-radius: 20px; height: 200px; line-height: 200px;">
|
||||
<span style="border-radius: 10px; background-color: red; padding: 10px; width: 25%; max-width: 110px; min-width: 72px; margin-right: 5%; display: inline-block; line-height: normal;"><a href="iphone">手机订货</a></span>
|
||||
<span style="border-radius: 10px; background-color: red; padding: 10px; width: 25%; max-width: 110px; min-width: 72px; margin-left: 5%; display: inline-block; line-height: normal;"><a href="ipad">平板订货</a></span>
|
||||
</div>
|
||||
<div style="width: 100%; margin: auto; border-radius: 20px; height: 200px; line-height: 200px;">
|
||||
<span style="border-radius: 10px; padding: 10px; width: 155px; margin-right: 5%; display: inline-block; line-height: normal; text-align: right;">
|
||||
<img src="./admin/images/pc.png" style="display: inline-block; vertical-align: middle; margin-right: 6px;">
|
||||
<span style="display: inline-block; vertical-align: middle;"><a href="admin">进入后台</a></span>
|
||||
</span>
|
||||
<span style="border-radius: 10px; padding: 10px; width: 155px; margin-left: 5%; display: inline-block; line-height: normal; text-align: left;">
|
||||
<img src="./admin/images/andriod.png" style="display: inline-block; vertical-align: middle; margin-right: 6px;">
|
||||
<span style="display: inline-block; vertical-align: middle;"><a href="apk/edt2.0.0.apk">安卓APP下载</a></span>
|
||||
</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user