Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style>
img {
  filter: opacity(30%);
}
</style>
</head>
<body>
<h1>filter 过滤器属性</h1>
<p>更改图像的不透明度级别:</p>
<img src="pineapple.jpg" alt="菠萝" width="300" height="300">
<p><strong>注意:</strong>过滤器属性 filter 在 Edge 12 或 Internet Explorer 中不受支持。</p>
</body>
</html>