摘要: CSS:/* Make it a marquee */.marquee { width: 450px;margin: 0 auto;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s ... 阅读全文
posted @ 2015-10-24 14:45 羽铭 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: 想要达到ng-class的效果,有两种写法 1.class=“{{class}} class1 class2” 2.ng-class="{true: 'active', false: 'inactive'}[isActive]" 第一种可以使用多个样式类,但官方并不提倡。用第二种方法,并且想用多个样 阅读全文
posted @ 2015-10-24 13:09 羽铭 阅读(4687) 评论(0) 推荐(0) 编辑