会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
夜屋
2017年5月15日
Bower : ENOGIT git is not installed or not in the PATH
摘要: 关于在node建站过程中,需要使用命令行安装bootstrap,即如下 出现上述截图所出现的错误的时候,我就开始百度这个解决方法啦,但是我大致浏览也自己试了一下,不知道别人如何哈 ,反正我这边是还没有用。所以我就换了一种思路,既然是git错误,那我是不是可以直接在git上使用操作bower inst
阅读全文
posted @ 2017-05-15 16:15 夜屋
阅读(191)
评论(0)
推荐(0)
2017年1月17日
关于H5中 input消除默认,取消在手机上的点击高亮效果
摘要: input消除默认,代码如下 input{ -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-select: none; -moz-user-focus: none; -moz-user-select: none; -
阅读全文
posted @ 2017-01-17 17:05 夜屋
阅读(12632)
评论(0)
推荐(0)
2016年11月30日
svg(1) path路径
摘要: 注: 笔记来自于http://www.jb51.net/html5/72250.html 以及http://blog.csdn.net/u013291076/article/details/27078345,本文引用纯粹为了用于了解path路径,当做笔记记录。 基础: 绘制圆弧指令:A rx ry
阅读全文
posted @ 2016-11-30 17:55 夜屋
阅读(281)
评论(0)
推荐(0)
2016年10月10日
html页面中块级元素的居中
摘要: 第一:在页面中使用 margin: 0 auto;居中; <div> <p>夜屋</p> </div> div { width: 100%; position: relative; background-color: red;}p { width: 800px; margin: 0 auto; ba
阅读全文
posted @ 2016-10-10 15:06 夜屋
阅读(663)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告