原文:https://www . geeksforgeeks . org/如何使用 css 设置分割元素的不透明度级别/
在本文中,我们将使用 CSS 设置元素的不透明度。不透明度是描述元素透明度的元素属性。
不透明度属性用于描述元素的透明度。不透明度的值介于 0.0 到 1.0 之间,其中低值表示高透明度,高值表示低透明度。不透明度百分比计算为不透明度% =不透明度* 100。
例 1:
GeeksforGeeks How to set the opacity level for a division element using CSS? Welcome to GeeksforGeeks
输出:
例 2:
GeeksforGeeks How to set the opacity level for a division element using CSS? Welcome to GeeksforGeeks Submit
按钮点击前:
按钮点击后: