摘要: //背景图全屏显示 body { content: ' '; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/bg.png) center 0 no-repeat; background-siz 阅读全文
posted @ 2017-02-28 11:44 慢灵魂 阅读(206) 评论(0) 推荐(0)
摘要: //获取一段时间日期 YYYY-MM-DD function getDays(dayNum) { var oDate = new Date(); //获取当前时间 var dayArr = new Array(); for(var i = 0; i < dayNum; i++) { var str  阅读全文
posted @ 2017-02-28 11:37 慢灵魂 阅读(662) 评论(0) 推荐(0)
摘要: mui.init({ swipeBack: true, //启用右滑关闭功能 beforeback: function() { //返回上一页面前调用方法 var Scanner = plus.webview.getWebviewById(plus.webview.currentWebview(). 阅读全文
posted @ 2017-02-28 11:33 慢灵魂 阅读(2573) 评论(0) 推荐(0)