摘要: 阅读全文
posted @ 2017-10-16 10:59 Evo1uti0n 阅读(201) 评论(0) 推荐(0) 编辑
摘要: input file 把之前的按钮透明度opacity设置为0,外层用div包裹。 阅读全文
posted @ 2017-09-28 14:24 Evo1uti0n 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 使用伪元素,伪元素在4个方向上都比宿主元素大 不会干扰其他的效果,可以把区域设置为任何大小,任何位置。 阅读全文
posted @ 2017-09-18 16:02 Evo1uti0n 阅读(137) 评论(0) 推荐(0) 编辑
摘要: #Ulist li:nth-of-type(odd){ margin-left: 20px;}奇数行 #Ulist li:nth-of-type(even){margin-left: 10px;}偶数行 1 2 3 4 5 6 阅读全文
posted @ 2017-08-10 14:49 Evo1uti0n 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 安装(需要 Ruby):ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/Go/install)" 搜索:brew search MySQL 查询:brew info mysql 主要看具体的信息,比如目前的版本,依赖,安装 阅读全文
posted @ 2017-08-05 11:31 Evo1uti0n 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1 /*半像素*/ 2 .halfpxline_after, .halfpxline_before { 3 position: relative; 4 } 5 6 .halfpxline_after:after, .halfpxline_before:before { 7 content: ''; 8 display: block; 9 position: a... 阅读全文
posted @ 2017-07-19 09:21 Evo1uti0n 阅读(296) 评论(1) 推荐(0) 编辑
摘要: npm install --global --production windows-build-tools 安装VS2013 阅读全文
posted @ 2017-07-06 11:06 Evo1uti0n 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 本JQ插件例子是在你网站的文章结尾处添加你的版权。 JQ插件标准的封装代码如下,首先需要闭包: 这是jQuery官方的插件开发规范,这样写是作用是:1. 避免全局依赖。2. 避免第三方破坏。3. 兼容jQuery操作符’$'和’jQuery’ 接着给插件加入主体: OK了,这个插件已经完成了,接下来 阅读全文
posted @ 2017-04-24 22:44 Evo1uti0n 阅读(434) 评论(0) 推荐(0) 编辑