2016年1月7日

摘要: 1、默认情况下优先级style>class样式>id样式,可以通过使用!important改变优先级,!important优先级最高2、div水平居中margin:0px auto;position:relative; 阅读全文
posted @ 2016-01-07 20:56 齐齐微格 阅读(107) 评论(0) 推荐(0)
 
摘要: 1、360兼容模式下的控件虚线边框问题:控件加载是onReady事件中加上:self.focusable=false;(用于指示该种控件是否支持获得控制焦点。)2、360兼容模式下滚动条contentOverflow:hidden3、隐藏控件并使控件不占位置hideMode:display;但是隐藏... 阅读全文
posted @ 2016-01-07 17:47 齐齐微格 阅读(452) 评论(0) 推荐(0)