我正在尝试使用此代码使用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>
以下是现在的截图: