上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 36 下一页
摘要: https://pan.baidu.com/s/1bNrUod2n1VqsA7Fr9RHtsg 阅读全文
posted @ 2019-11-27 17:24 前端HL 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 原链接:https://www.cnblogs.com/xinjie-just/p/6715189.html 15年自学了 less ,可是一直没用,就忘记了。后来抱着提高 css 开发速度的目的,又去学习了 less ,学完马上用,效果立竿见影,记得也牢了。刚开始学习前,我们总会问自己一个问题,学 阅读全文
posted @ 2019-11-08 22:06 前端HL 阅读(2822) 评论(0) 推荐(1) 编辑
摘要: 前端中常见路径./使用 1. 去~根目录: / index.html里面:src="/a.jpg" 就可以访问到JPG文件。 2.当前目录:./ (即和index.html同一级,即Two文件夹下) index.html里面:src="./a.jpg" 就可以访问到JPG文件(src="a.jpg" 阅读全文
posted @ 2019-10-29 09:36 前端HL 阅读(1555) 评论(0) 推荐(0) 编辑
摘要: Windows环境:1、下载http://phantomjs.org/download.html2、解压phantomjs-2.1.1-windows.zip3、配置环境变量将解压的bin目录的路径配置到环境变量中去, 打开我的电脑右键选择属性, 双击Path 我是放在这里, 点击新建 点击确定,然 阅读全文
posted @ 2019-10-12 09:14 前端HL 阅读(6022) 评论(0) 推荐(0) 编辑
摘要: es6转es5,Babel https://babeljs.io/repl(常用) css模块 1.检测css兼容性 https://caniuse.com/#home 2.在线CSS颜色/透明度渐变效果代码工具(常用) http://tools.jb51.net/code/css_generato 阅读全文
posted @ 2019-09-24 09:36 前端HL 阅读(224) 评论(0) 推荐(1) 编辑
摘要: 1.uniapp不显示h5头部 第一种写法: { "path" : "pages/yunshi/yunshi", "style" : { "h5":{ "titleNView":false//禁用原生导航栏 } } } 第二种写法: uni-page-head { display: none } 2 阅读全文
posted @ 2019-09-07 15:48 前端HL 阅读(872) 评论(0) 推荐(0) 编辑
摘要: 1. 2. 阅读全文
posted @ 2019-09-03 09:09 前端HL 阅读(3164) 评论(0) 推荐(0) 编辑
摘要: slipt()分割取长度 例子1: n变量其实只有两个1,结果分割成数组有3个,所以结果页取1长度的话要减去1 l 异步请求data数据输出是html,当要获取数据长度的时候, 用解析html获取长度 data打印出来如下图: 阅读全文
posted @ 2019-08-20 10:23 前端HL 阅读(2239) 评论(0) 推荐(0) 编辑
摘要: 内外阴影同时显示: box-shadow: 0px 0px 0.4rem rgba(255,255,255,0.5) inset,0px 0px 0.7rem rgba(185,119,143,0.9); 文字描边 text-shadow: #000 1px 0 0, #000 0 1px 0, # 阅读全文
posted @ 2019-08-15 11:38 前端HL 阅读(1041) 评论(0) 推荐(0) 编辑
摘要: 整理分享: 效果如图: 参考swiper一些涉及的属性: https://www.swiper.com.cn/api/event/91.html https://www.swiper.com.cn/api/methods/109.html 阅读全文
posted @ 2019-08-09 22:55 前端HL 阅读(1327) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 36 下一页