设置justify-content: space-between时,加入padding值只有左边生效,右边内容超出盒子范围,没有两端对齐
你width都是100%了 然后还用padding,所以2到盒子外面去了捏可以设置宽度calc(100%-22px)然后就可以对其了