摘要:
1 overflow: auto; // ios卡顿,解决办法 -webkit-overflow-scrolling: touch; 2 iphone 刘海版底部区域增大 放在点击不到 <meta name="viewport" content="width=device-width, initia 阅读全文
摘要:
mouseleave mouseenter mouseout: mouseover:鼠标经过时候 mouseenter :类似 mouseover,它们两者之间的差别是 mouseenter 不会冒泡(bubble),也就是说当指针从它的子层物理空间移到它的物理空间上时不会触发 阅读全文
摘要:
display:fles; flex-wrap: wrap; // 是否换行 justify-content: space-between; // 多行 行对齐方式 两端对齐 align-content: space-between; // 列对齐方式 两端对齐 align-items:center 阅读全文
摘要:
1 hmr 不起作用 使用npx parcel serve src/1.html --no-cache --port 8881 即试试加端口试试, serve 和 --no-cache 不加也可以 2 报错 Uncaught Error: Cannot find module '../node_mo 阅读全文