Skip to content

Commit

Permalink
bug修复
Browse files Browse the repository at this point in the history
  • Loading branch information
quanru committed May 24, 2015
1 parent f6b0ec7 commit cc42eb9
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 24 deletions.
4 changes: 3 additions & 1 deletion css/chatRoom.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@
padding: 10px;
}
#biaoqing{
padding: 15px 10px 1px 0;
padding: 15px 10px 4px 0;
border-bottom: 2px solid #4f8643;
float: right;
height: 25px;
width: 25px;
}
#gengduo{
float: right;
Expand Down
6 changes: 3 additions & 3 deletions css/contacts.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
height: 42px;
}
#a-z {
font-size: 15px;
position: absolute;
top: 80px;
right: 5px;
text-align: center;
background: #fff;
height: 80%;
font-size: 1em;
}
#a-z li {
width: 20px;
height: 20px;
height:3.5%;
}
#contactsList {
overflow: scroll;
Expand Down
54 changes: 35 additions & 19 deletions css/phone.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
left: 40%;
}
#inputBar input{
width: 61%;
width: 57%;
}
#biaoqing{
padding: 16px 10px px 0;
}
.user {
height: 30px;
Expand Down Expand Up @@ -129,22 +132,36 @@
font-size: 10px;
width: 40px;
}
/*
通讯录页面
*/
#a-z {
font-size: 15px;
font-size: 0.8em;
}
#a-z li {
width: 18px;
height: 18px;
height:3.2%;
}
#inputBar input {
padding-top: 15px;
width: 60%;
/*
发现与我页面的li样式
*/
.barCol {
height: 35px;
}
#voiceBtn{
float: left;
.barCol img {
width: 25px;
height: 25px;
padding: 5px 30px;
}
.barCol h5 {
font-size: 10px;
line-height: 35px;
height: 35px;
}
#settingList h4 {
font-size: 10px;
line-height: 35px;
height: 35px;
padding: 0;
}
#settingList img {
padding: 5px 0px;
}
}
@media screen and (max-width: 320px) and (max-height: 750px){
Expand Down Expand Up @@ -274,13 +291,12 @@
/*
通讯录页面
*/
#a-z {
font-size: 12px;
}
#a-z li {
width: 12px;
height: 12px;
}
#a-z {
font-size: 0.8em;
}
#a-z li {
height:3.1%;
}
/*
发现与我页面的li样式
*/
Expand Down
1 change: 0 additions & 1 deletion js/contacts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var srcEle;//保存被长按的元素
,isMove;
$(function () {
$("#toolBar, #slideMenu").bind("mousedown touchstart", backgroundColor1);//点击添加与搜索按钮后变色
$("#popMenu, #newFriends").bind("mousedown touchstart", "#D6D6D6", backgroundColor2);//点击变色
Expand Down

0 comments on commit cc42eb9

Please sign in to comment.