摘要: 首先新建一个include 把所有引入的文件放入公共文件里 function getBaseURL() { var pathName = window.document.location.pathname; var projectName = pathName.substring(0, pathNa 阅读全文
posted @ 2018-07-27 16:47 本木木 阅读(341) 评论(0) 推荐(0)
摘要: /** * jQuery 扩展 */(function ($) { $.fn.extend({ /** * 目标为任意对象元素 * 同时绑定单击和双击事件 */ bindClick: function (click, dblClick, el) { el = el || $(this); var _ 阅读全文
posted @ 2018-07-27 16:43 本木木 阅读(265) 评论(0) 推荐(0)
摘要: legend: { type: 'scroll', orient: 'horizontal', bottom:0, left:'center', itemGap: 0, itemWidth: 10, itemHeight: 10, textStyle:{ color: '#11f7f7' }, pa 阅读全文
posted @ 2018-07-27 16:34 本木木 阅读(7099) 评论(0) 推荐(0)
摘要: 1.新建两种样式 2.//HTML部分 <!-- 中间内容页 --> <div class="row home-content noprint"> <div class='themes-box'> <div class='themes'> <div class="well-item" onclick 阅读全文
posted @ 2018-07-27 16:27 本木木 阅读(1417) 评论(0) 推荐(0)