Light12306/Web12306/css/ui/index-search-base.css

322 lines
5.9 KiB
CSS
Raw Normal View History

.options-param {
display: none;
}
.search-box {
2014-08-30 01:32:27 +08:00
height: 113px;
2014-07-25 22:28:51 +08:00
padding-top: 5px;
2014-08-30 01:32:27 +08:00
background-color: #fff9e9;
border: 3px solid #f88c20;
border-top: none;
margin-top: 0;
margin-bottom: 10px;
2014-06-12 21:36:05 +08:00
}
.search-box .label-desc {
color: #984d00;
margin-bottom: 12px;
2014-08-30 01:32:27 +08:00
font-weight: bold;
margin-right: 0;
font-size: 16px;
2014-06-12 21:36:05 +08:00
}
.search-box .search-box-l,
.search-box .search-box-r {
width: 10px;
height: 199px;
background: url(../../images/css-sprite.png) no-repeat;
position: absolute;
top: 0;
}
.search-box .search-box-r {
right: 0;
background-position: -12px 0;
}
.search-box .search-box-hings-l,
.search-box .search-box-hings-r {
width: 14px;
height: 31px;
background-position: 0 -459px;
position: absolute;
bottom: -8px;
}
.search-box .search-box-hings-l {
left: 188px;
}
.search-box .search-box-hings-r {
right: 188px;
}
.search-box .search-tips {
height: 32px;
2014-08-30 01:32:27 +08:00
font-size: 14px;
2014-06-12 21:36:05 +08:00
line-height: 29px;
2014-08-30 01:32:27 +08:00
color: #82572d;
2014-06-12 21:36:05 +08:00
padding-left: 34px;
background-position: 0 -321px;
}
.search-box .search-tips .order-tips {
2014-06-12 21:36:05 +08:00
display: inline-block;
cursor: pointer;
}
2014-07-29 21:19:06 +08:00
.search-box .search-tips .net-tips {
display: none;
}
2014-06-12 21:36:05 +08:00
.search-box .search-tips .reset-btn {
display: none;
2014-06-12 21:36:05 +08:00
width: 87px;
height: 30px;
background: url(../../images/css-sprite.png) no-repeat;
background-position: -24px 0;
font-size: 0;
top: -7px;
position: relative;
margin: 0 39px 0 16px;
cursor: pointer;
}
2014-07-29 21:19:06 +08:00
.search-box .search-tips .reset-btn:hover {
background-position: -110px 0;
}
.search-box .search-tips .reset-btn:active {
background-position: -199px 0;
}
2014-08-30 01:32:27 +08:00
.search-tips-container {
2014-07-29 21:19:06 +08:00
background: #f8f8f8;
border: 1px solid #bdbdbd;
border-radius: 4px;
padding: 10px 10px 10px 10px;
z-index: 10;
2014-06-12 21:36:05 +08:00
position: absolute;
2014-07-29 21:19:06 +08:00
color: #666;
font-size: 12px;
2014-08-30 01:32:27 +08:00
right: 100px;
2014-07-29 21:19:06 +08:00
top: 0;
width: 300px;
box-shadow: 5px 5px 10px rgba(110, 110, 110, 0.4);
display: none;
2014-08-30 01:32:27 +08:00
min-height: 40px;
text-align: left;
2014-06-12 21:36:05 +08:00
}
2014-08-30 01:32:27 +08:00
.search-tips-container:before,
.search-tips-container:after {
2014-07-29 21:19:06 +08:00
position: absolute;
content: '';
height: 0;
width: 0;
border-left: 5px solid #bdbdbd;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
right: -5px;
top: 20px;
}
2014-08-30 01:32:27 +08:00
.search-tips-container:after {
2014-07-29 21:19:06 +08:00
border-left-color: #f8f8f8;
right: -4px;
}
2014-08-30 01:32:27 +08:00
.search-tips-container header {
2014-07-29 21:19:06 +08:00
font-weight: bold;
color: #9b540b;
line-height: 100%;
}
2014-06-12 21:36:05 +08:00
2014-08-30 01:32:27 +08:00
.search-tips-container header .fr {
2014-06-12 21:36:05 +08:00
color: #999999;
cursor: pointer;
}
2014-07-29 21:19:06 +08:00
2014-08-30 01:32:27 +08:00
.search-tips-container header .fr:hover {
2014-07-29 21:19:06 +08:00
color: #ff3e43;
}
2014-06-12 21:36:05 +08:00
.search-box .search-form-wrap {
2014-08-30 01:32:27 +08:00
margin: 5px 0 0 34px;
2014-06-12 21:36:05 +08:00
}
.search-box .search-form {
overflow: hidden;
}
.search-box .search-form li {
float: left;
}
.search-box .search-form-city,
.search-box .search-form-date {
2014-08-30 01:32:27 +08:00
width: 102px;
2014-06-12 21:36:05 +08:00
height: 37px;
padding: 0 30px 0 10px;
background: url(../../images/css-sprite.png) no-repeat;
border: none;
-webkit-appearance: none;
background-position: -24px -72px;
}
.search-box .search-form-city:focus,
.search-box .search-form-date:focus {
background-position: -203px -72px;
}
.search-box .search-form-date {
background-position: -24px -117px;
}
.search-box .search-form-date:focus {
background-position: -203px -117px;
}
.search-box .transfer-city {
margin: 0 6px;
}
.search-box .transfer-city .transfer-city-btn {
width: 39px;
height: 39px;
background: url(../../images/css-sprite.png) no-repeat;
background-position: -24px -158px;
cursor: pointer;
}
.search-box .transfer-city .transfer-city-btn:hover {
background-position: -73px -158px;
}
.search-box .transfer-city .transfer-city-btn:active {
background-position: -123px -158px;
}
.search-box .select-date {
2014-08-30 01:32:27 +08:00
margin: 0 10px 0 10px;
2014-06-12 21:36:05 +08:00
}
.search-box .submit-btn {
width: 133px;
2014-08-30 01:32:27 +08:00
height: 38px;
2014-06-12 21:36:05 +08:00
display: block;
2014-08-30 01:32:27 +08:00
line-height: 38px;
2014-06-12 21:36:05 +08:00
color: #fff;
font-size: 17px;
cursor: pointer;
border: 1px solid #2c961a;
border-radius: 4px;
-webkit-appearance: none;
background: linear-gradient(to bottom, #3bc412, #33a810);
}
.search-box .submit-btn:hover {
border-color: #176f0a;
background: linear-gradient(to bottom, #33cd19, #3b9d2a);
}
.search-box .submit-btn:active {
border-color: #176f0a;
background: linear-gradient(to bottom, #41b12f, #1f8a0c);
}
.search-box .identity label {
display: block;
2014-08-30 01:32:27 +08:00
line-height: 20px;
margin-right: 15px;
2014-06-12 21:36:05 +08:00
color: #984d00;
}
.search-box .identity label input {
position: relative;
top: -1px;
}
.search-more-option:link {
border-top: 1px solid#e9e8e2;
border-right: 1px solid#e9e8e2;
border-bottom: 1px solid#e9e8e2;
2014-08-30 01:32:27 +08:00
border-left: 1px solid#e9e8e2;
2014-06-12 21:36:05 +08:00
background-color: #fbfbfb;
right: 5px;
color: #898989;
padding: 8px 8px 8px 15px;
text-decoration: underline;
2014-08-30 01:32:27 +08:00
float: right;
2014-06-12 21:36:05 +08:00
}
.search-more-option:hover {
color: #f67922;
}
.search-more-option:active {
color: #9b540b;
}
.search-more-option:before {
content: '';
position: absolute;
left: 0px;
width: 1px;
height: 0;
border-top: 16px #e9e8e2 solid;
border-left: 7px solid #fdfbf2;
top: 0;
border-bottom: 16px #e9e8e2 solid;
}
.search-more-option:after {
content: '';
position: absolute;
left: 1px;
width: 0;
height: 0;
top: 0;
border-top: 16px #fbfbfb solid;
border-left: 7px solid transparent;
border-bottom: 16px #fbfbfb solid;
}
button#btnResetOptions {
position: absolute;
right: 10px;
2014-08-30 01:32:27 +08:00
bottom: 0;
2014-06-12 21:36:05 +08:00
}
2014-07-29 21:19:06 +08:00
.search-traintypes {
overflow: hidden;
margin-top: 10px;
}
.search-traintypes li {
float: left;
color: #9b540b;
}
2014-07-31 21:30:48 +08:00
.search-traintypes li a {
color: #9b540b;
}
.search-traintypes li a:hover {
color: #7c5024;
text-decoration: underline;
}
2014-08-05 20:54:33 +08:00
.search-form-wrap .search-time-tips {
float: left;
line-height: 40px;
color: #CFB19A;
display: none;
}
2014-08-30 01:32:27 +08:00
.search-form-wrap .search-time-tips span {
font-weight: bold;
margin-left: 4px;
margin-right: 4px;
}