Light12306/Web12306/css/ui/options-param.css
2014-04-30 19:20:58 +08:00

76 lines
1.5 KiB
CSS

/*其他筛选条件*/
.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;
}
.options-param dd {
width: 825px;
}
.options-param .split {
height: 1px;
overflow: hidden;
border-bottom: 1px dotted #d6d6d6;
}
.options-param dt {
margin-left: 36px;
}
.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-bottom: 10px;
}
.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;
}