From 5b5c2e3827df2e524322a324ceaa9d58904b87dc Mon Sep 17 00:00:00 2001 From: jiangchunyuan Date: Wed, 3 Sep 2014 17:13:39 +0800 Subject: [PATCH] input line-height & dialog text --- Mobile12306New/css/css.css | 4 ++-- Mobile12306New/js/order_list.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Mobile12306New/css/css.css b/Mobile12306New/css/css.css index dbba8da..7a6abaa 100644 --- a/Mobile12306New/css/css.css +++ b/Mobile12306New/css/css.css @@ -264,8 +264,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} diff --git a/Mobile12306New/js/order_list.js b/Mobile12306New/js/order_list.js index de05c95..da8f63e 100644 --- a/Mobile12306New/js/order_list.js +++ b/Mobile12306New/js/order_list.js @@ -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(); });