You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
2.1 KiB
CSS

form.formWrap{
display:block;
font-size:12px;
margin:0 0 10px 0;
padding:8px 10px 8px 10px;
background:url(https://data.chinahighlights.com/css/images/train/search-box-bg.jpg) repeat-x bottom #f6f6f6;
border:1px solid #d1d1d1;
}
form.formWrap input.city{ border:1px solid #d1d1d1; font-size:13px; padding:3px; width:170px;}
table.ticketResult tr th {
background: none repeat scroll 0 0 #e7f3ff;
border-bottom: 1px solid #D1D1D1;
border-right: 1px solid #D1D1D1;
border-top: 1px solid #D1D1D1;
color: #666;
font-size: 11px;
font-weight: 100;
padding: 5px 0 5px 5px;
text-align: left;
}
table.ticketResult tr th a {
color: #1B95C2;
text-decoration: none;
}
table.ticketResult tr th.noline {
border-right: medium none;
}
table.ticketResult tr th select {
color: #565656;
font-size: 11px;
padding: 0;
width: 50px;
}
table.ticketResult tr td {
border-bottom: 1px solid #D1D1D1;
border-right: 1px solid #D1D1D1;
color: #545454;
font-size: 11px;
line-height: 18px;
padding: 5px;
text-align: left;
}
table.ticketResult tr td span.pricestyle {
color: #545454;
display: block;
float: left;
width: 100px;
}
table.ticketResult tr td.trainPrice {
color: #FF0000;
}
table.ticketResult tr td.inquire {
border-right: medium none;
}
table.ticketResult tr td.price {
position: relative;
}
table.ticketResult tr td a {
color: #545454;
}
table.ticketResult tr td.trainNo {
color: #0D548A;
font-size: 12px;
}
table.ticketResult tr td.trainNo span {
cursor: pointer;
display: block;
position: relative;
text-align: right;
text-decoration: underline;
width: 100%;
z-index: 0;
}
table.ticketResult tr td.trainNo strong {
display: block;
width: 100%;
}
table.ticketResult tr td.trainNo .moreTrainId {
background: none repeat scroll 0 0 #FFFFFF;
border: 3px solid #D1D1D1;
box-shadow: 10px 10px 25px #CCCCCC;
display: inline;
left: 96px;
padding: 10px;
position: absolute;
top: -22px;
width: 530px;
z-index: 80;
}
table.ticketResult tr:hover {
background: none repeat scroll 0 0 #F7F7F7;
}