百度输入法js项目练习课

这个项目练习了使用JavaScript实现鼠标移过显示图片的效果,适用于汽车品牌展示。当鼠标移到汽车品牌上时,会显示对应的车标,移开则隐藏。此外,还包含了一个简单的弹出层效果,点击按钮可以显示或隐藏背景半透明遮罩层上的信息框。
摘要由CSDN通过智能技术生成

鼠标移过,修改图片路径
<style>
        *{
            margin: 0;
            padding: 0;
        }
        body{
            background-color: #000;
        }
        .d1{
            width: 400px;
            height: 500px;
            border:5px solid #fff;
            border-radius: 5px;
            margin: 0 auto;
            background-color: #fff;
        }
        .i1{
            width: 296px;
            height: 296px;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            border-radius: 5px;
        }
        .i3{
            width: 96px;
            height: 96px;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            border-radius: 5px;
        }
        ul{
            overflow: hidden;
        }
        li{
            list-style: none;
            float: left;
        }

    </style>
</head>
<body>
<div class="d1">
    <ul>
        <li><img class
提示框效果
<style>
        .d1{
            width: 500px;
            margin: 0 auto;
            border: 1px solid #000;
            text-align: center;
            padding: 5px;
        }
        .d2{
            color: #8c8c8c;
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

szhw66

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值