摘要: 按钮 阅读全文
posted @ 2018-11-19 16:42 小囧光 阅读(2750) 评论(0) 推荐(0)
摘要: prependTo, appleTo 阅读全文
posted @ 2018-11-08 10:06 小囧光 阅读(225) 评论(0) 推荐(0)
摘要: html script css 阅读全文
posted @ 2018-10-11 16:41 小囧光 阅读(475) 评论(1) 推荐(0)
摘要: this.$validator.validateAll().then((result)=>{ if(result){ // 提交数据 $.post(url, datas, xhr => { ... 阅读全文
posted @ 2018-10-11 10:04 小囧光 阅读(1811) 评论(0) 推荐(0)
摘要: html css 阅读全文
posted @ 2018-09-08 16:38 小囧光 阅读(395) 评论(0) 推荐(0)
摘要: style .head-bg { position: absolute; height: 1.9rem; width: 100%; overflow: hidden; z-index: -1; } .head-bg .bgImg{ position: absolute; content: ''; z-i... 阅读全文
posted @ 2018-08-29 10:52 小囧光 阅读(389) 评论(0) 推荐(0)
摘要: SASS用法指南 作者: 阮一峰 日期: 2012年6月19日 作者: 阮一峰 日期: 2012年6月19日 学过CSS的人都知道,它不是一种编程语言。 学过CSS的人都知道,它不是一种编程语言。 你可以用它开发网页样式,但是没法用它编程。也就是说,CSS基本上是设计师的工具,不是程序员的工具。在程 阅读全文
posted @ 2018-08-20 13:59 小囧光 阅读(305) 评论(0) 推荐(0)
摘要: 使用sass的方法: 在终端输入: 1,第一步是安装Sass gem: gem install sass 如果您使用Windows,则可能需要先安装Ruby(http://www.ruby-lang.org/zh_cn/downloads/)。 2, cd 进入需要启动的文件: 你也可以让SASS监 阅读全文
posted @ 2018-08-20 13:26 小囧光 阅读(266) 评论(0) 推荐(0)
摘要: 正则验证js 阅读全文
posted @ 2018-07-19 16:09 小囧光 阅读(1627) 评论(0) 推荐(0)
摘要: 生成二维码 返回 阅读全文
posted @ 2018-06-28 11:19 小囧光 阅读(161) 评论(0) 推荐(0)