【发布时间】:2016-06-18 11:53:10
【问题描述】:
大家好,我有这个代码:
(jQuery)
$("#chart1").css({transform:'scale(1,10)'})
使用这个 CSS 代码
#chart1{
position:absolute;
bottom:0px;
width:166px;
height:10px;
background-color:purple;
}
它实际上非常好用,但它从中间扩展了高度。 我希望它从底部扩展到顶部。
【问题讨论】:
标签: jquery css transform scale