共计 306 个字符,预计需要花费 1 分钟才能阅读完成。
查过的问题的积攒
- pre 标签的换行
white-space: pre-wrap;
-
flex 根底属性
flex-direction: clumn
代表里纵向排列,row 是行,column 是列- flex-wrap 换行
- flex-flow 是 flex-direction 和 flex-wrap 的简写模式
- justify-content 属性定义了 flex-direciotn 方向的对齐形式。
- align-items 属性定义了, 下面的垂直方向对齐形式。
- 子元素的 align-self,独自定义 flex-direciotn 垂直方向的对齐形式。
-
宽高都根据 vw 设置,能够实现一种动静扭转宽高的成果
-
width: 85.33vw; height: 106.67vw;
-
正文完