摘要:
//把 tab 转换成4个空格 "tab_size": 4, //把 tab 转换成 空格 "translate_tabs_to_spaces": true, //关于下行说明, 若不存在, 请手动添加. 若要在保存时自动把ta... 阅读全文
摘要:
$(function () { var ua = navigator.userAgent.toLowerCase(); var isWeixin = ua.indexOf('micromessenger') != -1; if (!isWei... 阅读全文
摘要:
$(function () { var u = navigator.userAgent, app = navigator.appVersion; var isAndroid = u.indexOf('Android') > -1 || u.inde... 阅读全文
摘要:
/* 自定义查询按钮样式 */.query { width: 0.4rem; height: 0.22rem; line-height: 0.22rem; border: 1px solid #C6C6C6; outline: 0... 阅读全文
摘要:
$(function(){ var OriginTitile = document.title, titleTime; document.addEventListener('visibilitychange', function() { ... 阅读全文
摘要:
//判断屏幕高度,根据屏幕高度设置样式 var body_height=$(window).height(); if(body_height > 800){ $(".index_main").addClass('body_height... 阅读全文
摘要:
//根据窗口容器大小发生改变时改变图表尺寸window.onresize = function(){ myChart.resize();} https://www.echartsjs.com/api.html#echartsInstance.resize... 阅读全文
摘要:
html: css: .jwHover { position: relative;}.jwHover:after { position: absolute; top... 阅读全文