Light12306/Web12306/css/ui/widget-selltime-notification.css

44 lines
674 B
CSS
Raw Normal View History

2014-08-05 20:54:33 +08:00
#book_sell_tip {
border: 1px solid #ddd;
margin-bottom: 10px;
padding: 5px;
border-radius: 3px;
}
#book_sell_tip > header {
font-weight: bold;
text-indent: 20px;
line-height: 24px;
}
#book_sell_tip > header > span {
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;
}