CSS蓝色半透明样式代码生成 - 如何创建半透明蓝色背景
样式类:.blue-translucent
代码:
.blue-translucent { background-color: rgba(0, 0, 255, 0.5); }
注解:上述代码中,rgba(0, 0, 255, 0.5)代表颜色为蓝色,透明度为50%。可以根据需要调整颜色和透明度值。
原文地址: https://www.cveoy.top/t/topic/mmTw 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
样式类:.blue-translucent
代码:
.blue-translucent { background-color: rgba(0, 0, 255, 0.5); }
注解:上述代码中,rgba(0, 0, 255, 0.5)代表颜色为蓝色,透明度为50%。可以根据需要调整颜色和透明度值。
原文地址: https://www.cveoy.top/t/topic/mmTw 著作权归作者所有。请勿转载和采集!