摘要: 导航 首页 我的 我的生活 我的学习 我的工作 联系我 我的地址 我的电话 阅读全文
posted @ 2016-03-17 18:09 归尘2016 阅读(256) 评论(0) 推荐(0)
摘要: css把超出的部分显示为省略号的方法兼容火狐 suntear的技术空间 suntear的技术空间 suntear的技术空间 suntear的技术空间 suntear的技术空间 suntear的技术空间 suntear的技术空间 阅读全文
posted @ 2016-03-17 17:30 归尘2016 阅读(1094) 评论(0) 推荐(0)
摘要: 处理DIV子级ZImargin-top下降,父级更着下降问题 html结构如下 css如下 注意:当子级margin-top下降问题,父级更着下降问题,只要在父级DIV中加入overflow:hidden; 阅读全文
posted @ 2016-03-17 17:28 归尘2016 阅读(208) 评论(0) 推荐(0)
摘要: chat_enlarge.addEventListener('touchend', function(event) { if(fingers == 1){ event.preventDefault(); // 如果长按事件超过 1秒,则提示弹出是否保存框 if((new Dat... 阅读全文
posted @ 2016-03-17 15:09 归尘2016 阅读(931) 评论(0) 推荐(0)
摘要: //禁止滚动条 document.ontouchmove = function(e){ e.preventDefault();} //恢复滚动条 document.ontouchmove = function(e){} 阅读全文
posted @ 2016-03-17 15:08 归尘2016 阅读(472) 评论(0) 推荐(0)
摘要: //input点击控制 function hiddenPrompt(text, id) { if ($("#" + id).val() == text) { $("#" + id).val(""); } } // input焦点离开控制 function showPrompt(text, id) { if ($("#" + id).val() == "")... 阅读全文
posted @ 2016-03-17 15:06 归尘2016 阅读(223) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-03-17 14:41 归尘2016 阅读(217) 评论(0) 推荐(0)
摘要: function scrollTopToBottom(){ var seffheight =$(".consultingRecords_view").height(); $(".consultingRecords_view").animate({scrollTop:seffheight+9999}, 'fast'); } 阅读全文
posted @ 2016-03-17 14:39 归尘2016 阅读(445) 评论(0) 推荐(0)
摘要: 身份证号: 身份证号: .z_nei_list,.z_nei_lista{ width:94%; padding:2% 3% 1% 3%; margin:0 auto; position: relative; ba... 阅读全文
posted @ 2016-03-17 14:34 归尘2016 阅读(173) 评论(0) 推荐(0)