3 Star 0 Fork 0

winFruit / oceanus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
payment_success.html 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
刘学 提交于 2018-08-31 21:32 . 代码优化,搜索修改
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="format-detection" content="email=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="msapplication-tap-highlight" content="no">
<title>支付完成</title>
<link rel="stylesheet" href="css/common.css" />
<link rel="stylesheet" href="css/header_common.css" />
<link rel="stylesheet" href="css/payment_success.css"/>
<link rel="stylesheet" href="css/swiper.min.css">
<link rel="stylesheet" href="css/footer.css" />
<script type="text/javascript" src="js/font-size.js"></script>
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/global_variable.js"></script>
</head>
<body>
<header>
<div class="title_top">
<a class="title_top_first">
<img src="img/back1.png" class="hea_img" />
</a>
<span class="title_top_center">掌大优选</span>
</div>
</header>
<div class="container">
<div class="container_cont">
<img src='img/delete.png' class="delete">
<div class="pay_top">
<img src='img/success.png' class="top_success">
<p>支付成功</p>
</div>
<div class="pay_line"></div>
<div class="pay_bot">
<button class="bot_stroll" onclick="window.location='index.html'">再去逛逛</button>
<button class="bot_details" onclick="window.location='order_list.html'">查看订单详情</button>
</div>
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/winFruit/oceanus.git
git@gitee.com:winFruit/oceanus.git
winFruit
oceanus
oceanus
dev

搜索帮助

344bd9b3 5694891 D2dac590 5694891