2014-06-12 21:36:05 +08:00
|
|
|
|
@import url('base.css');
|
|
|
|
|
@import url('buttons.css');
|
|
|
|
|
@import url('fa/css/font-awesome.css');
|
|
|
|
|
@import url('ui/widget.css');
|
|
|
|
|
@import url('ui/widget-message-popup.css');
|
|
|
|
|
@import url('ui/index-search-base.css');
|
|
|
|
|
@import url('ui/options-param.css');
|
|
|
|
|
@import url('ui/city-selector.css');
|
|
|
|
|
@import url('ui/date-popup.css');
|
|
|
|
|
@import url("ui/passenger-selector.css");
|
|
|
|
|
@import url('ui/query-result.css');
|
|
|
|
|
@import url('ui/travel-method.css');
|
|
|
|
|
@import url('ui/train-stops.css');
|
|
|
|
|
@import url('ui/widget-login.css');
|
|
|
|
|
@import url('ui/widget-ticketsubmit.css');
|
2014-06-26 22:24:54 +08:00
|
|
|
|
@import url('ui/float-passenger-selector.css');
|
2014-07-11 18:34:59 +08:00
|
|
|
|
@import url('ui/ui-autorefresh.css');
|
2014-07-25 22:28:51 +08:00
|
|
|
|
@import url('ui/chat.css');
|
2014-08-05 20:54:33 +08:00
|
|
|
|
@import url('ui/widget-selltime-notification.css');
|
2014-08-26 21:29:58 +08:00
|
|
|
|
@import url('ui/dialogs.css');
|
2014-06-12 21:36:05 +08:00
|
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
|
background: url(../images/icon.png) no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-11 18:34:59 +08:00
|
|
|
|
/*音乐控制器*/
|
|
|
|
|
#music_controller {
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 10000;
|
|
|
|
|
display: none;
|
2014-08-30 01:32:27 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*起售时间提醒*/
|
|
|
|
|
#selltime_tip {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -130px;
|
|
|
|
|
top: 80px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#selltime_tip ul {
|
|
|
|
|
border: 1px solid #e2e2e2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#selltime_tip ul li {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 14px;
|
|
|
|
|
border-top: 1px solid #e2e2e2;
|
|
|
|
|
margin-top: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#selltime_tip li:nth-child(1) {
|
|
|
|
|
color: #ef7007;
|
|
|
|
|
}
|
2014-09-03 23:20:12 +08:00
|
|
|
|
|
|
|
|
|
#wx_sell_notification {
|
|
|
|
|
width: 370px;
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 210px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wx_sell_notification .info {
|
|
|
|
|
top: 66px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wx_sell_notification .info .title {
|
|
|
|
|
color: #4c4c4c;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wx_sell_notification .info .title span {
|
|
|
|
|
color: #fe8924;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wx_sell_notification .info .desc {
|
|
|
|
|
color: #4c4c4c;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wx_sell_notification .info .desc span {
|
|
|
|
|
background-color: #ff8000;
|
|
|
|
|
color: #fff;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wx_sell_notification img {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 30px;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wx_sell_notification p.code {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wx_sell_notification p.code span {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wx_sell_notification span.hand {
|
|
|
|
|
background: url(../images/hand.png) no-repeat left top;
|
|
|
|
|
width: 93px;
|
|
|
|
|
height: 120px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
right: -56px;
|
|
|
|
|
bottom: -34px;
|
|
|
|
|
}
|