简单清新的登录表单

CSS代码

html {
  background-color: #E9EEF0;
}
.wrapper {
  margin: 140px auto;
  width: 884px;
}
.loginBox {
  background-color: #FEFEFE;
  border: 1px solid #BfD6E1;
  border-radius: 5px;
  color: #444;
  font: 14px 'Microsoft YaHei','微软雅黑';
  margin: 0 auto;
  width: 388px
}
.loginBox .loginBoxCenter {
  border-bottom: 1px solid #DDE0E8;
  padding: 24px;
}
.loginBox .loginBoxCenter p {
  margin-bottom: 10px
}
.loginBox .loginBoxButtons {
  background-color: #F0F4F6;
  border-top: 1px solid #FFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 28px;
  overflow: hidden;
  padding: 20px 24px;
  vertical-align: center;
}
.loginBox .loginInput {
  border: 1px solid #D2D9dC;
  border-radius: 2px;
  color: #444;
  font: 12px 'Microsoft YaHei','微软雅黑';
  padding: 8px 14px;
  margin-bottom: 8px;
  width: 310px;
}
.loginBox .loginInput:FOCUS {
  border: 1px solid #B7D4EA;
  box-shadow: 0 0 8px #B7D4EA;
}
.loginBox .loginBtn {
  background-image: -moz-linear-gradient(to bottom, #B5DEF2, #85CFEE);
  background-color:#85CFEE;
  border: 1px solid #98CCE7;
  border-radius: 20px;
  box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
  color: #FFF;
  cursor: pointer;
  float: right;
  font: bold 13px Arial;
  padding: 5px 14px;
}
.loginBox .loginBtn:HOVER {
  background-image: -moz-linear-gradient(to top, #B5DEF2, #85CFEE);
}
.loginBox a.forgetLink {
  color: #ABABAB;
  cursor: pointer;
  float: right;
  font: 11px/20px Arial;
  text-decoration: none;
  vertical-align: middle;
}
.loginBox a.forgetLink:HOVER {
  text-decoration: underline;
}
.loginBox input#remember {
  vertical-align: middle;
}
.loginBox label[for="remember"] {
  font: 11px Arial;
}

html代码

<body>
<div class="wrapper">
  <form action="" method="post" >
  <div class="loginBox">
   <div class="loginBoxCenter">
    <p><label for="username">电子邮箱:</label></p>
    <p><input type="email" id="email" name="email" class="loginInput" autofocus="autofocus" required="required" autocomplete="off" placeholder="请输入电子邮箱" value="" /></p>
    <p><label for="password">密码:</label><a class="forgetLink" href="#">忘记密码?</a></p>
    <p><input type="password" id="password" name="password" class="loginInput" required="required" placeholder="请输入密码" value="" /></p>
   </div>
   <div class="loginBoxButtons">
    <input id="remember" type="checkbox" name="remember" />
    <label for="remember">记住登录状态</label>
    <button class="loginBtn">登录</button>
   </div>
  </div>
  </form>
</div>
</body>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值