|
|
@@ -3,6 +3,7 @@
|
|
3
|
3
|
font: 14px/1.4em 'Helvetica Neue', Helvetica, 'Microsoft Yahei', Arial, sans-serif;
|
|
4
|
4
|
background: #f5f5f5 url(img/chat_bg.jpg) no-repeat center;
|
|
5
|
5
|
background-size: cover;
|
|
|
6
|
+
|
|
6
|
7
|
}
|
|
7
|
8
|
ul,li{
|
|
8
|
9
|
list-style: none;
|
|
|
@@ -14,7 +15,8 @@
|
|
14
|
15
|
/*margin: 20px auto;*/
|
|
15
|
16
|
width: 100%;
|
|
16
|
17
|
/*width: 900px;*/
|
|
17
|
|
- height: 600px;
|
|
|
18
|
+ /*height: 100%;*/
|
|
|
19
|
+ height: 450px;
|
|
18
|
20
|
overflow: hidden;
|
|
19
|
21
|
border-radius: 3px;
|
|
20
|
22
|
}
|
|
|
@@ -43,6 +45,7 @@
|
|
43
|
45
|
position: relative;
|
|
44
|
46
|
/*overflow: hidden;*/
|
|
45
|
47
|
background-color: #eee;
|
|
|
48
|
+ height: 100%;
|
|
46
|
49
|
}
|
|
47
|
50
|
.ver_middle{
|
|
48
|
51
|
vertical-align: middle;
|
|
|
@@ -118,7 +121,7 @@
|
|
118
|
121
|
.main_message{
|
|
119
|
122
|
/*overflow-y: scroll;*/
|
|
120
|
123
|
/*height: calc(100% - 195px);*/
|
|
121
|
|
- height: calc(100% - 160px);
|
|
|
124
|
+ height: 300px;
|
|
122
|
125
|
/*margin-top: 2pc;*/
|
|
123
|
126
|
/*padding-top: 35px;*/
|
|
124
|
127
|
}
|
|
|
@@ -184,17 +187,17 @@
|
|
184
|
187
|
}
|
|
185
|
188
|
|
|
186
|
189
|
.main_sendMessage{
|
|
187
|
|
- position: absolute;
|
|
|
190
|
+ /*position: absolute;*/
|
|
188
|
191
|
width: 100%;
|
|
189
|
|
- bottom: 0;
|
|
190
|
|
- left: 0;
|
|
191
|
|
- height: 10pc;
|
|
|
192
|
+ /*bottom: 0;
|
|
|
193
|
+ left: 0;*/
|
|
|
194
|
+ height: 150px;
|
|
192
|
195
|
border-top: 1px solid #ddd;
|
|
193
|
196
|
background: #fff;
|
|
194
|
197
|
}
|
|
195
|
198
|
.main_sendMessage textarea{
|
|
196
|
199
|
padding: 10px;
|
|
197
|
|
- height: 70%;
|
|
|
200
|
+ height: 55%;
|
|
198
|
201
|
width: 98%;
|
|
199
|
202
|
border: none;
|
|
200
|
203
|
outline: 0;
|