im_privateChat_wev8.css
3.09 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
* {
font-size: 12px
}
.titlebar{
height: 60px;
line-height: 60px;
font-size: 16px;
text-align: left;
position: relative;
background: #fff;
border-bottom: 1px solid #d0d3d8;
padding-left: 20px;
width:95%;
}
.titlebar .btnGroup{
float: right;
font-size: 12px;
height: 100%;
position: absolute;
right: 0;
top: 0;
}
.titlebar .btnGroup .sendBtn{
display: inline-block;
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
line-height: 32px;
margin: 13px 0;
background-color: #e4e4e4;
border-radius: 3px;
}
.titlebar .btnGroup .sendBtn:hover{
background-color: #bebebe;
}
.titlebar .btnGroup .sendBtn:active{
background-color: #989494;
}
.head35 {
/*
* 头像
*/
width: 35px;
height: 35px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
cursor: pointer
}
#privateRecentListdiv{
background-color:#f4f9f8 !important;
height:83%;
}
.left {
float: left
}
.right {
float: right
}
.leftMenudiv .chatItem {
border-bottom: 1px solid #e1e8f5;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
padding-left: 15px;
overflow: hidden;
width: 95%;
}
.leftMenudiv .activeChatItem {
background-color: #e7ecee
}
.leftMenudiv .chatItem .itemleft {
float: left;
width: 70px
}
.leftMenudiv .chatItem .itemleft .leftItem{
float: left;
margin-top: 8px;
width: 20px;
height: 20px;
}
.leftMenudiv .chatItem .itemleft .rightItem{
float: right;
}
.leftMenudiv .chatItem .itemcenter {
float: left;
margin-right: 10px;
width: 110px
}
.leftMenudiv .chatItem .itemright {
float: left;
width: 110px
}
.leftMenudiv .chatItem .itemconverright {
float: right;
width: 86%;
}
.leftMenudiv .chatItem .latestTime {
color: #b4c2d5;
text-align: right
}
.leftMenudiv .chatItem .deptname {
color: #b4c2d5;
width: 300px
}
.leftMenudiv .chatItem .targetName {
color: #384560;
}
.leftMenudiv .chatItem .targetName .signatures{
color: #b4c2d5;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
max-width:120px;
padding-left:5px;
}
.leftMenudiv .chatItem .msgcount {
text-align: center;
min-width: 20px;
max-width: 30px;
padding: 0 2px;
height: 20px;
border-radius: 10px;
background-color: red;
color: #fff;
line-height: 20px;
display: none
}
.footbar{
font-size: 16px;
text-align: left;
position: relative;
background: #fff;
border-top: 1px solid #d0d3d8;
padding-left: 18px;
width:95%;
}
.footbar .leftItem{
float: left;
margin-top: 13px;
width: 90px;
height: 20px;
text-align: center;
cursor: pointer;
}
.footbar .rightItem{
float: right;
margin-top: 7px;
width: 76px;
height: 28px;
text-align: center;
color: #fff;
background: #42b0dc;
line-height: 27px;
cursor: pointer;
}
.selected {
background:url("/social/images/select_wev8.png") no-repeat;
}
.unselected {
background:url("/social/images/unselected_wev8.png") no-repeat;
}