2017-10-17 93 views

回答

2

试试这个

.parent { 
    width: 150px; 
    height: 150px; 
    background: yellow; 
    text-align: center; 
} 

.flex { 
    display: inline-flex; 
    margin: auto; 
    justify-content: center; 
    background: blue; 
} 
相关问题