03 2017 档案

摘要:/*========================常用函数========================*/ /*时间格式化*/ Date.prototype.Format = function (fmt) { var o = { "M+": this.getMonth() + 1, /*月份*/ "d+": this.getDate(), /*日*... 阅读全文
posted @ 2017-03-10 15:25 stumpx 阅读(314) 评论(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 阅读(382) 评论(0) 推荐(0)