<html>
<head>
<title>css实现的图片水印效果</title>
<style type=text/css>
.transp-block{background:#fff url(aaa.png) no-repeat right bottom;margin:0px auto;width:512px;height:380px;overflow:hidden}
img.transparent{filter:alpha(opacity=70);moz-opacity:.70;opacity:.70}
</style>
</head>
<body>
<div class=transp-block>
<img class=transparent src="logo1.jpg" width="512" height="380" />
</div>
</body>
</html>css为图片加水印
最新推荐文章于 2026-05-03 14:30:27 发布

7236

被折叠的 条评论
为什么被折叠?



