2014-07-01 20:07:44 +08:00
|
|
|
|
#ticket-submit-container {
|
|
|
|
|
width: 900px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background: transparent;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-info {
|
|
|
|
|
width: 400px;
|
|
|
|
|
float: left;
|
|
|
|
|
background-color: #fbfbfb;
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 250px;
|
|
|
|
|
color: #000;
|
|
|
|
|
border-radius: 10px 10px 11px 11px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-02 18:43:28 +08:00
|
|
|
|
#ticket-info .banner {
|
|
|
|
|
height: 65px;
|
|
|
|
|
background-color: #3884c9;
|
|
|
|
|
position: relative;
|
|
|
|
|
border-radius: 10px 10px 0 0;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-01 20:07:44 +08:00
|
|
|
|
#ticket-info .time-info {
|
|
|
|
|
position: absolute;
|
2014-07-02 18:43:28 +08:00
|
|
|
|
left: 30px;
|
|
|
|
|
top: 45px;
|
|
|
|
|
font-size: 15px;
|
2014-07-01 20:07:44 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-02 18:43:28 +08:00
|
|
|
|
#ticket-info .station-info {
|
2014-07-01 20:07:44 +08:00
|
|
|
|
position: absolute;
|
2014-07-02 18:43:28 +08:00
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
top: 16px;
|
|
|
|
|
left: 30px;
|
|
|
|
|
line-height: 24px;
|
2014-07-01 20:07:44 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-info .from-station,
|
|
|
|
|
#ticket-info .to-station {
|
2014-07-02 18:43:28 +08:00
|
|
|
|
display: inline-block;
|
2014-07-23 17:32:50 +08:00
|
|
|
|
max-width: 110px;
|
2014-07-02 18:43:28 +08:00
|
|
|
|
-ms-text-overflow: ellipsis;
|
|
|
|
|
-o-text-overflow: ellipsis;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
position: relative;
|
2014-07-01 20:07:44 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-02 18:43:28 +08:00
|
|
|
|
#ticket-info .from-station {
|
|
|
|
|
margin-right: 55px;
|
2014-07-01 20:07:44 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-02 18:43:28 +08:00
|
|
|
|
#ticket-info .from-station:after {
|
|
|
|
|
content: '';
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAGCAMAAABU1iZBAAAAXVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8/beDHAAAAHnRSTlMAZ0oGdIhB9bZxLQH856NeGYbz044L+b96NgPtrCIXxUamAAAAQklEQVR4XpXLRQrAQAAEwXWPu83/nxlYyDUwdWxo8U+bwWlByxY+xER/sgBo2q7nNjWimma1fA2MdduPs16s65bPC+CBDerN+CjfAAAAAElFTkSuQmCC') no-repeat center center;
|
|
|
|
|
right: -53px;
|
|
|
|
|
top: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2014-07-01 20:07:44 +08:00
|
|
|
|
#ticket-info .train-no {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: block;
|
|
|
|
|
height: 30px;
|
2014-07-02 18:43:28 +08:00
|
|
|
|
top: 20px;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
right: 20px;
|
2014-07-01 20:07:44 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-02 18:43:28 +08:00
|
|
|
|
#ticket-info table.ticket-passenger {
|
|
|
|
|
margin: 10px 30px 15px 30px;
|
|
|
|
|
border-left: 1px solid #98bbdf;
|
|
|
|
|
border-top: 1px solid #98bbdf;
|
|
|
|
|
border-bottom: 1px solid #98bbdf;
|
2014-07-01 20:07:44 +08:00
|
|
|
|
}
|
|
|
|
|
|
2014-07-02 18:43:28 +08:00
|
|
|
|
#ticket-info table.ticket-passenger th {
|
|
|
|
|
border-right: 1px solid #98bbdf;
|
|
|
|
|
border-bottom: 2px solid #98bbdf;
|
|
|
|
|
color: #3b84c9;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
width: 110px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
2014-07-01 20:07:44 +08:00
|
|
|
|
|
2014-07-02 18:43:28 +08:00
|
|
|
|
#ticket-info table.ticket-passenger td {
|
|
|
|
|
border-top: 1px solid #98bbdf;
|
|
|
|
|
border-right: 1px solid #98bbdf;
|
|
|
|
|
color: #444444;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
2014-07-01 20:07:44 +08:00
|
|
|
|
|
2014-07-02 18:43:28 +08:00
|
|
|
|
#ticket-info table.ticket-passenger tr:nth-child(even) td {
|
|
|
|
|
background-color: #dbe8f4;
|
|
|
|
|
}
|
2014-07-01 20:07:44 +08:00
|
|
|
|
|
|
|
|
|
#ticket-submit-rings {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 390px;
|
|
|
|
|
height: 250px;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-rings span {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border: 1px solid #c9c8c6;
|
|
|
|
|
background: linear-gradient(to bottom, #fff, #f1f0f1);
|
2014-07-04 20:57:57 +08:00
|
|
|
|
top: 35px;
|
2014-07-01 20:07:44 +08:00
|
|
|
|
box-shadow: 0 0 5px rgba(100,100,100,0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-rings span:nth-child(1) {
|
|
|
|
|
top: 192px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info {
|
|
|
|
|
width: 490px;
|
|
|
|
|
float: right;
|
|
|
|
|
background-color: #fff8e1;
|
|
|
|
|
height: 250px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info header {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #8d5000;
|
|
|
|
|
text-indent: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-vc {
|
|
|
|
|
width: 300px;
|
|
|
|
|
margin: 20px auto 20px auto;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-vc input {
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
border: 1px solid #ccc6b4;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-vc span {
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
width: 85px;
|
|
|
|
|
height: 36px;
|
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-image: url(../../images/loading.gif);
|
|
|
|
|
background-position: 50% 50%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-vc a {
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #8d5000;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-vc a:hover {
|
|
|
|
|
color: #a36412;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-button {
|
|
|
|
|
width: 300px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-status {
|
|
|
|
|
width: 300px;
|
|
|
|
|
margin: 0 auto 15px auto;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-status .fa {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-status-loading {
|
|
|
|
|
color: #0066FF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-status-loading .fa-spinner {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-status-error {
|
|
|
|
|
color: #CC0033;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-status-error .fa-times {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-status-ok {
|
|
|
|
|
color: #009900;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-status-ok .fa-check {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info header .fa {
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>*/
|
|
|
|
|
#ticket-submit-info .ticket-submit-info-status-failed,
|
|
|
|
|
#ticket-submit-info .ticket-submit-info-status-ok {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-info-status-failed div,
|
|
|
|
|
#ticket-submit-info .ticket-submit-info-status-ok div {
|
|
|
|
|
color: rgb(180, 76, 50);
|
|
|
|
|
line-height: 130%;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
line-height: 130%;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
text-shadow: 0 0 1px rgba(200, 50, 50, 0.4);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-info-status-failed div p,
|
|
|
|
|
#ticket-submit-info .ticket-submit-info-status-ok div p {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-info-status-failed div p:first-child,
|
|
|
|
|
#ticket-submit-info .ticket-submit-info-status-ok div p:first-child {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ticket-submit-info .ticket-submit-info-status-ok div {
|
|
|
|
|
color: #4169E1;
|
|
|
|
|
text-shadow: 0 0 1px rgba(50, 50, 200, 0.4);
|
|
|
|
|
}
|