11 2021 档案
摘要:backgroundColor: { image: require('@/assets/bigscreen2/cardbg1.png') }
阅读全文
摘要:function interV (fn, time) { let res = { target: '' // 需要注意:利用引用类型保证target一直是最新的 } function test () { fn() res.target = setTimeout(test, time); } test
阅读全文
摘要:$vm_base: 1920; $vh_base: 1080; // 计算vw @function vw($px) { @return ($px / $vm_base) * 100vw; } // 计算vh @function vh($px) { @return ($px / $vh_base) *
阅读全文
摘要:/* rem 适应*/ /让文字和标签的大小随着屏幕的尺寸做变话 等比缩放/ var html = document.getElementsByTagName('html')[0]; /取到屏幕的宽度/ var width = window.innerWidth; /* 640 100 320 50
阅读全文
浙公网安备 33010602011771号