html 缩放位移小案例

<!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;

        }

        a {

            text-decoration: none;

        }

        .box {

            position: relative;

            float: left;

            margin-right: 50px;

            width: 300px;

            height: 212px;

            /* margin: 0 auto; */

            overflow: hidden;

        }

        img {

            width: 300px;

            transition: all 1s;

        }

        .box .title {

            position: absolute;

            bottom: -50px;

            left: 15px;

            z-index: 2;

            font-size: 20px;

            width: 260px;

            font-weight: bold;

            color: #fff;

            transition: all 1s;

        }

        .box .title p {

            margin: 25px 0;

        }

        .box .mask {

            position: absolute;

            top: 0;

            left: 0;

            width: 300px;

            height: 212px;

            background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4));

            opacity: 0;

        }

        .box:hover .mask {

            opacity: 1;

        }

        .box:hover img {

            transform: scale(1.2);

        }

        .box:hover .title {

            transform: translateY(-50px);

        }

    </style>

</head>

<body>

    <div class="box">

        <img src="./images/product.jpeg" alt="">

        <div class="title">

            OceanStor pacific 海洋存储斩获2021 interop 金奖

            <p><a href="http://www.baidu.com">baidu</a></p>

        </div>

        <!-- 实现渐变背景 -->

        <div class="mask"></div>

    </div>

    <div class="box">

        <img src="./images/huawei1.jpeg" alt="">

        <div class="title">

            OceanStor pacific 海洋存储斩获2021 interop 金奖

            <p><a href="http://www.baidu.com">baidu</a></p>

        </div>

        <!-- 实现渐变背景 -->

        <div class="mask"></div>

    </div>

    <div class="box">

        <img src="./images/huawei2.jpeg" alt="">

        <div class="title">

            OceanStor pacific 海洋存储斩获2021 interop 金奖

            <p><a href="http://www.baidu.com">baidu</a></p>

        </div>

        <!-- 实现渐变背景 -->

        <div class="mask"></div>

    </div>

    <p style="clear: both;">hello world</p>

</body>

</html>

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

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值