152 lines
3.5 KiB
CSS
152 lines
3.5 KiB
CSS
@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');
|
|
@import url('ui/float-passenger-selector.css');
|
|
@import url('ui/ui-autorefresh.css');
|
|
@import url('ui/chat.css');
|
|
@import url('ui/widget-selltime-notification.css');
|
|
@import url('ui/dialogs.css');
|
|
@import url('colorbox/colorbox.css');
|
|
@import url('ui/bd.css');
|
|
|
|
.icon {
|
|
background: url(../images/icon.png) no-repeat;
|
|
}
|
|
|
|
/*音乐控制器*/
|
|
#music_controller {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 10000;
|
|
display: none;
|
|
}
|
|
|
|
/*起售时间提醒*/
|
|
#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;
|
|
}
|
|
|
|
#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;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#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;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
#wx_sell_notification span.hand {
|
|
background: url(../images/handd.gif) no-repeat left top;
|
|
width: 93px;
|
|
height: 120px;
|
|
position: absolute;
|
|
z-index: 100;
|
|
right: -45px;
|
|
bottom: -24px;
|
|
}
|
|
|
|
/*验证码*/
|
|
.vc-touchclick-marker {
|
|
position: absolute;
|
|
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAflBMVEX/AAD/////////////////////////////////////////////////////////////////////////////////////////////////Zmb/AAD/o6P/1NT/6ur/9fX/////d3f/U1P/sLD/vLz/IyP/39//PT3/hob/lZX/yMhzeP54AAAAGXRSTlMAEBcgJzA3QEdQV2BncHeAh5CWoLDA0ODw9H53rAAAAUxJREFUeF6909tugzAMBmCga+l6GCsQqHPmTN//BedkEbE6adVuZqkXVT7s3yIk/EUlPPm1/gLSNII8z9NncND6gmBX1MwYKaX/R0G1dOqUlEpY8OG65gkYzoHlcks/3inICoZgbgsRwLyoTwIyLcA1tsNkAVYhdVsdaMjtQS7Gub0VfgUK3h8BjCvnkjUGC3uQDOXUi5nz/i5wPHTfKXRGtthfGYaQleCxREHXPDjQLUtc0077CN5KtR1JI3GYudfHmOFNr9xXh+Mf/RraR3AL51Yj6p2E9oOC2oZYDujRLzHQNY+6FwoQSARGg9dLFUGSXgvmwEBfiMzpmnsP8AiYB4sVahdBVk5yRAAbMHWxIyNCVzG70R7oeOUIGNzvjCAEICN054ACd9POw0+QXJoB4FFqd1dT1OgI8HVm7JSkeeq1aS4vP5x/BS/qC3YfObrN3LM7AAAAAElFTkSuQmCC') /*../images/vc-marker.png*/;
|
|
width: 16px;
|
|
height: 16px;
|
|
z-index: 10;
|
|
opacity: 0.5;
|
|
cursor: pointer;
|
|
transform: scale(2);
|
|
}
|
|
|
|
#showHelp{
|
|
color:green;;
|
|
}
|
|
|
|
#query-tip{
|
|
color:#333;
|
|
border-radius: 10px 10px 0 0;
|
|
line-height: 170%;
|
|
display:none;
|
|
font-size:16px;
|
|
}
|
|
|
|
#query-tip a{
|
|
color:#333;
|
|
}
|
|
#query-tip a:hover{
|
|
text-decoration: underline;
|
|
} |