摘要: #### 淘宝镜像安装 控制台内执行 npm install -g cnpm --registry=https://registry.npm.taobao.org #### 使用 安装成功后 使用 cnpm i xxx 代替 npm install xxx 阅读全文
posted @ 2020-01-13 14:59 小白来袭 阅读(3517) 评论(0) 推荐(0) 编辑
摘要: css自定义变量的语法是 --*取名规则也很广,除了$、[、^、(、%都可以取,甚至可以取中文名。。举个栗子: /* 定义~: */div{ --border-color: #f2f2f2; } 使用: border-bottom: 1rpx solid var( --border-color ); 阅读全文
posted @ 2020-01-13 14:27 小白来袭 阅读(864) 评论(0) 推荐(0) 编辑
摘要: /* 清除默认样式 *//**{margin:0; padding:0;font-size:12px;font-family:"微软雅黑";color: #666; border: none;}*//*去掉所有元素的边框*//**:focus { outline: none; }*/html, bo 阅读全文
posted @ 2020-01-13 14:15 小白来袭 阅读(796) 评论(0) 推荐(0) 编辑