im_chatrec_wev8.css
3.42 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
/*ÏûÏ¢¼Ç¼*/
.chatrec_div_top{
position:fixed;
padding-top:5px!important;
padding-bottom:5px!important;
background-color: #E6EEEE;
z-index:3;
top:0;
width:100%;
border:none;
border-top:1px solid #dadedb;
}
.chatrec_div_top td,
.chatrec_div_top {
background-color:#E6EEEE !important;
color: #8E9AA7;
line-height:30px;
}
.chatrec_div_top .inputStyle{
width: 120px !important;
}
.chatrec_div_top .imCalendar {
background: url(/social/images/calendar_wev8.png) no-repeat;
width: 16px;
height: 16px;
}
.chatrec_div_top .searchBtn {
color: #8E9AA7;
width: 56px;
height:25px;
padding-left: 15px;
padding-right: 15px;
cursor: pointer;
border: none;
background-color: #FFF;
}
.chatrec_div_top .searchBtn:hover{
background-color: #30b5ff;
color: #fff;
}
.chatrec_div_top .rightBtnGroup {
float: right;
line-height:26px;
height: 30px;
padding: 0;
margin-right:10px;
}
.chatrec_div_top .inputsGroup{
float: left;
line-height:26px;
height: 30px;
padding: 0;
width: 80%;
margin-left:10px;
}
.chatrec_div_top .inputsGroup .middle,
.chatrec_div_top .rightBtnGroup .middle {
vertical-align: middle;
}
.zDialog_div_bottom .crPagination{
color: #ccc !important;
height: 30px !important;
text-align:center !important;
}
.zDialog_div_bottom .crPagination div {
font-weight:bold;
color: #888;
height: 30px;
line-height: 30px;
display: inline-block;
vertical-aign: top;
}
.zDialog_div_bottom .crPagination div.crLeft {
margin-right: 20px;
}
.crPagination div.visitFirst {background: url(/social/images/pagination/first_wev8.png) no-repeat center center;}
.crPagination div.visitPrev {background: url(/social/images/pagination/prev_wev8.png) no-repeat center center;}
.crPagination div.visitNext {background: url(/social/images/pagination/next_wev8.png) no-repeat center center;}
.crPagination div.visitLast {background: url(/social/images/pagination/last_wev8.png) no-repeat center center;}
.crPagination div.visitFirst:hover {background: url(/social/images/pagination/first_hot_wev8.png) no-repeat center center;}
.crPagination div.visitPrev:hover {background: url(/social/images/pagination/prev_hot_wev8.png) no-repeat center center;}
.crPagination div.visitNext:hover {background: url(/social/images/pagination/next_hot_wev8.png) no-repeat center center;}
.crPagination div.visitLast:hover {background: url(/social/images/pagination/last_hot_wev8.png) no-repeat center center;}
.crPagination div.visitFirstGray:hover,
.crPagination div.visitFirstGray {background: url(/social/images/pagination/first_gray_wev8.png) no-repeat center center;}
.crPagination div.visitPrevGray:hover,
.crPagination div.visitPrevGray {background: url(/social/images/pagination/prev_gray_wev8.png) no-repeat center center;}
.crPagination div.visitNextGray:hover,
.crPagination div.visitNextGray{background: url(/social/images/pagination/next_gray_wev8.png) no-repeat center center;}
.crPagination div.visitLastGray:hover,
.crPagination div.visitLastGray{background: url(/social/images/pagination/last_gray_wev8.png) no-repeat center center;}
.crPagination div.crRight {
margin-left: 20px;
}
.crPagination div.crLeft,
.crPagination div.crRight{
cursor: pointer;
width: 30px;
}
.crPagination div.crDisabled,
.crPagination div.disabled:hover{
cursor: default;
}
.crPagination .crCenter {
width: 80px;
vertical-align: top;
}
/*Õ¹Ê¾ÇøÓò*/
.chatRecord {
top: 43px !important;
bottom: 0px !important;
height: 460px !important;
overflow: hidden;
background-color: unset;
}