25759 车站查找页面,增加历史删除按钮

This commit is contained in:
luolei 2014-09-03 17:59:58 +08:00
parent f8f6a0eb99
commit c29e650a9f

View File

@ -91,6 +91,7 @@ input[type=radio]:checked:after{content:''; display:block; width:12px; height:12
.icon_remove:before{-webkit-transform:rotate(45deg);}
.icon_remove:after{-webkit-transform:rotate(-45deg);}
.header{width:100%; height:45px; line-height:45px; position:relative; overflow:hidden; background:#fa8c13; color:#FFF; font-size:0.75rem; text-align:center;}
.h_l,.h_r{position:absolute; top:0; white-space:nowrap;}
.h_l{left:15px;}
@ -214,7 +215,7 @@ input[type=radio]:checked:after{content:''; display:block; width:12px; height:12
.label_remind:before{background:#f7dfaa;}
/**/
.form_title{font-size:0.75rem; line-height:2.5em; padding:0 1.375em; background:#f4f4f4; border-bottom:#ddd solid 1px; }
.form_title{font-size:0.75rem; line-height:2.5em; padding:0 1.375em; background:#f4f4f4; border-bottom:#ddd solid 1px; position: relative;}
.box_insert .form_title{ background:#FFF;}
.query_box{padding:8px 15px;}
.query_checkbox{ display:inline-block; width:33.333333%;height: 24px; padding:7px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
@ -280,8 +281,9 @@ input[type=radio]:checked:after{content:''; display:block; width:12px; height:12
.station_list li:nth-child(3n):after{ display:none;}
.station_list li a{display: block; line-height:2.617647058823529em; text-align:center; color:#787878;}
#search_station .form_title{ text-align:center;font-size: 1rem}
#station_hisbox .title_right{display: block;height: 30px;width: 24px;padding-left: 30px;position: absolute;right: 20px}
/*#search_station.form_title:after{}*/
.icon_remove_b{background-image: url(../images/icons.png);height: 30px;width: 24px; display: block; background-position: 3px -490px; background-size: 100%;}
.suggest{position:absolute; left:0; top:45px; right:0; padding:0 15px; background:#FFF; display:none;}
.suggest ul li{border-bottom:#ddd solid 1px;}
.suggest ul li a{display:block; font-size:1.0625rem; color:#787878; line-height:2.617647058823529em;}