Light12306/Web12306/css/ui/options-param.css

207 lines
4.1 KiB
CSS
Raw Normal View History

2014-07-08 20:11:31 +08:00
/*其他筛选条件*/
.options-param {
padding: 0 10px;
border: 1px solid #e1e1e1;
border-radius: 4px;
font-size: 14px;
color: #000000;
position: relative;
}
.options-param dt {
height: 36px;
line-height: 36px;
float: left;
2014-07-11 18:34:59 +08:00
margin-left: 36px;
font-weight: bold;
2014-07-08 20:11:31 +08:00
}
.options-param dd {
2014-07-11 18:34:59 +08:00
line-height: 34px;
2014-07-08 20:11:31 +08:00
}
.options-param .split {
height: 1px;
overflow: hidden;
border-bottom: 1px dotted #d6d6d6;
}
.options-param .options-input {
width: 156px;
height: 36px;
padding: 0 30px 0 10px;
-webkit-appearance: none;
border: none;
background: url(../../images/css-sprite.png) no-repeat transparent;
background-position: -24px -32px;
}
.options-param .options-input:focus,
.options-param .options-input.focused {
background-position: -227px -32px;
}
.options-param .optional-block {
background: #fff;
height: 34px;
line-height: 34px;
border: 1px solid #d3d3d3;
border-radius: 2px;
display: inline-block;
position: relative;
padding: 0 34px 0 14px;
margin-right: 5px;
2014-07-11 18:34:59 +08:00
transition: all linear 0.2s;
2014-08-01 21:54:26 +08:00
margin-bottom: 5px;
2014-07-08 20:11:31 +08:00
}
2014-07-11 18:34:59 +08:00
.options-param .optional-block.selected {
transition: all linear 0.2s;
background-color: #e2e2e2;
}
2014-07-08 20:11:31 +08:00
.options-param .optional-block:hover {
background: #f9f9f9;
cursor: pointer;
}
.options-param .optional-block .close {
font-size: 13px;
font-family: arial;
position: absolute;
top: -1px;
right: 10px;
cursor: pointer;
padding: 0 4px;
}
.options-param .optional-block .close:hover {
color: #ff6a00;
}
.options-param .options-seat-type {
line-height: 34px;
}
.options-param .options-seat-type ul {
position: absolute;
z-index: 10;
background-color: #fff;
width: 300px;
border-radius: 0 5px 5px 5px;
border: 1px solid #ccc;
box-shadow: 5px 5px 10px rgba(150,150,150,0.3);
left: 107px;
display: none;
}
2014-07-11 18:34:59 +08:00
.options-param .options-seat-type ul li {
float: left;
width: 100px;
2014-07-08 20:11:31 +08:00
}
2014-07-11 18:34:59 +08:00
.options-param .options-seat-type ul li.recommand {
font-weight: bold;
color: #ff6a00;
}
2014-07-08 20:11:31 +08:00
.options-param .options-train-selectorwarp {
position: relative;
}
.options-param .options-train-selectorwarp div {
border: 1px solid #d1d1d1;
position: absolute;
left: 65px;
top: 35px;
z-index: 10;
background: #ffffff;
border-radius: 0 5px 5px 5px;
box-shadow: 5px 5px 10px rgba(150, 150, 150, 0.5);
color: #7a7a7a;
display: none;
2014-07-29 21:19:06 +08:00
max-height: 400px;
2014-07-08 20:11:31 +08:00
overflow-y: auto;
overflow-x: visible;
width: 520px;
}
.options-param .options-train-selectorwarp table {
width: 500px;
}
.options-param .options-train-selectorwarp table th {
2014-07-29 21:19:06 +08:00
border-top: 1px solid #d1d1d1;
2014-07-08 20:11:31 +08:00
line-height: 40px;
}
.options-param .options-train-selectorwarp table tr td {
line-height: 40px;
border-top: 1px solid #d1d1d1;
padding: 0 10px 0 10px;
cursor: pointer;
}
2014-08-13 00:14:00 +08:00
.options-param .options-train-selectorwarp table tr:nth-child(1) td {
border-top: none;
}
2014-08-08 20:46:37 +08:00
2014-08-19 23:29:14 +08:00
.options-param .options-train-selectorwarp table tr:hover td,
.options-param .options-train-selectorwarp table tr.selected td {
2014-07-08 20:11:31 +08:00
background-color: #fff0d9;
}
2014-07-11 18:34:59 +08:00
2014-08-19 23:29:14 +08:00
.options-param .options-train-selectorwarp table tr.selected td {
background-color: #ddc299;
color: #fff;
}
2014-07-29 21:19:06 +08:00
.options-param .options-train-selectorwarp table tr:first-child:hover td {
background-color: #fff;
}
2014-07-11 18:34:59 +08:00
2014-07-29 21:19:06 +08:00
.options-train-selectorwarp .options-seat-type-advlink {
2014-08-08 20:46:37 +08:00
color: #b05d23;
2014-07-29 21:19:06 +08:00
font-size: 12px;
2014-08-19 23:29:14 +08:00
margin-right: 5px;
2014-07-29 21:19:06 +08:00
text-decoration: underline;
}
2014-07-11 18:34:59 +08:00
2014-07-29 21:19:06 +08:00
.options-train-selectorwarp .options-seat-type-advlink:hover {
color: #985d33;
2014-07-11 18:34:59 +08:00
}
2014-08-13 00:14:00 +08:00
.passenger-selector .passenger-selector-editor {
float: left;
2014-08-20 20:58:24 +08:00
color: #8b8b8b;
2014-08-13 00:14:00 +08:00
}
2014-08-19 23:29:14 +08:00
.passenger-selector .passenger-selector-editor a {
}
.passenger-selector .passenger-selector-editor a:hover {
text-decoration: underline;
}
2014-08-13 00:14:00 +08:00
2014-07-29 21:19:06 +08:00
.options-param .param-array label {
display: block;
float: left;
}
.options-param .param-array p {
overflow: hidden;
}
.options-param .param-array span {
display: block;
float: left;
}
#index-tip-body {
cursor: pointer;
}
2014-08-19 21:33:26 +08:00
2014-08-19 23:29:14 +08:00
#index-tip-body .order-num {
display: none;
}