function getRandomColor(){ return '#' + Math.random().toString(16).substring(2,8).pad...
function getRandomColor(){ return '#' + Math.random().toString(16).substring(2,8).pad...
.item{ /* 不管高度是多少 他的宽高比一致 */ width: 50%; aspect-ratio: 4 / 3; //设置宽高比...
document.addEventListener('copy',(e)=>{//监听右键复制或者ctrl + c 复制 e.preventDefault();//阻止复...
filter: drop-shadow(0 0 10px #fff);//滤镜阴影 给不规则盒子或者图片添加阴影 设置普通图片阴影 //设置普通图片阴影 .dsw...
mounted(){ this.showkey() }, created: function() { document.onkeydown = function() { ...
iframe背景透明的设置方法 ie5.5开始支持浮动框架的内容透明。如果想要为浮动框架定义透明内容,则必须满足下列条件。 1.与 iframe 元素一起使用的 allowt...
//template //列表 <dv-scroll-board :config="config" @mouseover="over" > </dv-sc...
export default new Router({ mode:'history', //加上这一句 routes: [ ...homePage.routes, {...
//忽略标点符号、大小写和空格,正着读和反着读一模一样。function made(str) { var str1 = str.toLowerCase(); //先将字...
export function dataFormat(timestamp, formats) { //方法 // formats格式包括 // 1. Y-m-d ...
writing-mode: vertical-rl; /* 设置文字竖排 */text-orientation: upright; //英文字母也竖着排列 text-alig...
在request.js里面 // 通用下载方法export function download2(url, params, filename) { downloadLoadi...
*{ -moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-sel...
//引用的日历组件v-slot:dateCell="data" data是每个月份里面的日期 <Calendar v-model="calendarDate"> <t...
快捷键 ctrl + a 全选 ctrl + z 撤回 ctrl + y 恢复 ctrl + s 保存 ctrl + c 复制 ctrl + v 粘贴 vscode 使用 c...
window.top.location.href = "http://10.60.34.56/"; 就加一个top就行
var camera = viewer.camera;// 监听相机的changed事件,获取相应的参数值var handler = new Cesium.ScreenSpa...
1、安装加密gm-crypt依赖 npm install gm-crypt 2、在表单提交方法内,直接添加下面提供的代码,适合使用次数频率少的情况下使用。 checkPass...
随便下载只要后缀名带.ttf的就可以用 后缀名为.ttf的改一下英文名 引入 使用font-face把字体引进去 src: url('./YouSheBiaoTiHei.tt...