摘要:
var a=1.55;var b=1.65;var c=a.toFixed(1);var d=b.toFixed(1);console.log(c);console.log(d); 阅读全文
摘要:
浮动 5236 与浮动法原理一样 阅读全文
摘要:
浮动 5236 这个方法容易理解,但是记住不要给center设置宽度 阅读全文
摘要:
flex 无需多言,就是方便。 阅读全文
摘要:
双飞翼布局 451 主要思想:用container单独包裹center,container宽度设置为100%,里面的center设置宽度为100%,然后设置margin-left:left的宽度,margin-right:right的宽度。container,left,right全部左浮动。left通过设置m... 阅读全文
摘要:
<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, m 阅读全文