CSS 设置背景透明色

CSS About 220 words

半透明

使用rgba,设置alpha的值为0.5

.bg {
    color: white;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

更透明

alpha通道值越小,越透明。

.bg {
    color: white;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
}
Views: 10 · Posted: 2025-08-24

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb/LiteNote

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓


Today On History
Browsing Refresh