/*未读行 加粗字体*/ .fontBold{ font-weight:bold ; } /*通知类型 */ /*正常*/ .normalIco{ width: 6px; height: 6px; background-color: #1E95CD; border-radius: 50% !important; margin-top: 19.5px; margin-right: 5px; float: left; } /*正常*/ .abnormalIco{ width: 6px; height: 6px; background-color: #f3173b; border-radius: 50% !important; margin-top: 19.5px; margin-right: 5px; float: left; } .noabnormalIco{ width: 6px; height: 6px; /*background-color: #f3173b;*/ border-radius: 50% !important; margin-top: 19.5px; margin-right: 5px; float: left; } /*已读按钮 hover样式*/ .ITD-readall-btn:hover{ width: 120px; cursor: pointer; padding: 3px 10px 3px 35px; border: 1px solid #1E95CD; border-radius: 4px!important; font-size: 12px; color: #1E95CD; outline: none; background: url(../../img/ITD-readall-btnhover.png) no-repeat 10px center; } /*最大宽度 消息内容*/ .msgMaxwidth{ max-width: 600px; }