03 2018 档案

摘要:/* 隐藏table的首列 */ td:first-child { display: table-cell; } th:first-child { display: table-cell; } /* 隐藏table的首列 */ td:fir... 阅读全文
posted @ 2018-03-05 15:34 lijibing 阅读(8596) 评论(0) 推荐(0)
摘要:sweetAlert1不像sweetAlert2那样可以通过width属性来配置弹窗的宽度。但是可以通过customClass属性来配置自定义样式 1、如何使用自定义样式 其中的sweetAlert和sweetAlert2就是在CSS样式中定义的样式类,多个类中间使用空格隔开 2、使用自定义样式设置 阅读全文
posted @ 2018-03-02 14:44 lijibing 阅读(7595) 评论(0) 推荐(0)
摘要:function getNowFormatDate() { var date = new Date(); var seperator1 = "-"; var seperator2 = ":"; var month = date.getMonth() + 1; var strDate = date.g 阅读全文
posted @ 2018-03-01 14:34 lijibing 阅读(288) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-03-01 13:10 lijibing 阅读(224) 评论(0) 推荐(0)