25508 预售提醒中,右下角查看详情无法点击
This commit is contained in:
commit
b94274fbd7
@ -7954,7 +7954,7 @@ var OrderList = {
|
||||
$('[data-cancelno]').live('click', function(events) {
|
||||
var no = $(this).attr('data-cancelno'),
|
||||
$_box = $(this).closest('li');
|
||||
Public.confirm('取消3次订单后,当前不可再订票,确定要取消订单吗?', function() {
|
||||
Public.confirm('取消3次订单后,当天不可再订票,确定要取消订单吗?', function() {
|
||||
NoComplete.cancelOrder(no, function() {
|
||||
$_box.remove();
|
||||
});
|
||||
|
@ -109,7 +109,7 @@ input[type=radio]:checked:after{content:''; display:block; width:12px; height:12
|
||||
|
||||
|
||||
|
||||
#loginForm .text_warning{display: inline-block;height: 20px;padding: 5px 10px;margin-right: -10px}
|
||||
#loginForm .text_warning{display: inline-block;padding: 5px 10px;margin-right: -10px}
|
||||
#loginForm .form_btns{margin: 10px 0}
|
||||
.form_btns{ margin:15px 0;}
|
||||
.form_line{padding:5px 0;min-height:40px; line-height:40px;border-bottom:#ddd solid 1px;}
|
||||
@ -138,6 +138,7 @@ input[type=radio]:checked:after{content:''; display:block; width:12px; height:12
|
||||
|
||||
/* 登陆页 */
|
||||
.footer_tip{margin-top:30px; font-size:.75rem;}
|
||||
.footer_tip a{padding: 5px}
|
||||
|
||||
/* 查询页 */
|
||||
.station{ position:relative; overflow:hidden; padding:15px 0; border-bottom:1px solid #DDD;}
|
||||
@ -265,8 +266,8 @@ input[type=radio]:checked:after{content:''; display:block; width:12px; height:12
|
||||
.search_box:before{ content:'';display:block; width:100%; height:0; overflow:hidden; clear:both;}
|
||||
.search_cancel{float:right; width:4em; text-align:center;}
|
||||
.search_ipt{overflow:hidden; height:29px; border-radius:5px; background-color:#fcaf5a; padding-left:30px; background-position:8px -443px; margin-top:8px;}
|
||||
.search_input{width:100%; border:0; font-size:0.9375rem; height:29px; padding:5px 0; line-height:20px;-webkit-appearance: none;-webkit-appearance:none; vertical-align:top; background:none; color:#FFF;}
|
||||
.search_input::-webkit-input-placeholder {color:#fa8c13;}
|
||||
.search_input{width:100%; border:0; font-size:0.9375rem; height:29px; padding:5px 0; -webkit-appearance: none;-webkit-appearance:none; vertical-align:top; background:none; color:#FFF;}
|
||||
.search_input::-webkit-input-placeholder{color:#fa8c13;}
|
||||
|
||||
.station_list{ overflow:hidden;}
|
||||
.station_list:after{ content: ''; display: block; overflow: hidden; visibility: hidden; clear: both}
|
||||
|
@ -23,7 +23,7 @@ var OrderList = {
|
||||
$('[data-cancelno]').live('click', function(events) {
|
||||
var no = $(this).attr('data-cancelno'),
|
||||
$_box = $(this).closest('li');
|
||||
Public.confirm('取消3次订单后,当前不可再订票,确定要取消订单吗?', function() {
|
||||
Public.confirm('取消3次订单后,当天不可再订票,确定要取消订单吗?', function() {
|
||||
NoComplete.cancelOrder(no, function() {
|
||||
$_box.remove();
|
||||
});
|
||||
|
@ -50,7 +50,7 @@
|
||||
<div class="box">
|
||||
<p>预约成功后,会在开售前进行分段式提醒,为了确保你不会错过抢票时机,请保证手机维持未静音状态。</p>
|
||||
<div class="footer_tip"><p>放票时间:</p>
|
||||
<p>动车票为上午11:00、高铁车票为下午2:00。<a href="#" class="">查看详情</a></p></div>
|
||||
<p>动车票为上午11:00、高铁车票为下午2:00。<a href="http://www.12306.cn/mormhweb/zxdt/201305/t20130516_600.html" class="">查看详情</a></p></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user