2016年9月27日

摘要: $(function () { $('#container').highcharts({ chart: { zoomType: 'xy' }, title: { text: '' }, colors:['#64BCEC','#4FD3B9','#FFACA8'], xAxis: [{ categor 阅读全文
posted @ 2016-09-27 09:34 小菲儿love 阅读(1620) 评论(0) 推荐(0) 编辑
 
摘要: //单行溢出省略号 .box { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } //多行溢出省略号 .box { display: -webkit-box; overflow: hidden; text-overf 阅读全文
posted @ 2016-09-27 09:31 小菲儿love 阅读(192) 评论(0) 推荐(0) 编辑