会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jve_Guo
博客园
首页
新随笔
联系
管理
订阅
2016年11月28日
日历代码
摘要: <!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
阅读(305)
评论(0)
推荐(0)
2016年11月23日
CSS:7个你可能不认识的单位
摘要: https://webdesign.tutsplus.com/articles/7-css-units-you-might-not-know-about--cms-22573 众所周知,当使用CSS技术的时候,很容被一些奇异问题给困住。而当我们面对新的问题时,这会让我们处于非常不利的位置。 但是,伴
阅读全文
posted @ 2016-11-23 08:43 Jve_Guo
阅读(203)
评论(0)
推荐(0)
怎么解决RN TextInput 被键盘遮挡的问题
摘要: 转: https://github.com/dwqs/blog/issues/39 在0.28版rn中,如果textinput的位置在靠近底部的位置,在textinput获取焦点后,ios上弹出的键盘会遮住textinput,导致用户无法输入;android上弹出键盘时,整个界面会被网上顶,text
阅读全文
posted @ 2016-11-23 08:39 Jve_Guo
阅读(2648)
评论(0)
推荐(0)
移动端1px像素问题
摘要: .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
阅读(242)
评论(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
阅读(1632)
评论(0)
推荐(1)
checkbox全选
摘要: //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
阅读(115)
评论(0)
推荐(0)
公告