摘要: display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical; 阅读全文
posted @ 2018-11-23 18:35 nie_pengcheng 阅读(190) 评论(0) 推荐(0) 编辑
摘要: input::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc;}input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc;}input::-moz- 阅读全文
posted @ 2018-11-22 16:04 nie_pengcheng 阅读(5175) 评论(0) 推荐(0) 编辑
摘要: var formatDateTime = function (date) { var y = date.getFullYear(); var m = date.getMonth() + 1; m = m < 10 ? ('0' + m) : m; var d = date.getDate(); d 阅读全文
posted @ 2018-10-31 11:47 nie_pengcheng 阅读(5932) 评论(0) 推荐(0) 编辑