鼠标悬浮demo

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <title>Title</title>

    <style>

        .touch {

            height:200px;

            width:400px;

            overflow:hidden;

            position:relative;

        }

        .touch .content {

            top:0;

            left:0;

            right:0;

            bottom:0;

            position:absolute;

            font-size:20px;

            background-color:black;

            color:white;

            text-align:center;

            visibility:hidden;

        }

 

       .touch:hover .content{

            visibility:visible;

            border:4px solid red;

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

        }

       .touch .content .btn{

            background-color:#e83375;

            color:white;

            cursor: pointer;

            border: none;

            width: 70px;

            height: 22px;

            }

         .touch .content .inpt{

            height: 18px;

            border: none;

            line-height:18px;

            font-size:12px;

         }

 

    </style>

</head>

<body>

    <div class="touch">

        <div><img src="3.png"></div>

        <div class="content">

            <p><h5>品牌故事</h5></p>

            <p><h6>我们的源泉不是时尚,不是潮流,而是由心而发的喜爱,将精致华丽的艺术融入东方式的低调,都只为了一个人而存在。</h6></p>

            <input class="inpt" type="text" name="tel" value="请输入手机号码或邮箱地址" id="tel"/>

            <button class="btn">开售提醒</button>

        </div>

    </div>

</body>

</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值