2014-06-20 20:55:14 +08:00
|
|
|
|
/*搜索结果*/
|
|
|
|
|
.result {
|
|
|
|
|
background: #fffefa;
|
|
|
|
|
border-top: 1px solid #c6701a;
|
2014-12-05 23:32:41 +08:00
|
|
|
|
margin-bottom: 10px;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-11 18:34:59 +08:00
|
|
|
|
.result .auto-refresh {
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-20 20:55:14 +08:00
|
|
|
|
.result table {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #444444;
|
|
|
|
|
font-size: 16px;
|
2014-08-30 01:32:27 +08:00
|
|
|
|
border: 1px solid #dcdcdc;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-30 01:32:27 +08:00
|
|
|
|
.result table th {
|
2014-06-20 20:55:14 +08:00
|
|
|
|
background: #f5f5f5;
|
|
|
|
|
color: #777777;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
border-left: 1px solid #dcdcdc;
|
|
|
|
|
border-right: 1px solid #dcdcdc;
|
2014-08-30 01:32:27 +08:00
|
|
|
|
text-align: center;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-30 01:32:27 +08:00
|
|
|
|
.result tr.selected td {
|
|
|
|
|
background-color: #ebf6e5;
|
|
|
|
|
}
|
2014-06-20 20:55:14 +08:00
|
|
|
|
|
|
|
|
|
.result .train-num {
|
2014-08-05 20:54:33 +08:00
|
|
|
|
padding: 8px 10px 8px 15px;
|
|
|
|
|
width: 80px;
|
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;
|
2015-11-19 19:44:01 +08:00
|
|
|
|
position: relative;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
}
|
|
|
|
|
|
2015-11-19 19:44:01 +08:00
|
|
|
|
.result .train-num .train-dp {
|
|
|
|
|
color: white;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
border-radius: 5px 0 0 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-30 01:32:27 +08:00
|
|
|
|
.result tr.selected .train-num {
|
|
|
|
|
background-color: #d3edcb;
|
|
|
|
|
}
|
|
|
|
|
|
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-08-27 23:05:50 +08:00
|
|
|
|
padding: 6px 0 1px 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;
|
2015-11-25 19:47:17 +08:00
|
|
|
|
position: relative;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
}
|
|
|
|
|
|
2015-11-25 19:47:17 +08:00
|
|
|
|
.result .train-seats .train-illegal {
|
|
|
|
|
border-radius: 5px 0 0 0;
|
|
|
|
|
padding: 3px 3px 3px 6px;
|
|
|
|
|
background-color: #D03737;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
color: #fff;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-26 22:24:54 +08:00
|
|
|
|
.result .train-seats:empty:before {
|
|
|
|
|
content: '本车次车票已售完';
|
|
|
|
|
color: #cccccc;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-18 23:12:35 +08:00
|
|
|
|
.result .train-seats .train-limitsell,
|
2014-07-04 20:57:57 +08:00
|
|
|
|
.result .train-seats .train-notsell {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-seats .train-notontime {
|
2015-08-03 15:07:49 +08:00
|
|
|
|
font-size: 16px;
|
2014-07-04 20:57:57 +08:00
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-03 15:07:49 +08:00
|
|
|
|
.result .train-seats .train-nostarttip {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-seats .train-nostarttip-insell {
|
|
|
|
|
color: #7F7FE0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-seats .train-nostarttip-early {
|
|
|
|
|
color: #7F7FE0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-seats .train-nostarttip-later {
|
|
|
|
|
color: green;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-20 20:55:14 +08:00
|
|
|
|
.result .train-seats .row2 {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.ticket-block {
|
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
|
background: linear-gradient(to bottom, #ffffff, #fffefe 5%, #f5f5f5);
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 6px 10px;
|
|
|
|
|
color: #4e4e4e;
|
|
|
|
|
box-shadow: 0 1px 8px rgba(155, 155, 155, 0.2);
|
|
|
|
|
width: 105px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2014-06-20 20:55:14 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.ticket-block-selected {
|
|
|
|
|
border-color: #e3c69b;
|
|
|
|
|
background: linear-gradient(to bottom, #ffffff, #ffffff 5%, #fcf6e1 );
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2014-06-20 20:55:14 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.ticket-block:hover {
|
|
|
|
|
background: linear-gradient(to bottom,#FFFEFD,#F5E3D3);
|
|
|
|
|
}
|
2014-08-30 01:32:27 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.ticket-block-selected:hover {
|
|
|
|
|
border-color: #e6d3b7;
|
|
|
|
|
background: linear-gradient(to bottom, #ffffff, #fffefb 5%, #fffbee);
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2014-06-20 20:55:14 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.ticket-num {
|
|
|
|
|
color: #e00000;
|
|
|
|
|
}
|
2014-06-20 20:55:14 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.ticket-block-mini {
|
|
|
|
|
padding: 2px 3px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
height: auto;
|
|
|
|
|
width: auto;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
2014-06-20 20:55:14 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.result .train-station-type {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
color: #888;
|
|
|
|
|
}
|
2014-06-20 20:55:14 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.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;
|
2014-06-20 20:55:14 +08:00
|
|
|
|
}
|
2014-07-11 18:34:59 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
/*始发终到标记*/
|
|
|
|
|
.result .train-city .start:after {
|
|
|
|
|
content: ' [始]';
|
|
|
|
|
color: #c23825;
|
|
|
|
|
}
|
2014-07-23 17:32:50 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.result .train-city .end:after {
|
|
|
|
|
content: ' [终]';
|
|
|
|
|
color: #c23825;
|
|
|
|
|
}
|
2014-07-31 21:30:48 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.result .train-needauto td {
|
|
|
|
|
line-height: 60px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-needauto td button {
|
|
|
|
|
margin-left: 20px;
|
2014-09-10 11:03:37 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.result .train-autotip {
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
color: #bbb;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2014-09-10 21:49:46 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
.result .train-autotip td {
|
|
|
|
|
border-top: 1px solid #cccccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-list-func {
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 60px;
|
|
|
|
|
}
|
2014-12-04 23:31:06 +08:00
|
|
|
|
|
2014-07-31 21:30:48 +08:00
|
|
|
|
/*购票建议*/
|
|
|
|
|
#suggestion {
|
|
|
|
|
display: none;
|
2014-08-01 21:54:26 +08:00
|
|
|
|
border: 1px solid #d5d5d5;
|
2014-08-30 01:32:27 +08:00
|
|
|
|
margin-bottom: 10px;
|
2014-07-31 21:30:48 +08:00
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#suggestion > header {
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-weight: bold;
|
2014-08-01 21:54:26 +08:00
|
|
|
|
text-indent: 10px;
|
2014-07-31 21:30:48 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-01 21:54:26 +08:00
|
|
|
|
#suggestion > header a {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
2014-07-31 21:30:48 +08:00
|
|
|
|
|
2014-08-30 01:32:27 +08:00
|
|
|
|
#suggestion > footer {
|
|
|
|
|
padding: 10px;
|
2014-07-31 21:30:48 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-09-05 18:34:16 +08:00
|
|
|
|
#suggestion > footer > span {
|
|
|
|
|
color: #c23825;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-30 01:32:27 +08:00
|
|
|
|
#suggestion .result {
|
|
|
|
|
margin-bottom: 0;
|
2014-07-31 21:30:48 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-08-30 01:32:27 +08:00
|
|
|
|
#suggestion .result th {
|
|
|
|
|
text-indent: 15px;
|
|
|
|
|
}
|
2014-07-31 21:30:48 +08:00
|
|
|
|
|
2014-08-30 01:32:27 +08:00
|
|
|
|
#suggestion .result .train-linename {
|
|
|
|
|
border: 1px solid #dcdcdc;
|
|
|
|
|
border-left: none;
|
|
|
|
|
line-height: 150%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #707070;
|
2014-09-02 21:41:17 +08:00
|
|
|
|
width: 80px;
|
2014-08-30 01:32:27 +08:00
|
|
|
|
}
|
2014-07-31 21:30:48 +08:00
|
|
|
|
|
2014-08-30 01:32:27 +08:00
|
|
|
|
#suggestion .result .train-seats {
|
|
|
|
|
border-right: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#suggestion .result .train-linename span {
|
|
|
|
|
display: block;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #707070;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#suggestion .result .train-extraprice {
|
|
|
|
|
border: 1px solid #dcdcdc;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
border-right: none;
|
2014-09-02 21:41:17 +08:00
|
|
|
|
width: 221px;
|
2014-08-30 01:32:27 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#suggestion .result .train-extraprice span {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: rgb(209, 72, 72);
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#suggestion .result .train-list {
|
|
|
|
|
border: 1px solid #dcdcdc;
|
|
|
|
|
padding: 10px;
|
2015-08-12 15:16:54 +08:00
|
|
|
|
max-width: 500px;
|
|
|
|
|
word-wrap: break-word;
|
2014-08-30 01:32:27 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#suggestion .result .train-list span {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: rgb(209, 72, 72);
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#suggestion .result td.train-action {
|
|
|
|
|
border: 1px solid #dcdcdc;
|
|
|
|
|
}
|
2014-12-02 22:53:57 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#oncetrainsit {
|
|
|
|
|
border: 1px solid #d5d5d5;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit > header {
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-indent: 10px;
|
2014-12-04 23:31:06 +08:00
|
|
|
|
background: linear-gradient(to bottom, #efefef, #d9d9d9);
|
2014-12-02 22:53:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit > header a {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-04 23:31:06 +08:00
|
|
|
|
#oncetrainsit > header > ul {
|
|
|
|
|
float: right;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit > header > ul > li {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-02 22:53:57 +08:00
|
|
|
|
#oncetrainsit > footer {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit > footer > span {
|
|
|
|
|
color: #c23825;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-top: 1px solid #cccccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit th {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-04 23:31:06 +08:00
|
|
|
|
#oncetrainsit tr:nth-child(6n+5),
|
|
|
|
|
#oncetrainsit tr:nth-child(6n+6),
|
|
|
|
|
#oncetrainsit tr:nth-child(6n+7) {
|
|
|
|
|
background-color: #FFF9E9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit .ticket-container td {
|
2014-12-02 22:53:57 +08:00
|
|
|
|
border-bottom: 1px solid #f8f8f8;
|
2014-12-04 23:31:06 +08:00
|
|
|
|
padding-left: 5px;
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
vertical-align: top;
|
2014-12-02 22:53:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit tr.recommand th {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit tr.header th {
|
|
|
|
|
font-weight: bold;
|
2014-12-04 23:31:06 +08:00
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
|
border-bottom: 1px solid #cccccc;
|
2014-12-02 22:53:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-12-04 23:31:06 +08:00
|
|
|
|
#oncetrainsit tr.header th:nth-child(n+2) {
|
|
|
|
|
border-left: 1px solid #cccccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit tr.sub th:nth-child(6) {
|
2014-12-02 22:53:57 +08:00
|
|
|
|
border-left: 1px solid #cccccc;
|
2014-12-04 23:31:06 +08:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 130%;
|
2014-12-02 22:53:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-12-04 23:31:06 +08:00
|
|
|
|
#oncetrainsit tr.sub th:nth-child(1) {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 130%;
|
2014-12-02 22:53:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-12-04 23:31:06 +08:00
|
|
|
|
#oncetrainsit tr.sub th:nth-child(11) {
|
|
|
|
|
border-left: 1px solid #cccccc;
|
|
|
|
|
}
|
2014-12-02 22:53:57 +08:00
|
|
|
|
|
2014-12-04 23:31:06 +08:00
|
|
|
|
#oncetrainsit tr.sub th:nth-child(3),
|
|
|
|
|
#oncetrainsit tr.sub th:nth-child(8) {
|
2014-12-05 23:32:41 +08:00
|
|
|
|
color: #ff781a;
|
2014-12-04 23:31:06 +08:00
|
|
|
|
font-size: 120%;
|
|
|
|
|
}
|
2014-12-02 22:53:57 +08:00
|
|
|
|
|
|
|
|
|
#oncetrainsit tr.row td {
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit tr.ticket-container td {
|
|
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-04 23:31:06 +08:00
|
|
|
|
#oncetrainsit tr.ticket-container td:nth-child(n+2) {
|
|
|
|
|
border-left: 1px solid #cccccc;
|
|
|
|
|
}
|
2014-12-02 22:53:57 +08:00
|
|
|
|
|
2014-12-04 23:31:06 +08:00
|
|
|
|
#oncetrainsit .button {
|
|
|
|
|
padding: 0 4px;
|
|
|
|
|
font-size: 90%;
|
2014-12-02 22:53:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit .remark {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2014-12-04 23:31:06 +08:00
|
|
|
|
|
|
|
|
|
#oncetrainsit tr.catalog th {
|
|
|
|
|
background: linear-gradient(to bottom, #fff, #f9f9f9);
|
|
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit .ae, #oncetrainsit .fe {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
#oncetrainsit .fa-angle-right {
|
|
|
|
|
border: 1px solid #ff781a;
|
|
|
|
|
padding: 0px 3px 0px 5px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
}
|
2014-12-04 23:31:06 +08:00
|
|
|
|
|
2014-12-05 23:32:41 +08:00
|
|
|
|
#oncetrainsit .ae:after,
|
|
|
|
|
#oncetrainsit .fe:after {
|
|
|
|
|
content: '终';
|
|
|
|
|
color: white;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background: #FF9310;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 2px 3px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
vertical-align: 10%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit .fe:after {
|
|
|
|
|
content: '始';
|
|
|
|
|
}
|
2014-12-04 23:31:06 +08:00
|
|
|
|
|
|
|
|
|
#oncetrainsit .btn-ticket-block {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#oncetrainsit time {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
2015-08-10 19:28:33 +08:00
|
|
|
|
|
|
|
|
|
.result .train-list-suggest {
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-list-suggest ul {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
line-height: 200%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-list-suggest ul li {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result .train-list-suggest ul li i {
|
|
|
|
|
color: #6072D4;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|