万户网络知识库 > 常见问题 > 如何调整背景图片透明度
如何调整背景图片透明度
更新时间:2019-03-08 09:30:56 访问量:
背景颜色透明度的代码
opacity: 数值按0.1-1调整
例如:
- width: 300px;
- position: fixed;
- z-index: 200;
- top: 158px;
- margin: 0;
- background-color: #3f5c87;
- opacity: 0.8;
全部产品
更新时间:2019-03-08 09:30:56 访问量:
背景颜色透明度的代码
opacity: 数值按0.1-1调整
例如: