messagecenter.css
1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*未读行 加粗字体*/
.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;
}