Skip to content

Commit cc42eb9

Browse files
committed
bug修复
1 parent f6b0ec7 commit cc42eb9

File tree

4 files changed

+41
-24
lines changed

4 files changed

+41
-24
lines changed

css/chatRoom.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@
5353
padding: 10px;
5454
}
5555
#biaoqing{
56-
padding: 15px 10px 1px 0;
56+
padding: 15px 10px 4px 0;
5757
border-bottom: 2px solid #4f8643;
5858
float: right;
59+
height: 25px;
60+
width: 25px;
5961
}
6062
#gengduo{
6163
float: right;

css/contacts.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
height: 42px;
2929
}
3030
#a-z {
31-
font-size: 15px;
3231
position: absolute;
3332
top: 80px;
3433
right: 5px;
3534
text-align: center;
3635
background: #fff;
36+
height: 80%;
37+
font-size: 1em;
3738
}
3839
#a-z li {
39-
width: 20px;
40-
height: 20px;
40+
height:3.5%;
4141
}
4242
#contactsList {
4343
overflow: scroll;

css/phone.css

+35-19
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
left: 40%;
3939
}
4040
#inputBar input{
41-
width: 61%;
41+
width: 57%;
42+
}
43+
#biaoqing{
44+
padding: 16px 10px px 0;
4245
}
4346
.user {
4447
height: 30px;
@@ -129,22 +132,36 @@
129132
font-size: 10px;
130133
width: 40px;
131134
}
132-
/*
133-
通讯录页面
134-
*/
135135
#a-z {
136-
font-size: 15px;
136+
font-size: 0.8em;
137137
}
138138
#a-z li {
139-
width: 18px;
140-
height: 18px;
139+
height:3.2%;
141140
}
142-
#inputBar input {
143-
padding-top: 15px;
144-
width: 60%;
141+
/*
142+
发现与我页面的li样式
143+
*/
144+
.barCol {
145+
height: 35px;
145146
}
146-
#voiceBtn{
147-
float: left;
147+
.barCol img {
148+
width: 25px;
149+
height: 25px;
150+
padding: 5px 30px;
151+
}
152+
.barCol h5 {
153+
font-size: 10px;
154+
line-height: 35px;
155+
height: 35px;
156+
}
157+
#settingList h4 {
158+
font-size: 10px;
159+
line-height: 35px;
160+
height: 35px;
161+
padding: 0;
162+
}
163+
#settingList img {
164+
padding: 5px 0px;
148165
}
149166
}
150167
@media screen and (max-width: 320px) and (max-height: 750px){
@@ -274,13 +291,12 @@
274291
/*
275292
通讯录页面
276293
*/
277-
#a-z {
278-
font-size: 12px;
279-
}
280-
#a-z li {
281-
width: 12px;
282-
height: 12px;
283-
}
294+
#a-z {
295+
font-size: 0.8em;
296+
}
297+
#a-z li {
298+
height:3.1%;
299+
}
284300
/*
285301
发现与我页面的li样式
286302
*/

js/contacts.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
var srcEle;//保存被长按的元素
2-
,isMove;
32
$(function () {
43
$("#toolBar, #slideMenu").bind("mousedown touchstart", backgroundColor1);//点击添加与搜索按钮后变色
54
$("#popMenu, #newFriends").bind("mousedown touchstart", "#D6D6D6", backgroundColor2);//点击变色

0 commit comments

Comments
 (0)