2018-06-03 22:26:41 +08:00

16 lines
283 B
CSS

.main_notice_body{
margin-top:-5px;
}
.icon_new {
background: url(../image/new.gif) no-repeat center; padding: 0px 5px;
}
.noticecontent{
overflow: hidden;
margin-top:10px;
text-overflow:ellipsis;
white-space: nowrap;
}
.noticecontent span{
color:#999999;
font-size:12px;
}