<img src="1.jpg" style="width:480px!important;”>
(1)
img{max-width:300px}
(2)
img{
transform: scale(0.625)
}
(3)
img{
box-sizing:border-box;
padding:90px;
}
(4)
img{
zoom:0.625;
}
(5)最后的一行不可以,因为内联样式的优先级比内部样式优先级高
img {width:300px!important;}