摘要: <!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <style> body{ background-color:#96CECF; } #calendar td{ width:20px; heigh 阅读全文
posted @ 2016-11-28 17:26 Jve_Guo 阅读(276) 评论(0) 推荐(0) 编辑
摘要: https://webdesign.tutsplus.com/articles/7-css-units-you-might-not-know-about--cms-22573 众所周知,当使用CSS技术的时候,很容被一些奇异问题给困住。而当我们面对新的问题时,这会让我们处于非常不利的位置。 但是,伴 阅读全文
posted @ 2016-11-23 08:43 Jve_Guo 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 转: https://github.com/dwqs/blog/issues/39 在0.28版rn中,如果textinput的位置在靠近底部的位置,在textinput获取焦点后,ios上弹出的键盘会遮住textinput,导致用户无法输入;android上弹出键盘时,整个界面会被网上顶,text 阅读全文
posted @ 2016-11-23 08:39 Jve_Guo 阅读(2577) 评论(0) 推荐(0) 编辑
摘要: .hairlines li{ position: relative; border:none; } .hairlines li:after{ content: ''; position: absolute; left: 0; background: #000; width: 100%; height 阅读全文
posted @ 2016-11-23 08:36 Jve_Guo 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 1.winphone系统a、input标签被点击时产生的半透明灰色背景怎么去掉<meta name="msapplication-tap-highlight" content="no"> 1、关闭iOS键盘首字母自动大写<input type="text" autocapitalize="off" 阅读全文
posted @ 2016-11-23 08:30 Jve_Guo 阅读(1610) 评论(0) 推荐(1) 编辑
摘要: //checkbox$(".checkS").click(function(){ if($(this).prop("checked")){ $('.checkBox').prop('checked',true); }else{ $('.checkBox').prop('checked',false) 阅读全文
posted @ 2016-11-23 08:27 Jve_Guo 阅读(110) 评论(0) 推荐(0) 编辑