摘要: /*========================常用函数========================*/ /*时间格式化*/ Date.prototype.Format = function (fmt) { var o = { "M+": this.getMonth() + 1, /*月份*/ "d+": this.getDate(), /*日*... 阅读全文
posted @ 2017-03-10 15:25 stumpx 阅读(300) 评论(0) 推荐(0) 编辑
摘要: /*========================常用样式========================*/ /*边框*/ .no-border { border: none !important; } .no-border-top { border-top: none !important; } .no-border-right { border-right:... 阅读全文
posted @ 2017-03-10 15:23 stumpx 阅读(373) 评论(0) 推荐(0) 编辑