所以我有一个容器,该容器设置为“ width:40% !important
”。并且该容器内有一个图像,我希望将该图像设置为大于 100% 的宽度而不使用 JavaScript。这可能吗?
<table class="templateContainer-header">
<tr>
<td>
<img src="url">
</td>
</tr>
</table>
所以templateContainer-header设置为40%!important,width-wise,img设置为100%!important,当我把图片的宽度增加到大于100%没有效果
此外,样式通过roadie
gem内联