#opacity

Defines how opaque the element is.

默认属性 opacity: 1;

The element is fully opaque.

opacity: 0;

The element is fully transparent.

opacity: 0.3;

Any value between 0 (zero) and 1 (one) will make the element semi transparent.