Light12306/Web12306/css/ui/widget-selltime-notification.css
2014-08-06 20:56:47 +08:00

45 lines
687 B
CSS

#book_sell_tip {
border: 1px solid #ddd;
margin-bottom: 10px;
padding: 5px;
border-radius: 3px;
display: none;
}
#book_sell_tip > header {
font-weight: bold;
text-indent: 20px;
line-height: 24px;
}
#book_sell_tip > header > a {
font-weight: normal;
float: right;
margin-right: 15px;
}
#book_sell_tip > div {
padding: 10px;
line-height: 200%;
}
#book_sell_tip > div span {
color: #D1455B;
}
#book_sell_tip > div time {
font-weight: bold;
color: #D1455B;
}
#book_sell_tip > div address {
display: inline;
font-style: normal;
font-weight: bold;
color: #D1455B;
}
#book_sell_tip > footer {
padding-left: 20px;
}