Blogger Information
Blog 28
fans 1
comment 0
visits 17559
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
2019.4.30作业
关超的博客
Original
543 people have browsed it

QQ图片20190503114921.png

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <link rel="stylesheet" href="static/css/header.css">
    <link rel="stylesheet" href="static/css/footer.css">
    <link rel="stylesheet" href="static/css/about.css">
</head>
<body>
<div class="header">
    <div class="content">
        <ul class="nav">
            <li class="item"><a href="index.html">首页</a></li>
            <li class="item"><a href="news.html">公司新闻</a></li>
            <li class="item"><a href="products.html">最新产品</a></li>
            <li class="item"><a href="about.html">关于我们</a></li>
            <li class="item"><a href="contact.html">联系我们</a></li>
        </ul>
    </div>
</div>

<div class="container">
 <!--   banner图-->
 <div class="banner">
        <img src="static/images/banner.jpg" alt="">
    </div>


    <div class="wrap">
        <div class="main">
            <h2>关于***公司</h2>
            <p>
 自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品
                自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品
                自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品
                自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品自2018年起,我们就致力于研发开发显示器周边产品

 </p>

        </div>
    </div>


    <div class="left">
        <h3>栏目</h3>
        <div class="category">
            <ul>
                <li><a href="">公司新闻</a></li>
                <li><a href="">最新产品</a></li>
                <li><a href="">关于我们</a></li>
                <li><a href="">联系我们</a></li>
            </ul>
        </div>

    </div>

</div>

<div class="footer">
    <div class="content">
        <p>
            <a href="">&copy; PHP中文网版权所有</a> &nbsp;|&nbsp;
 <a href="">0551-88889999</a> &nbsp;|&nbsp;
 <a href="">皖ICP2016098801-1</a>
        </p>

    </div>
</div>

</body>
</html>
.container {
    width: 1000px;

    margin: 5px auto;
    /* 参考色块: 整个主体容器是灰色背景 */
    /*background-color: lightgray;*/

    /*包住浮动的子元素*/
    overflow: hidden;
}

.wrap {

    width: inherit;

    min-height: 600px;
    /*参考背景色*/
    /*background-color: cyan;*/
}


/* 左边栏样式 */
.left {
    width: 280px;
    min-height: 600px;
    /*background-color: lightcoral;*/
}
/* 右边栏样式 */
.right {
    width: 280px;
    min-height: 600px;
    /*background-color: lightseagreen*/
}



.wrap, .left, .right {
    float: left;
}


.left {

    margin-left: -100%;
}
/*.right {*/

/*    margin-left: -280px;*/
/*}*/

.main {
    padding-left: 280px;
    /*padding-right: 280px;*/

    /*添加主体边框*/
    /*border: 1px solid #444444;*/

}



/*左侧样式*/
.left h3 {
    margin: 10px auto;
    text-align: center;
    border-bottom: 1px solid;
}

.left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.left li a {
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    text-decoration-line: none;
    line-height: 50px;
    text-align: center;
}

.left li a:hover {
    background-color: red;
    font-size: 1.1em;
}
.main p{ font-size: 19px; color: #444; text-indent: 2em;}
.main h2{text-align: center}



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