用户名密码输入框问题
Worldly
Worldly 2018-07-26 09:04:56
[PHP讨论组]

全部按照老师的讲的来写的。但是为的用户名的输入框换了一行

QQ图片20180726090113.png

Worldly
Worldly

全部回复(2)
威尼斯

js、css没引用到,_STATIC_应该是__STATIC__

  • 回复 是的,问题解决了,太谢谢了!
    Worldly 作者 2018-07-26 09:31:39
Worldly

<!DOCTYPE html>

<html>

<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 clsaa="layui-form" style="color:gray;">

        <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">密&nbsp;&nbsp;&nbsp;&nbsp;码</label>

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

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

        </div>

        </div>

        </div>

    </div>

</body>

</html>

这是代码

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号