代码拉取完成,页面将自动刷新
同步操作将从 celticsv5/畅行吉林_hzs 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>长途客运</title>
<link rel="stylesheet" type="text/css" href="css/all_css.css" />
<link rel="stylesheet" type="text/css" href="css/weui/base.css" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<style type="text/css">
.Bus365_all{
max-width: 640px;
min-width: 320px;
margin: 0 auto;
}
#myIframe {
border: none;
margin-top: 18px;
}
#bus365_head {
background-color: #1FCC9E !important;
position: fixed;
top: 0;
max-width: 640px;
min-width: 320px;
margin: 0 auto;
width: 100%;
height: 70px;
}
.app_head_mid {
float: left;
width: 70%;
padding-top: 10px;
margin-left: 15%;
padding-top: 30px;
}
#app_head_title {
text-align: center;
color: #FFFFFF;
font-size: 1.6em;
font-family: "宋体";
font-weight: bold;
}
.app_head_right {
width: 15%;
float: right;
padding-top: 33px;
position: relative;
right: 6px;
color: #FFFFFF;
}
.app_head_right a{
color: #FFFFFF;
text-decoration: none;
font-size: 1.15em;
font-family: "微软雅黑";
font-weight: bold;
}
#returnIndexBtn {
color: #FFFFFF;
position: fixed;
right: 8px;
top: 30px;
font-size: 1.17em;
font-weight: bold;
font-family: "宋体";
z-index: 1000000;
}
.top_bus365 {
position: fixed;
top: 0;
max-width: 640px;
min-width: 320px;
width: 100%;
margin: 0px auto;
background-color: #1FCC9E;
height: 17px;
}
footer {
width: 100%;
height: 62px;
}
footer li p {
margin-top: -2px;
}
footer li a {
text-decoration: none;
color: #9B9B9B;
}
#coach_main {
}
.Bus365Title_title{
height: 20px;
position: fixed;
width: 100%;
background-color: #1FCC9E;
}
</style>
</head>
<body>
<div class="Bus365_all">
<!--<div class="Bus365Title_title"></div>-->
<div id="bus365_head">
<div class="app_head_mid">
<p id="app_head_title">Bus365客运售票</p>
</div>
<div class="app_head_right">
<a onclick="returnIndex()" href="javascript:;" class="iconfont" id="JLcitySelect">首页</a>
</div>
</div>
<div id="coach_main">
<iframe id="myIframe" src="http://www.bus365.com/public/www/index.html" width="100%" height="100%"></iframe>
</div>
<!--<footer>
<li>
<a href="index01.html">
<div>
<img src="img/index/index__normol.png" />
</div>
<p>首页</p>
</a>
</li>
<li>
<a href="cxgh.html">
<div>
<img src="img/index/chuxingguihuazhengchang.png" />
</div>
<p>出行规划</p>
</a>
</li>
<li>
<a href="my.html">
<div>
<img src="img/index/my__normol.png" />
</div>
<p>我的出行</p>
</a>
</li>
</footer>-->
</div>
<script src="js/jquery-1.11.0.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
var allHeight = document.documentElement.clientHeight;
$("#coach_main").height(allHeight);
function returnIndex() {
window.location.href = "index01.html";
}
//。。。
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。