登录框

Posted 青山下

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了登录框相关的知识,希望对你有一定的参考价值。

<form class="form-horizontal">
  <fieldset>
    <legend>用户登录</legend>
    <div class="form-group">
      <label for="inputEmail" class="col-lg-2 control-label">用户名</label>
      <div class="col-lg-10">
        <input type="text" class="form-control" id="inputEmail" placeholder="Email">
      </div>
    </div>
    <div class="form-group">
      <label for="inputPassword" class="col-lg-2 control-label">密码</label>
      <div class="col-lg-10">
        <input type="password" class="form-control" id="inputPassword" placeholder="Password">
        
      </div>
    </div>
    
    
    
    <div class="form-group">
      <div class="col-lg-10 col-lg-offset-2">
        <button type="reset" class="btn btn-primary">登录</button>
        
      </div>
    </div>
  </fieldset>
</form>

  

以上是关于登录框的主要内容,如果未能解决你的问题,请参考以下文章

IOS开发-OC学习-常用功能代码片段整理

从片段调用 Google Play 游戏服务

HTML代码片段

HTML代码片段

Facebook状态回调不适用于片段

导航 PopUpToInclusive 不起作用?重新打开应用程序时,它会打开登录片段而不是电子邮件登录片段