我正在尝试使用以下代码使用UIKit制作类似 StackOverflow 的标题栏(或表单行) :
<div class="uk-form-row">
<label class="uk-small-1-1 uk-large-1-10 uk-form-label">Text Title: </label>
<input class="uk-small-1-1 uk-large-9-10 uk-float-right" type="text" value="" placeholder="Text title">
</div>
这是它现在的截图: