为了账号安全,请及时绑定邮箱和手机立即绑定
  • 全看完了,讲的很好,可以看出老师有严重代码简洁癖。而且对重复代码还是不厌其烦多写一遍给同学看,希望以后老师能多出视频给我们看 (^_^)
    查看全部
    3 采集 收起 来源:课程总结

    2015-06-28

  • $toolbar-size:52px; *{margin: 0;padding: 0;} .toolbar{ position: fixed; left: 50%; bottom: 5px; margin-left: -$toolbar-size / 2; } .toolbar-item{ position: relative; display: block; width: $toolbar-size; height: $toolbar-size; background-image: url("../img/toolbar.png"); background-repeat: no-repeat; margin-top: 1px; transition: background-position 1s; &:hover{ .toolbar-layer{ opacity: 1; filter: alpha(opacity=100); transform: scale(1); } } } .toolbar-item-weixin{ background-position: 0 -789px; &:hover{ background-position: 0 -860px; } .toolbar-layer{ height: 212px; background-position: 0 0; } } .toolbar-item-feedback{ background-position: 0 -426px; &:hover{ background-position: 0 -488px; } }
    查看全部
    2 采集 收起 来源:CSS样式

    2018-03-22

  • data-main定义入口文件,即加载完该文件后会立即加载的文件 reqirejs.config:为模块定义别名; requirejs.config({ paths:{ jquery:'jquery-1.11.3.min' } }) requirejs:引入写好的模块; requirejs(['jquery'],function($){ }) 第一个参数是要引入的模块,可以是多个,第二个是回调函数,传入的参数是用来代替引入的模块 define:用来编写模块 define(['jquery'],function($){ return { isEmpty:function(){}, checkLenght:function(){}; } })
    查看全部
  • sass运算符两边一定要有空格
    查看全部
    2 采集 收起 来源:CSS样式

    2015-07-03

  • 重点
    查看全部
    2 采集 收起 来源:课程介绍

    2015-06-27

  • sass课程总结 extend 继承 @mixin 函数名(参数)
    查看全部
    1 采集 收起 来源:课程总结

    2016-04-04

  • define(["jquery", "scrollto"], function($, scrollto) { function BackTop(el, opts) { this.opts = $.extend({}, BackTop.DEFAULTS, opts); this.$el = $(el); this.scrollto = new scrollto.ScrollTo({ dest: 20, speed: this.opts.speed }); if (this.opts.mode == "move") { this.$el.on("click", $.proxy(this._move, this)); } else { this.$el.on("click", $.proxy(this._go, this)); } $(window).on("scroll", $.proxy(this._checkPosition, this)); }; BackTop.DEFAULTS = { mode: "move", pos: $(window).height(), speed: 800 }; BackTop.prototype._move = function() { this.scrollto.move(); }; BackTop.prototype._gp = function() { this.scrollto.go(); }; BackTop.prototype._checkPosition = function() { if ($(window).scrollTop() > this.opts.pos) { this.$el.fadeIn(); } else { this.$el.fadeOut(); } }; return { BackTop: BackTop }; });
    查看全部
  • html结构
    查看全部
    1 采集 收起 来源:CSS样式

    2015-12-14

  • 原理,div span a img
    查看全部
    1 采集 收起 来源:原理分析

    2015-12-08

  • 解决中文支持问题的方法: E:\Koala2\rubygems\gems\sass-3.4.9\lib\sass\engine.rb 在所有的require下面复制这段话 Encoding.default_external = Encoding.find('utf-8')
    查看全部
    1 采集 收起 来源:SASS基础知识

    2015-09-28

  • $.proxy(对象的方法,this指向的对象);
    查看全部
  • 解决中文支持问题的方法: E:\Koala2\rubygems\gems\sass-3.4.9\lib\sass\engine.rb 在所有的require下面复制这段话 Encoding.default_external = Encoding.find('utf-8')
    查看全部
    1 采集 收起 来源:SASS基础知识

    2015-09-16

  • $定义sass变量 标签下的$相当于this
    查看全部
    1 采集 收起 来源:SASS基础知识

    2015-09-16

  • koala-app.com/index-zh.html koala是一个前端预处理器语言图形编译工具,支持Less、Sass、Compass、CoffeeScript,帮助web开发者更高效地使用它们进行开发。 sass文件格式 .scss
    查看全部
    1 采集 收起 来源:SASS基础知识

    2015-09-16

  • 解决中文支持问题的方法: E:\Koala2\rubygems\gems\sass-3.4.9\lib\sass\engine.rb Encoding.default_external = Encoding.find('utf-8')
    查看全部
    1 采集 收起 来源:SASS基础知识

    2015-08-23

首页上一页1234567下一页尾页

举报

0/150
提交
取消
课程须知
本课程是前端中级课程 1、HTML和CSS基础知识 2、JS面向对象的基础知识
老师告诉你能学到什么?
1、使用sass更好的书写css 2、使用requirejs防止项目开发中的命名冲突、文件加载依赖,编写出方便复用的模块化代码 3、CSS3实现简单的动画效果

微信扫码,参与3人拼团

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

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