Blogger Information
Blog 49
fans 0
comment 4
visits 41662
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
制作: 员工管理系统 后台首页, 要求简洁美观
过儿的博客
Original
735 people have browsed it

test.php

实例

<!DOCTYPE html>
    <html lang="en">
<head>
    <meta charset="utf-8">
    <title>员工管理系统</title>
   <style>
       .header{
           width: 1000px;
           height: 50px;
           border-bottom: 1px solid black;
       }
       .header h1{
           margin-left:20px;
           display: block;
           float: left;
           font-size: 16px;
       }
       .header p{
           float: right;
       }
       .left{
           list-style: none;
           border-right: 1px solid black;
           width:200px;
           height: 500px;
           float: left;
       }
       .left ul li{
           margin:10px 10px;
       }
      .right{
          float: left;
          height:500px;
          width: 800px;
          border:none;
      }
       .clear{
           clear: both;
       }
   </style>
</head>
<body>
<div class="header">
    <h1>员工管理系统</h1>
    <p>管理员:admin<a href="#">退出</a></p>
</div>
<div class="clear"></div>
<div class="main">
    <div class="left">
        <ul>
            <li><a href="1.html" target="workplace">员工管理</a></li>
            <li><a href="2.html" target="workplace">系统设置</a></li>
            <li><a href="3.html" target="workplace">用户设置</a></li>
        </ul>
    </div>
    <div class="right">
        <iframe name="workplace"></iframe>
    </div>
</div>
</body>
</html>

运行实例 »

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

d.png

Correction status:qualified

Teacher's comments:
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
1 comments
Mr.PAN 2019-02-22 17:40:14
1111
1 floor
Author's latest blog post