摘要:
css /* http://www.zhinengshe.com/ - coding: leo - QQ: 20907961 - time: 2010/8/28 */ * { padding: 0; margin: 0; } li { list-style: none; } img { border 阅读全文
posted @ 2021-08-26 19:38
轻痕微凉
阅读(59)
评论(0)
推荐(0)
摘要:
1.百分比布局 这种适配方法非常死板 百分比布局常常会出现bug而且不容易做 2.固定宽度 把固定宽度固定起来,如果超出这些部分就留白,制作竖向拉伸,这种方式面对手机非常不错,或者某些app本身就有大量的留白,但是面对平板电脑的时候就很不方便了 ,平板电脑本身就有非比寻常的宽度。 3.响应式 根据不 阅读全文
posted @ 2021-08-26 19:35
轻痕微凉
阅读(292)
评论(0)
推荐(0)
摘要:
一.对象访问 1.each( ) 遍历 $("#div1 div").each(function(i){ $(this).attr("index",i) console.log(i); }) //$(this)代表现在正在遍历的元素 //在使用当前元素的时候必须要$(this) 2.length( 阅读全文
posted @ 2021-08-26 19:23
轻痕微凉
阅读(103)
评论(0)
推荐(0)

浙公网安备 33010602011771号