03 2020 档案
摘要://用于生成uuid function S4() { return (((1+Math.random())*0x10000)|0).toString(16).substring(1); } function guid() { return (S4()+S4()+"-"+S4()+"-"+S4()+"
阅读全文
摘要:/*css*/ .element{ max-height: 0; overflow: hidden; transition: max-height .25s; background-color: pink; } :checked ~ .element{ max-height: 2000px; /*足
阅读全文
摘要:1. 安装 npm install --save normalize.css 2. main.js引入 import 'normalize.css/normalize.css'
阅读全文