12 2018 档案

摘要:1 export default function () { 2 const json = { 3 userAgent: navigator.userAgent.toLowerCase(), 4 isAndroid: Boolean(navigator.userAgent.match(/android/ig)), 5 isIpho... 阅读全文
posted @ 2018-12-27 11:13 丶漏电姐姐 阅读(223) 评论(0) 推荐(0)
摘要:上面是代码,下面是运行自后的截图 阅读全文
posted @ 2018-12-17 14:35 丶漏电姐姐 阅读(2415) 评论(0) 推荐(0)
摘要:1 // 水平居中 2 display:flex; 3 justify-content: space-around; 4 5 // 垂直居中 6 display:flex; 7 align-items:content; 8 9 // 水平垂直居中 10 display:flex; 11 justify-content:space-around; 12 align-items... 阅读全文
posted @ 2018-12-13 10:55 丶漏电姐姐 阅读(352) 评论(0) 推荐(0)