2017-03-17 79 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 
} 
相关问题