mounted(){ this.showkey() }, created: function() { document.onkeydown = function() { ...
IP属地:浙江
mounted(){ this.showkey() }, created: function() { document.onkeydown = function() { ...
function getRandomColor(){ return '#' + Math.random().toString(16).substring(2,8).pad...
.item{ /* 不管高度是多少 他的宽高比一致 */ width: 50%; aspect-ratio: 4 / 3; //设置宽高比...
filter: drop-shadow(0 0 10px #fff);//滤镜阴影 给不规则盒子或者图片添加阴影 设置普通图片阴影 //设置普通图片阴影 .dsw...
document.addEventListener('copy',(e)=>{//监听右键复制或者ctrl + c 复制 e.preventDefault();//阻止复...
export function dataFormat(timestamp, formats) { //方法 // formats格式包括 // 1. Y-m-d ...
//忽略标点符号、大小写和空格,正着读和反着读一模一样。function made(str) { var str1 = str.toLowerCase(); //先将字...
writing-mode: vertical-rl; /* 设置文字竖排 */text-orientation: upright; //英文字母也竖着排列 text-alig...