<!DOCTYPE html> /* 在此处补充代码*/ /* header*/ header{ background:black; display:flex; justify-content:space-around; align-items:center; } .nav{ color:white; display:flex; justify-content:space-around; list-style:none; width:30%; } .login{ width:20%; display:flex; justify-...
justify-content 我用space-evenly | space-around | space-between 效果都一样,有没有大神帮忙回答一下?写回答 关注 1回答 QngCken 2019-09-06 15:45:44 是不是你的container大小设置太小了,justify-content是在包含了网格项之后还有剩余空间时的网格项对齐方式。 不然也有可能是浏览器不支持? ---萌新如...