Light12306/Web12306/css/ui/dialogs.css
2014-08-26 21:29:58 +08:00

51 lines
778 B
CSS

#passenger_editor {
display: none;
}
#passenger_editor > header {
font-size: 16px;
font-weight: bold;
}
#passenger_editor > header > span {
font-weight: normal;
font-size: 12px;
color: #999;
}
#passenger_editor > dl {
margin-top: 10px;
margin-bottom: 10px;
line-height: 30px;
}
#passenger_editor > dl > dt {
float: left;
clear: left;
width: 100px;
text-align: right;
vertical-align: middle;
font-weight: bold;
}
#passenger_editor > dl > dd {
overflow: hidden;
}
#passenger_editor input,
#passenger_editor select {
width: 60%;
box-sizing: border-box;
}
#passenger_editor input.txt-input-block {
width: 80%;
}
#selltip_selection {
display: none;
}
#selltip_selection li {
line-height: 170%;
}