1 Star 0 Fork 0

ccccye74/sport_mall_web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
alipay.html 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
ccccye74 提交于 2019-04-13 21:41 . 1、删除admin/h5无用目录
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>支付宝收款</title>
<link rel="stylesheet" href="css/head_top_footer.css" />
<script src="js/jquery.min.js"></script>
<script src="js/hk库.js"></script>
<script>
$(function(){
// 公共部分
$('.header').load('head.html');
$('.footer').load('footer.html');
});
</script>
<style>
.box{
width: 300px;
height: 400px;
margin: auto;
}
.box_top{
height: 50px;
width: 100%;
}
.box_top h1{
font-size: 24px;
text-align: center;
color: red;
}
.box_bottom{
height: 500px;
width: 500px;
}
</style>
</head>
<body>
<!--头部-->
<div class="header"></div>
<div class="box">
<div class="box_top">
<h1>请使用支付宝扫码付款</h1>
</div>
<div class="box_bottom">
<img src="img/qrcode.png" width="300px" height="300px" />
</div>
</div>
<!--底部-->
<div class="footer"></div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/ccccye74/sport_mall_web.git
[email protected]:ccccye74/sport_mall_web.git
ccccye74
sport_mall_web
sport_mall_web
master

搜索帮助