1 Star 0 Fork 1

夜寒苏/app-zuche

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
ohohjason 提交于 2019-11-01 20:59 . delete a pic
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>租车APP</title>
<style>
body {
min-height: 100vh;
margin: 0;
padding: 0;
}
.link {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
min-height: 80vh;
margin-top: 20vh;
}
a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
img {
width: 70%;
}
</style>
</head>
<body>
<div class="link">
<a href="https://biaodan.info/web/formview/5d98981175a03c5ea382a44f">
<img src="img/业务上报.png" alt="业务上报">
</a>
<a href="https://biaodan100.com/web/formview/5d9e810e75a03c51474b9fe2">
<img src="img/员工注册.png" alt="员工注册">
</a>
<a href="https://biaodan.info/web/formview/5daed6e9fc918f141b744526">
<img src="img/库存盘点.png" alt="库存盘点">
</a>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/devindon/app-zuche.git
git@gitee.com:devindon/app-zuche.git
devindon
app-zuche
app-zuche
master

搜索帮助