为了账号安全,请及时绑定邮箱和手机立即绑定
  • 就是说写的是随便写的,还是有明确规范?还有walk to third。你这是随便写的吗?你这还是说是怎么个事儿。


    63a47572000189a809600540.jpg
    查看全部
    0 采集 收起 来源:效果介绍

    2022-12-22

  • 感觉这些代码和写字一样,而且还可以产生神奇的功能,而且显得非常漂亮,像写字一样,我也可以。


    63a4747d0001b3b609600540.jpg
    查看全部
    0 采集 收起 来源:课程简介

    2022-12-22

  • 使用谷歌或者什么搜狐这个字母是真的多。Hef等于css杠斜杠抵抗a点css


    63a4745b000157ef09600540.jpg
    查看全部
    0 采集 收起 来源:课程简介

    2022-12-22

  • 2-1代码

    <!DOCTYPE html>
    <html>
    
    <head>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
        <title>慕课七夕主题</title>
        <script src="http://img1.sycdn.imooc.com//down/55ac9a860001a6c500000000.js"></script>
        <style type="text/css">
        * {
            padding: 0;
            margin: 0;
        }
    
        ul,
        li {
            list-style-type: none;
        }
        /*主体部分*/
        #content {
            width    : 60%;
            height   : 60%;
            top      : 20%;
            left     : 20%;
            overflow : hidden;
            position : absolute;
            border   : 1px solid #ccc;
        }
        
        .content-wrap {
            position: relative;
        }
        .content-wrap > li {
            width: 100%;
            height: 100%;
            background: #CAE1FF;
            color: red;
            float: left;
            overflow: hidden;
            position: relative;
        }
        li:nth-child(2) {
           background: #9BCD9B;
        }
       
        li:nth-child(3) {
           background: yellow;
        }
        
        </style>
    </head>
    
    <body>
        <div id='content'>
            <ul class='content-wrap'>
                <!-- 第一副画面 -->
                <li> 页面1 </li>
                <!-- 第二副画面 -->
                <li> 页面2 </li>
                <!-- 第三副画面 -->
                <li> 页面3 </li>
            </ul>
        </div>
        <script type="text/javascript">
            var container = $("#content");
            // 获取第一个子节点
            var element = container.find(":first");
            // li页面数量
            var slides = element.find("li");
            // 获取容器尺寸
            var width = container.width();
            var height = container.height();
            // 设置li页面总宽度
            element.css({
                width  : (slides.length * width) + 'px',
                height : height + 'px'
            });
            // 设置每一个页面li的宽度
            $.each(slides, function(index) {
                var slide = slides.eq(index); //获取到每一个li元素    
                // 
                slide.css({
                 width  : width + 'px',
                height : height + 'px'
            });
            });
        </script>
    </body>
    
    </html>
    查看全部
    0 采集 收起 来源:编程节奏

    2021-12-31

  • 2-1代码

    <!DOCTYPE html>
    <html>
    
    <head>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
        <title>慕课七夕主题</title>
        <script src="http://img1.sycdn.imooc.com//down/55ac9a860001a6c500000000.js"></script>
        <style type="text/css">
        * {
            padding: 0;
            margin: 0;
        }
    
        ul,
        li {
            list-style-type: none;
        }
        /*主体部分*/
        #content {
            width    : 60%;
            height   : 60%;
            top      : 20%;
            left     : 20%;
            overflow : hidden;
            position : absolute;
            border   : 1px solid #ccc;
        }
        
        .content-wrap {
            position: relative;
        }
        .content-wrap > li {
            width: 100%;
            height: 100%;
            background: #CAE1FF;
            color: red;
            float: left;
            overflow: hidden;
            position: relative;
        }
        li:nth-child(2) {
           background: #9BCD9B;
        }
       
        li:nth-child(3) {
           background: yellow;
        }
        
        </style>
    </head>
    
    <body>
        <div id='content'>
            <ul class='content-wrap'>
                <!-- 第一副画面 -->
                <li> 页面1 </li>
                <!-- 第二副画面 -->
                <li> 页面2 </li>
                <!-- 第三副画面 -->
                <li> 页面3 </li>
            </ul>
        </div>
        <script type="text/javascript">
            var container = $("#content");
            // 获取第一个子节点
            var element = container.find(":first");
            // li页面数量
            var slides = element.find("li");
            // 获取容器尺寸
            var width = container.width();
            var height = container.height();
            // 设置li页面总宽度
            element.css({
                width  : (slides.length * width) + 'px',
                height : height + 'px'
            });
            // 设置每一个页面li的宽度
            $.each(slides, function(index) {
                var slide = slides.eq(index); //获取到每一个li元素    
                // 
                slide.css({
                 width  : width + 'px',
                height : height + 'px'
            });
            });
        </script>
    </body>
    
    </html>
    查看全部
    0 采集 收起 来源:编程节奏

    2021-12-31

  • W
    查看全部
  • 笔记功能有点类似评论
    查看全部
    0 采集 收起 来源:课程简介

    2021-02-28

  • 锚钩
    查看全部
    1. 列表项无法设置高度

    2. dom.find用法

    查看全部
  • 整体—>细节

    查看全部
    0 采集 收起 来源:编程节奏

    2020-04-30

  • imooc.com

    查看全部
    0 采集 收起 来源:效果介绍

    2020-04-29

  • 七夕
    查看全部
    0 采集 收起 来源:课程简介

    2020-04-01

  • 第一幅画面中:天上太阳的移动、云的来回飘移、小男孩沿着中间道路一直在走,页面也在滚动。

    第二幅动画中:小男孩移动进了商店前的位置,商店的门开始打开,商店的灯光开始变暗。小男孩抱着一束花出来,商店关门。

    第三幅页面中:星星变暗变亮的效果,桥下的水波在流动,小男孩上桥的动作。小男孩走到女孩子的面前,这是等待一下,他们一起转身后牵手,同时慕课网的logo会出现,天上的樱花正在飘下来。


    查看全部
    0 采集 收起 来源:效果介绍

    2020-03-27

  • 有趣
    查看全部
    0 采集 收起 来源:效果介绍

    2019-10-19

  • 有趣
    查看全部
    0 采集 收起 来源:课程简介

    2019-10-19

首页上一页1234567下一页尾页

举报

0/150
提交
取消
课程须知
本课程为高级案例课程,其中所用的大部分知识点不做深入剖析,只讲解如何使用,部分代码需要由你自己填充。 需要具备如下知识: 1、HTML4、HTML5 2、CSS2、CSS3 3、JavaScript、jQuery 4、面向对象思想
老师告诉你能学到什么?
1、如何实现页面的无缝滚动 2、如何实现视觉差效果 3、异步编程处理 4、CSS3动画过渡 5、JS动画实现 6、H5的音乐效果

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!