worflowmessage_wev8.css
1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.message-box{
margin:10px;
padding:20px 30px 18px;
border:1px solid #e1e1e1;
background-color:#fff4f4;
font-size:12px;
white-space: normal;
}
.message-box2{
margin:10px;
padding:20px 30px 18px;
border:1px solid #e1e1e1;
background-color:#E4EEEF;
font-size:12px;
white-space: normal;
}
.message-title-icon{
background-image:url("/images/ecology8/workflow/wferroricon_wev8.png");
background-repeat:no-repeat;
background-position: 50% 50%;
width:44px;
height:44px;
float:left;
}
.lock-icon{
background-image:url("/images/ecology8/workflow/lock_wev8.png");
background-repeat:no-repeat;
background-position: 50% 50%;
width:44px;
height:44px;
float:left;
}
.lockinfo-icon{
background-image:url("/images/ecology8/workflow/lockinfo_wev8.png");
background-repeat:no-repeat;
background-position: 50% 50%;
width:44px;
height:20px;
float:left;
}
.message-title{
font-size:14px;
font-weight:bold;
color:#666;
line-height:14px;
overflow:hidden;
}
.message-box .message-detail{
margin-top:14px;
color:#6e6e6e;
}
.message-detail span a{
color:#2b8ae2;
cursor:pointer;
padding-right:5px;
}
.message-bottom{
margin-top:10px;
color:#5f5f5f;
}
.message-bottom span a{
color:#2b8ae2;
}
.message-detail-condition{
display:none;
position:absolute;
border:1px solid #dedede;
padding:14px 12px 10px;
background-color:#FFFFFF;
-moz-border-radius: 10px; /* Gecko browsers */
-webkit-border-radius: 10px; /* Webkit browsers */
border-radius:10px;
color:#5f5f5f;
z-index:9999;
}
.importantInfo{
font-weight:bold;
padding-right:8px;
}
.importantDetailInfo{
font-weight:bold;
padding-right:4px;
padding-left:4px;
}
.message-content{
margin-left:10px;
}
.message-bottom .sendMsgBtn{
color:#2b8ae2;
cursor:pointer;
}
.condition{
color:#2b8ae2;
cursor:pointer;
padding-right:5px;
}