03 2020 档案

摘要://用于生成uuid function S4() { return (((1+Math.random())*0x10000)|0).toString(16).substring(1); } function guid() { return (S4()+S4()+"-"+S4()+"-"+S4()+" 阅读全文
posted @ 2020-03-31 15:22 凌枫恋 阅读(13873) 评论(0) 推荐(0) 编辑
摘要:/*css*/ .element{ max-height: 0; overflow: hidden; transition: max-height .25s; background-color: pink; } :checked ~ .element{ max-height: 2000px; /*足 阅读全文
posted @ 2020-03-20 13:54 凌枫恋 阅读(694) 评论(0) 推荐(0) 编辑
摘要:1. 安装 npm install --save normalize.css 2. main.js引入 import 'normalize.css/normalize.css' 阅读全文
posted @ 2020-03-09 09:53 凌枫恋 阅读(4597) 评论(0) 推荐(0) 编辑