摘要: 2017 08 07 学习fis3语法. 命令: + d destination 构建发布到的目标文件 + r run 运行 + w watch 监视 配置文件: + fis.match(selector, props) 匹配文件路径,设置编译规则属性 + fis.media() 接口提供多种状态功 阅读全文
posted @ 2017-11-09 10:57 zhangxiang1102 阅读(186) 评论(0) 推荐(0) 编辑
摘要: css媒体查询:(根字体大小100px,如果10px大小,写成0.1rem) html { font size : 100px; } @media only screen and (min width: 320px) and (max width: 479px){ html { font size: 阅读全文
posted @ 2017-11-09 10:43 zhangxiang1102 阅读(1993) 评论(0) 推荐(0) 编辑
摘要: + 安装 nginx; + 配置 nginx.conf 文件 + 在根目录下找到 conf 文件夹下的 nginx.conf 文件,根据自己的需求做如下配置(含说明): + 配置 host ,打开switchHosts,切换host: + 在nginx目录下打开cli窗口,起服务 阅读全文
posted @ 2017-11-09 10:27 zhangxiang1102 阅读(1302) 评论(0) 推荐(0) 编辑