Why are the username and the following input box not on the same line? The password problem is the same as above.
名利客
名利客 2018-06-19 15:35:54
0
2
1318

<!DOCTYPE html>

<html>

<meta charset="utf-8">

<head>

<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>

</head>

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

 

<div style="position: absolute;left: 50%;top: 50%;width: 500px;margin-left: -250px;margin-top: -200px;">

<div style="background: #ffffff;padding: 20px;border-radius: 4px;box-shadow:5px 5px 20px #444444;">

<div class="layui-form">

<div class="layui-form-item" style="color: gray;margin-left: 50%;">

<h2>后台登陆系统</h2>

</div>

<hr>

<div class="layui-form-item">

<label class="layui-form-label">用户名</label>

                <div class="layui-input-block">

                <input type="text" class="layui-input">

                </div>

</div>


            <div class="layui-form-item">

<label class="layui-form-label">密   码</label>

                <div class="layui-input-block">

                <input type="password" class="layui-input">

                </div>

</div>


</div>

</div>

</div>


</body>

</html>


名利客
名利客

reply all(1)
shausn

layui css path

  • reply Is there anything wrong with the path?
    名利客 author 2018-06-29 14:10:26
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!