返回layui实现......登陆

layui实现登陆界面

NNaCaCC2019-04-04 10:09:54509

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>登陆表单</title>

<link rel="stylesheet" type="text/css" href="../static/plugins/layui/css/layui.css">

<script type="text/javascript" src="../static/plugins/layui/layui.js"></script>

<style type="text/css">

.box{width: 500px;margin: 0 auto;margin-top: 270px;}

.box1{background: #fff; border-radius: 4px;box-shadow: 5px 5px 20px #4444;padding: 20px;}

</style>

</head>

<body style="background:#1E9FFF">

<div>

<div>

<form action="">

<div style="color: gray" >

<h2>后台管理系统</h2>

</div>

<hr>

   <div>

     <label>用户名</label>

     <div>

       <input type="text" name="username" placeholder="请输入用户名">

     </div>

   </div>

   <div>

     <label>密码</label>

     <div>

       <input type="password" name="password" lay-verify="required" placeholder="请输入">

     </div>

   </div>

   <div>

     <label>验证码</label>

     <div>

       <input type="text" name="yzm">

     </div>

     <img src="../yz.png">

   </div>

   <div>

     <div>

     <button>登陆</button>

     </div>

   </div>

</form>

</div>

</div>

</body>

</html>

1554343335(1).png

最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送