2017-03-17 81 views

回答

2

HTML

<div class="col-12"> 
    <label>Label</label> 
    <br> 
    <input type="text" value=""></input> 
</div> 

CSS

.col-12 { 
    display: flex 
    flex-direction: column 
} 
相關問題