css问题集合
2019-10-16 本文已影响0人
浪浪山小妖_
1.文字多行缩略的宽自适应问题注意,不然自动宽
width:auto无效,结果为100%宽
image.png
2.垂直居下
justify-content 属性
/*注意,一定要设置高度,不然无效*/
height: 160rpx;
display: flex;
flex-direction: column;
justify-content:flex-end;
image.png
持续更新中...
--by Affandi ⊙▽⊙
image.png
image.png