Light12306/Web12306/css/ui/widget-selltime-notification.css
2014-08-27 23:05:50 +08:00

49 lines
749 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 time {
font-weight: bold;
color: #D1455B;
}
#book_sell_tip > div span {
font-weight: bold;
color: #D1455B;
}
#book_sell_tip p:first-child {
font-size: 110%;
}
#book_sell_tip > footer {
padding-left: 20px;
}
#book_sell_tip a.act-openalarm {
font-weight: bold;
color: #D1455B;
text-decoration: underline;
}