从零开始-智慧港城修仙

布局

display: flex;
flex-direction: column;
justify-content: center;

//设置两者等值,即可让自己垂直居中
line-height:30px;
height:30px;
//两者都是相对父级视图决定的,上者代表不会根据组内元素定位,下者代表会根据组内元素定位
position: absolute;
position: relative;

//设置网络图片及占位图
flex-direction.png

justify-content.png

export 和 export default 的区别https://blog.csdn.net/sleepwalker_1992/article/details/81461543
js 判断字符串中是否包含某个字符串
https://blog.csdn.net/weixin_39228870/article/details/85338098

你可能感兴趣的:(从零开始-智慧港城修仙)