背景透明效果设置

背景透明效果设置

背景透明效果怎么设置啊,我设置在banner 中,怎么不显示

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
好帮手慕久久 2023-03-28 09:41:14

同学你好,解答如下:

透明背景色可以用rgba颜色表示法实现,比如:

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }

        div {
            width: 100%;
            height: 200px;
            /* r是红色,g是绿色,b是蓝色,范围都是0-255 */
            /* a是透明度,范围是0-1 */
            /* rgba(0, 0, 0, 0.4)是黑色 透明度0.4 */
            background-color: rgba(0, 0, 0, 0.4);
        }
    </style>
</head>

<body>
    <div></div>
</body>

</html>

祝学习愉快!

  • 提问者 qq_慕粉3009731 #1

    还是出不来啊老师https://img1.sycdn.imooc.com//climg/6422d9fb0988fa2606630586.jpg


    2023-03-28 20:14:23
  • 提问者 qq_慕粉3009731 #2

    要给banner加一个背景透明效果,但是代码写进去还是不出来,麻烦老师帮我看一下、

    .banner{

        position: relative;

        height: 600px;

        width: 100%;

        margin: 0;

        background-color:rgba(0, 0, 0, 0.5);

    }

    .banner .banner-img{

        position: absolute;

        width: 100%;

        height: 600px;

    }

    .banner .banner-cover{

        position: absolute;

        right: 50%;

        top: 25%;

        width: 510px;

        height: 400px;

        margin-top: -100px;

        margin-right: -205px;

       

    }


    .banner .banner-cover .r1 input{

        width: 504px;

        height: 40px;

        margin-bottom: 20px;

        background: none;

        border: 1px solid #808080;

    }

    .banner .banner-cover .r1 textarea{

        width: 504px;

        height: 110px;

        margin-bottom: 20px;

        background: none;

        border: 1px solid #808080;

        color:#808080;

    }

    .banner .banner-cover button{

        width: 200px;

        height: 40px;

        margin-bottom: 20px;

        background: none;

        border: 1px solid #808080;

        color:#808080;

        text-align: center;

        margin-left: 152px;

    }


    2023-03-28 20:16:41
  • 好帮手慕久久 回复 提问者 qq_慕粉3009731 #3

    同学新建一个问题提问,把全部代码粘贴出来(html、css),有了完整代码后,老师在为你解答。

    2023-03-29 09:54:09
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师