12 2018 档案
摘要:1 export default function () { 2 const json = { 3 userAgent: navigator.userAgent.toLowerCase(), 4 isAndroid: Boolean(navigator.userAgent.match(/android/ig)), 5 isIpho...
阅读全文
摘要: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...
阅读全文

浙公网安备 33010602011771号