diff --git a/css/chatRoom.css b/css/chatRoom.css index 2fa32e4..9a8d1cd 100644 --- a/css/chatRoom.css +++ b/css/chatRoom.css @@ -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; diff --git a/css/contacts.css b/css/contacts.css index 111345e..5c424b7 100644 --- a/css/contacts.css +++ b/css/contacts.css @@ -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; diff --git a/css/phone.css b/css/phone.css index 0628b10..f840fdd 100644 --- a/css/phone.css +++ b/css/phone.css @@ -38,7 +38,10 @@ left: 40%; } #inputBar input{ - width: 61%; + width: 57%; + } + #biaoqing{ + padding: 16px 10px px 0; } .user { height: 30px; @@ -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){ @@ -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样式 */ diff --git a/js/contacts.js b/js/contacts.js index 7d3f4d7..31ec7ad 100644 --- a/js/contacts.js +++ b/js/contacts.js @@ -1,5 +1,4 @@ var srcEle;//保存被长按的元素 - ,isMove; $(function () { $("#toolBar, #slideMenu").bind("mousedown touchstart", backgroundColor1);//点击添加与搜索按钮后变色 $("#popMenu, #newFriends").bind("mousedown touchstart", "#D6D6D6", backgroundColor2);//点击变色