2016年10月18日

平均分配

摘要: .test_box { display: -moz-box; display: -webkit-box; display: box; ... } .list { ... } .list_one { -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; 阅读全文

posted @ 2016-10-18 15:02 124331 阅读(202) 评论(0) 推荐(0) 编辑

angularJS的js模板

摘要: sx.deviceReady(function() { var order_confirmApp = angular.module("order_confirmApp",[]); order_confirmApp.controller("order_confirmCtrl",function($sc 阅读全文

posted @ 2016-10-18 13:04 124331 阅读(193) 评论(0) 推荐(0) 编辑

改变ul li中的点击效果

摘要: $(".time li").click(function(){ $(this).addClass("dianjbs").siblings().removeClass("dianjbs");}); $(".time li")获取class中的li addClass("dianjbs")添加class, 阅读全文

posted @ 2016-10-18 13:01 124331 阅读(794) 评论(0) 推荐(0) 编辑

导航