function getRandomColor(){ return '#' + Math.random().toString(16).sub...
.item{ /* 不管高度是多少 他的寬高比一致 */ width: 50%; aspect-ratio:...
document.addEventListener('copy',(e)=>{//監(jiān)聽(tīng)右鍵復(fù)制或者ctrl + c 復(fù)制 e.prevent...
filter: drop-shadow(0 0 10px #fff);//濾鏡陰影 給不規(guī)則盒子或者圖片添加陰影 設(shè)置普通圖片陰影 //設(shè)置...
mounted(){ this.showkey() }, created: function() { document.onkeydown ...
iframe背景透明的設(shè)置方法 ie5.5開(kāi)始支持浮動(dòng)框架的內(nèi)容透明。如果想要為浮動(dòng)框架定義透明內(nèi)容,則必須滿(mǎn)足下列條件。 1.與 iframe...
//template //列表 <dv-scroll-board :config="config" @mouseover="ov...
export default new Router({ mode:'history', //加上這一句 routes: [ ...home...