颜色rgbahsla

Posted wyq-web

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了颜色rgbahsla相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
body {
margin: 0;
padding: 0;
background: url(./images/bg.jpg);
}

.layer {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
/*background-color: rgba(0, 0, 0, 0.3);*/
background-color: hsla(0, 10%, 10%, 0.3);
/*opacity: 0.3;*/
/*width: 100%;
height: 100%;*/
}
</style>
</head>
<body>
<div class="layer">
<img src="./images/layer.jpg" >
</div>
</body>
</html>






























以上是关于颜色rgbahsla的主要内容,如果未能解决你的问题,请参考以下文章

如何把RGB颜色对应成一个数值

C#DataGridView修改行头字体颜色与背景颜色

POI HSSF 自定义背景颜色和字体颜色

android:从颜色到颜色的动画颜色变化

SecureCRT颜色设置问题

cad中如何修改字体颜色