摘要: /** * Created by lvlq on 16/1/29. */ !function (N, M) { function L() { var a = I.getBoundingClientRect().width; a / F > 2000 && (a = 2000 * F); var d 阅读全文
posted @ 2022-07-13 23:48 盘思动 阅读(93) 评论(0) 推荐(0)
摘要: 解决方法:修改package.json中的eslintConfig:{} 中的 “rules”:{},增加一行代码: "no-console":"off" "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "p 阅读全文
posted @ 2022-07-13 18:48 盘思动 阅读(485) 评论(0) 推荐(0)
摘要: h5 页面设计长度,宽度换算 设计图,宽度安装750px的标准来的 @function px2rem($px) { @return $px / 75px* 1rem; } rem(font size of the root element)是指相对于根元素的字体大小的单位。简单的说它就是一个相对单位 阅读全文
posted @ 2022-07-13 14:22 盘思动 阅读(141) 评论(0) 推荐(0)