1 Star 1 Fork 14

tomas / 电商平台-支付

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pay.html 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
#set($ctx=$pageContext.request.contextPath)
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Cache-Control" content="no-Cache" />
<meta http-equiv="Cache-Control" content="max-age=0" />
<meta name="viewport" content="width=device-width,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<link href="$!ctx/base/wap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<script src="$!ctx/base/wap/js/jquery-1.10.2.min.js" type="text/javascript"></script>
<title>支付宝支付</title>
</head>
<style>
.scroll-wrapper{
position: fixed;
right: 0;
bottom: 0;
left: 0;
top: 0;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
.scroll-wrapper iframe {
height: 100%;
width: 100%;
}
</style>
<body>
<div class="scroll-wrapper">$!content</div>
</body>
</html>
Java
1
https://gitee.com/redArmy/dianshangpingtai-zhifu.git
git@gitee.com:redArmy/dianshangpingtai-zhifu.git
redArmy
dianshangpingtai-zhifu
电商平台-支付
master

搜索帮助