上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
  2018年4月4日
该文被密码保护。 阅读全文
posted @ 2018-04-04 14:29 执候 阅读(26) 评论(0) 推荐(0)
  2018年2月6日
摘要: devicePixelRatio(设备像素比) 定义如下: window.devicePixelRatio=设备的物理像素/设备独立像素(dips)(device-independent pixel) touches: 当前屏幕上所有触摸点的列表; targetTouches: 当前对象上所有触摸点 阅读全文
posted @ 2018-02-06 11:47 执候 阅读(115) 评论(0) 推荐(0)
  2018年2月5日
摘要: 1.传参 由于我的图表不同数据有不同的颜色,所以我传了一个typeSelected 组件代码 阅读全文
posted @ 2018-02-05 14:52 执候 阅读(164) 评论(0) 推荐(0)
摘要: 不多说直接上图 1,执行事件和调用 2添加模块 3模块内执行过程 阅读全文
posted @ 2018-02-05 09:51 执候 阅读(151) 评论(0) 推荐(0)
  2018年1月29日
摘要: 使用css实现rem适配,头部引入即可 adaptive.js body { max-width: 6.4rem; min-width: 3.2rem;} 阅读全文
posted @ 2018-01-29 09:53 执候 阅读(316) 评论(0) 推荐(0)
摘要: @charset "utf-8"; /* CSS Document */ html{width:100%;font-size:62.5%;} body{font-size: 12px;color: #999;font-family: "Microsoft yahei", "微软雅黑", Helvetica, sans-serif, Arial;background-color:#fff;} *{... 阅读全文
posted @ 2018-01-29 09:48 执候 阅读(214) 评论(0) 推荐(0)
摘要: /** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,... 阅读全文
posted @ 2018-01-29 09:42 执候 阅读(386) 评论(0) 推荐(0)
  2018年1月25日
摘要: 参考:https://www.cnblogs.com/huangzhilong/p/5030659.html 1,首先我能来看下有宽高的样子 再来看下没宽高的样子 对比你是不是发现了有宽高他展现的是个矩形,宽高为0展现的是一个三角形 这个就涉及到重叠是问题了,就不解释这个了,但是你有没有发现离我们想 阅读全文
posted @ 2018-01-25 11:55 执候 阅读(405) 评论(0) 推荐(0)
  2018年1月22日
摘要: 参考地址:https://segmentfault.com/q/1010000003988864 github地址:https://github.com/fergaldoyle/vue-form 安装插件 cnpm install vue-form --save 使用,在main.js里加入 imp 阅读全文
posted @ 2018-01-22 17:31 执候 阅读(684) 评论(0) 推荐(0)
  2018年1月12日
摘要: 参考:https://zhuanlan.zhihu.com/p/27407024 better-scroll使用小结 核心就是这4个 阅读全文
posted @ 2018-01-12 11:10 执候 阅读(336) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页