zhsfsyr

<html>

    <head>

        <title>

            jquery示例

        </title>

            <style>

                .center {

                        margin: auto;

                        width: 50%;

                        border: 3px solid #73AD21;

                        padding: 6px;

                        transition: height 0.5s ease-out;

                    }

                .bt {

                        margin: auto;

                        width: 30%;

                        border: 3px solid #73AD21;

                        padding: 6px;

                        background-color: #73AD21;

                        font-size: 30px;

                        color: aliceblue;

                    }

            </style>

       

       <script type="text/javascript" src="/jquery-3.6.0.min.js"></script>

       <script type="text/javascript">

        $(document).ready(function() {

            $(".center").mouseenter(function() {

              $(this).animate({

                height: "500px" // 鼠标进入时,改变div的高度为200px(展开)

              }, 500);

            }).mouseleave(function() {

              $(this).animate({

                height: "50px" // 鼠标离开时,改变div的高度为50px(收起)

              }, 500);

            });

        });

         

        </script>

    </head>

    <body>

        <div class="center">

            <h1>有一种安全感,叫成都温度</h1> <br>

            湃客:微成都 2022-02-24 14:05<br>

            <p>近日<br>

            疫情再次对成都进行了考验<br>

            二月的寒风中<br>

            <strong>医务人员</strong>、

            <em>志愿者</em>、社区工作者<br>

            再次集结<br>

            小到一间教室,大到整座城市<br>

            每个角落都有默默守护我们的英雄<br>

            </p>

        </div>

        <center>

            <button class="bt">隐藏上面内容</button>

        </center>

             

    </body>

</html>

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值