上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: 插件github地址:https://github.com/OwlFonk/OwlCarousel;插件官网演示地址:http://owlgraphic.com/owlcarousel/;1.选择你所需要的轮播插件类型2.根据每个类型的文档,赋值html的DOM结构比如images ... 阅读全文
posted @ 2015-08-11 13:34 Bigdots 阅读(21711) 评论(1) 推荐(0) 编辑
摘要: angularjs把所有的功能组件都以依赖注入的方式组织起来,所有的组件必须通过容器(注入器)才能相互访问,从而来解耦 ; 1、注入器存储了所有的配方(名称+类构造函数):angualrjs启动时,组件(Provider)首先通过名称在注入器内注册; 2、组件要求提供一个$get函数(类工厂)... 阅读全文
posted @ 2015-07-24 14:59 Bigdots 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 数据绑定有两个方向:数据 → 界面:我们使用scope对象的$watch()方法监听数据的变化,来更新界面。 监听数据 界面 → 数据:我们在界面的DOM对象上监听变化事件,来更新数据,并通过$apply()方法传播变化。 修改数据 ... 阅读全文
posted @ 2015-07-24 12:35 Bigdots 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 模块化 阅读全文
posted @ 2015-07-23 17:57 Bigdots 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 1.将目标图片装换为.ico格式在线转换工具:http://www.bitbug.net/2.将装换后的图标放入项目文件中,一般命名为favicon3.在项目文件的index页面中引入 阅读全文
posted @ 2015-07-22 11:17 Bigdots 阅读(264) 评论(0) 推荐(0) 编辑
摘要: @font-face {font-family: "clc_UnitedSansSmCdBk"; src: url('../images/font/UnitedSansSmCdBk.eot'); /* IE9*/ src: url('../images/font/UnitedSansSm... 阅读全文
posted @ 2015-07-21 17:36 Bigdots 阅读(264) 评论(0) 推荐(0) 编辑
摘要: css2 hello word hello word matrix并不明白其意思 阅读全文
posted @ 2015-07-20 13:43 Bigdots 阅读(247) 评论(0) 推荐(0) 编辑
摘要: angular js your name : hello {{yourname}} ! helllo ... 阅读全文
posted @ 2015-07-18 19:42 Bigdots 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 圆角效果: border-radius: 5px 4px 3px 2px; /* 四个半径值分别是左上角、右上角、右下角和左下角,顺时针 */ 阴影: box-shadow:X轴偏移量 Y轴偏移量 [阴影模糊半径] [阴影扩展半径] [阴影颜色] [投影方式(inset)]; 1、阴影模糊半径与阴... 阅读全文
posted @ 2015-07-18 14:37 Bigdots 阅读(180) 评论(0) 推荐(0) 编辑
摘要: :enabled选择可用状态的表单元素 :disabled 选择不可用状态的表单元素 :checked 复选框、单选框选中状态的选项 ::selection 用来匹配突出显示的文本(用鼠标选择文本时的文本)。 :read-only 用来指定处于只读状态元素的样式... 阅读全文
posted @ 2015-07-15 15:29 Bigdots 阅读(464) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页