2017-06-29 22 views

回答

2

使用Flexbox的做到这一点:

.container{ 
display:flex; 
justify-content:space-between; 
} 

可以使用空间之间或空间周围。