im_discuss_wev8.css
3.47 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
/*Ⱥ*/
.imDiscussSetting {
}
.imDiscussSetting .dsTitle{
height: 35px;
line-height: 35px;
text-align: center;
color: #fff;
position: relative;
background:#8d9598;
font-size: 14px;
}
.imDiscussSetting .dsTitle .dsCloseBtn {
position: absolute;
top: 0px;
right: 10px;
color: #fff;
font-size: 18px;
font-weight: bold;
cursor: pointer;
}
.imDiscussSetting .dsTitle .dsCloseBtn:hover {
color:#fe4643;
}
.imDiscussSetting .dsBody {
position: absolute;
z-index: 9995;
width: 100%;
top: 35px;
bottom: 0;
background-color: #f7f7f7;
}
.imDiscussSetting .dsBody .dsMemberCard {
width: 309px;
/*height: 143px;*/
background: #fff;
padding: 1px;
color: #8f8f8f;
border-bottom: 1px solid #ececec;
}
.imDiscussSetting .dsBody .dsMemberCard .title {width: 300px;height: 20px;padding: 5px;border-bottom: 1px solid #f4f4f4;}
.imDiscussSetting .dsBody .dsMemberCard .title .right:hover {color: #5bb4d7;}
.imDiscussSetting .dsBody .dsMemberCard .itemGroove {width: 310px;height: 55px; padding: 13px 0px 8px 0px;border-bottom: 1px solid #f4f4f4;}
.imDiscussSetting .dsBody .dsMemberCard .itemGroove .mitem {width: 62px;text-align: center;float: left;}
.imDiscussSetting .dsBody .dsMemberCard .bottom {width:308px; height:35px;}
.imDiscussSetting .dsBody .dsMemberCard .bottom .memberadd { height: 35px;width: 180px;margin: 0 auto;line-height: 35px; text-align: center; /*border: 1px dashed #8f8f8f*/;cursor:pointer;}
.imDiscussSetting .dsBody .dsMemberCard .bottom .memberadd:hover { /*border-color: #8dcc86;*/ color: #5bb4d8; /*background: #f8faf5*/}
.imDiscussSetting .dsBody .dsCommonOpList {
width: 307px;
height: 150px;
padding: 2px;
margin-top: 6px;
color: #8f8f8f;
background-color: #fff;
border-top: 1px solid #ececec;
}
.imDiscussSetting .dsBody .minipane {
height: 48px;
margin-top: 6px;
}
.imDiscussSetting .dsBody .dsCommonOpList .opItem {
height: 50px;
width: 307px;
border-bottom: 1px solid #ececec;
background: #fff;
position: relative;
}
.imDiscussSetting .dsBody .dsCommonOpList .opItem .leftpane{width: 158px; height:50px;line-height: 50px;}
.imDiscussSetting .dsBody .dsCommonOpList .opItem .centerpane{width: 90px; height:50px;line-height: 50px;}
.imDiscussSetting .dsBody .dsCommonOpList .opItem .rightpane{width: 51px; height: 50px;line-height: 50px;}
.opItem .title {
width: 100%;
text-align: left;
margin-left: 9px;
}
.opItem .dsNameInput {
width: 100%;
height: 26px;
margin: 10px auto;
border: none;
color: #8f8f8f;
outline:none;
}
.opItem input.borderStyle {
border: 1px solid #efefef;
}
/*
.opItem .dsNameInput:hover {
border: 1px solid #efefef;
}
*/
.opItem .savebtn {
width: 43px;
height: 25px;
margin: 13px auto;
line-height: 25px;
text-align: center;
background: #5bb4d8;
color: #FFF;
cursor: pointer;
display: none;
}
.opItem .savebtn:hover {
background: #4d9ebf;
}
.opItem .switch {
width: 39px;
height: 15px;
margin: 17.5px auto;
}
.opItem .discussHead{
width: 39px;
height: 15px;
margin: 7.5px auto;
}
.opItem .inLine {display: inline-block;}
.imDiscussSetting .dsBody .dsBottom {
position: absolute;
bottom: 0px;
width: 311px;
height: 50px;
}
.imDiscussSetting .dsBody .dsBottom .dsDelToQuit {
width: 168px;
height: 35px;
line-height: 35px;
background: #e26160;
color: #fff;
text-align: center;
margin: 0 auto;
border-radius: 5px;
cursor: pointer;
}
.imDiscussSetting .dsBody .dsBottom .dsDelToQuit:hover {
background: #ee7777;
}