css-2

css正常布局流

image
image
image

浮动

image
image
image
image
image

弹性盒子

image
image
image
image

如果子元素没有大小,宽默认由内容撑开,高默认铺满父容器。


image
image
image

a {
    //行内盒子,比如a如果给了flex布局,则可以直接设置宽高
    display: flex
}

image
image
image
image
image
image

  1. 淘宝京东多行伸缩布局
  2. 瀑布流百度图片综合案例

image

posted @ 2025-09-14 22:33  技术蓝鱼  阅读(10)  评论(0)    收藏  举报