2014-06-20 20:55:14 +08:00
|
|
|
|
/*搜索结果*/
|
|
|
|
|
.result {
|
|
|
|
|
margin-bottom: 55px;
|
|
|
|
|
background: #fffefa;
|
|
|
|
|
border-top: 1px solid #c6701a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result table {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #444444;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result table thead {
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
|
color: #777777;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
border-left: 1px solid #dcdcdc;
|
|
|
|
|
border-right: 1px solid #dcdcdc;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result table thead tr th:nth-child(1) {
|
|
|
|
|
padding-left: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result table thead tr th:nth-child(2) {
|
|
|
|
|
padding-left: 38px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result table thead tr th:nth-child(4) {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-num {
|
2014-07-04 20:57:57 +08:00
|
|
|
|
padding: 18px 20px 18px 20px;
|
|
|
|
|
width: 100px;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
font-family: tahoma;
|
|
|
|
|
color: #4D5873;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
line-height: 19px;
|
|
|
|
|
border: 1px solid #dcdcdc;
|
|
|
|
|
border-right: 1px solid #ccc7ba;
|
|
|
|
|
background: #fff9e8;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-01 20:07:44 +08:00
|
|
|
|
.result .train-empty td {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
line-height: 100px;
|
|
|
|
|
color: #ccc;
|
|
|
|
|
text-shadow: 3px 3px 5px rgba(150,150,150,0.2);
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-20 20:55:14 +08:00
|
|
|
|
.result .train-seats {
|
2014-06-26 22:24:54 +08:00
|
|
|
|
padding: 20px 0 15px 0;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
|
border-left: none;
|
|
|
|
|
line-height: 18px;
|
2014-06-26 22:24:54 +08:00
|
|
|
|
overflow: hidden;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-06-26 22:24:54 +08:00
|
|
|
|
.result .train-seats:empty:before {
|
|
|
|
|
content: '本车次车票已售完';
|
|
|
|
|
color: #cccccc;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-04 20:57:57 +08:00
|
|
|
|
.result .train-seats .train-notsell {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-seats .train-notontime {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-20 20:55:14 +08:00
|
|
|
|
.result .train-seats .row2 {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-info {
|
|
|
|
|
width: 120px;
|
|
|
|
|
padding: 0 25px 0 25px;
|
|
|
|
|
border-top: 1px solid #cccccc;
|
|
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-city {
|
|
|
|
|
width: 110px;
|
|
|
|
|
border-top: 1px solid #cccccc;
|
|
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
|
|
padding: 0 0 0 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .ticket-block {
|
2014-06-26 22:24:54 +08:00
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
|
background: linear-gradient(to bottom, #ffffff, #ffffff 5%, #f5f5f5);
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 11px 16px;
|
|
|
|
|
color: #4e4e4e;
|
|
|
|
|
box-shadow: 0 1px 8px rgba(155, 155, 155, 0.2);
|
2014-06-26 22:24:54 +08:00
|
|
|
|
width: 105px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
margin-right: 5px;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .ticket-block-selected {
|
|
|
|
|
border-color: #e3c69b;
|
|
|
|
|
background: linear-gradient(to bottom, #ffffff, #ffffff 5%, #fcf6e1 );
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .ticket-block:hover {
|
|
|
|
|
border-color: #dec496;
|
|
|
|
|
background: linear-gradient(to bottom, #ffffff, #ffffff 5%, #fcf6e1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .ticket-num {
|
|
|
|
|
color: #e00000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-station-type {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
color: #888;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-station-type:after {
|
|
|
|
|
content: '';
|
|
|
|
|
border-top: 5px solid #888;
|
|
|
|
|
border-left: 5px solid transparent;
|
|
|
|
|
border-right: 5px solid transparent;
|
|
|
|
|
top: 13px;
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*始发终到标记*/
|
|
|
|
|
.result .train-city .start:after {
|
|
|
|
|
content: ' [始]';
|
|
|
|
|
color: #c23825;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-city .end:after {
|
|
|
|
|
content: ' [终]';
|
|
|
|
|
color: #c23825;
|
|
|
|
|
}
|