为了账号安全,请及时绑定邮箱和手机立即绑定

关于jquery的插件

关于jquery的插件

丛从绿草 2018-07-01 20:33:17
    <style>    .panel {        width: 300px;        margin: 50px 0 0 50px;        box-shadow: 0 0 10px #999;        line-height: 1.8;        text-align: center;        font-size: 20px;        color: #fff;    }        .title {        background-color: #c7731f;    }        h1 {        margin: 0;        padding: 0;    }        .body {        padding: 30px 10px;        background-color: #5298c7;    }    </style></head><body>    <div class="panel">        <div class="title">            <h1>唐诗一首</h1>        </div>        <div class="body">            <p>                白日依山尽,                <br> 黄河入海流。                <br> 欲穷千里目,                <br> 更上一层楼。                <br>            </p>        </div>    </div>             <script src="../../../vendor/jquery.easing.js"></script>         $(this).siblings('.body').slideUp(1000, 'easeInOutExpo');         $(this).siblings('.body').slideUp(1000);//我把'easeInOutExpo'参数删掉,也可以实现,这是为什么
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 891 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信