国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

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
1530

<!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>后臺登陸系統(tǒng)</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