摘要: postcss-pxtorem是存放在postcss.config.js文件里的。 结构如下: module.exports = { plugins: { autoprefixer: {}, 'postcss-pxtorem': { rootValue({ file }) { return 10 / 阅读全文
posted @ 2023-11-03 10:20 Panxl 阅读(1033) 评论(0) 推荐(0) 编辑
摘要: 效果图: 主要元素:css的scaleX(); 阅读全文
posted @ 2017-09-11 13:17 Panxl 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1 //设置COOKIE值 2 function setCookie(sName,sValue,oExpires,sPath,sDomain,bSecure) 3 { 4 var sCookie = sName + "=" + encodeURIComponent(sValue); 5 6 if(oExpires) { sCookie += "; expires="... 阅读全文
posted @ 2017-08-30 11:11 Panxl 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1 $('#userinfo').delegate('input[type=text]','blur',function(){ 2 var flag = 0, 3 arr = '', 4 str = $(this).val(); 5 str =... 阅读全文
posted @ 2017-08-30 10:52 Panxl 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 一、什么是PHP? PHP(外文名:PHP: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,利于学习,使用广泛,主要适用于Web开发领域。PHP 独特的语法混合了C、Java、Perl以及PHP自创的语法 阅读全文
posted @ 2017-05-12 17:37 Panxl 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 一、nodejs是什么?? 我们知道JavaScript是运行在浏览器中的,浏览器为它提供了一个上下文(context),从而让JavaScript得以解析执行。 nodeJS其实可以这么理解,它是另外一种上下文,它允许在后端(脱离浏览器环境)解析执行JavaScript代码。 因为它使用了Goog 阅读全文
posted @ 2017-05-12 17:16 Panxl 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Vue项目 {{i.text}} {{i.text}} 阅读全文
posted @ 2017-05-09 15:14 Panxl 阅读(1997) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 Document 6 24 25 26 27 28 第一张 29 第二章 30 第三账 31 32 33 34 《一》 35 《二》 36 《三》 37 3... 阅读全文
posted @ 2016-10-26 10:48 Panxl 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-25 07:17 Panxl 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-24 14:29 Panxl 阅读(146) 评论(0) 推荐(0) 编辑