Blogger Information
Blog 16
fans 0
comment 1
visits 18657
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
新增语义化布局介绍,网站后台登录界面搭建2018-8-20
安丰的博客
Original
544 people have browsed it

8.20.png实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>管理后台</title>
    <link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<header>
    <div>
    <h1>微付宝</h1>
    <h2>简而未减</h2>

       <!--<nav role="box1">-->
           <!--<ul >-->
               <!--<li>今天</li>-->
               <!--<li>星期一</li>-->
               <!--<li>16:10</li>-->
           <!--</ul>-->
       <!--</nav>-->
        <p>今天</p>
        <p>星期一</p>
        <p>16.10</p>

       <nav role="box2">
            <ul>
                <li>欢迎<strong>admin</strong>登陆</li>
                <li><a href="">修改密码</a></li>
                <li><a href="">退出登录</a></li>
            </ul>
        </nav>



    <!--<nav role="box3">-->
        <!--<lu >-->
            <!--<li><a href="">刷卡交易管理</a></li>-->
            <!--<li><a href="">商户管理</a></li>-->
            <!--<li><a href="">工具管理</a></li>-->
            <!--<li><a href="">用户管理</a></li>-->
        <!--</lu>-->
    <!--</nav>-->

    </div>

</header>

    <main>
        <article>
            <iframe src="wlcome.html" name="main"></iframe>



        <footer>
            <p>备案号:浙ICP58474564</p>
        </footer>

        </article>
    <aside>
        <div>
            <nav>
                <ul>
                    <li><a href="setting.html" target="main">信息管理</a></li>
                    <li><a href="." target="main">账户信息</a></li>
                    <li><a href="sheb.html" target="main">终端管理</a></li>
                    <li><a href="day.html" target="main">签到记录</a></li>
                    <li><a href="" target="main">常见问题</a></li>
                    <li><a href="tiaoge.html" target="main">临时调额</a></li>
                    <li><a href="to.html" target="main">通知中心</a></li>
                </ul>
            </nav>
        </div>

    </aside>
</main>









</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!