发表于: 2016-04-15 11:27:42

2 1912


ngnix环境配置了  代码如下,不知道哪里的问题 浏览器一点也显示不出来 一片空白

<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <title>jiugongge</title>
        <link type="text/css" rel="stylesheet" href="renwu1.css">
    </head>
    <body>
        <div class="box">
            <div class="inside"></div>
            <div class="inside"></div>
            <div class="inside"></div>
            <div class="inside"></div>
            <div class="inside"></div>
            <div class="inside"></div>
            <div class="inside"></div>
            <div class="inside"></div>
            <div class="inside"></div>
        </div>
    </body>
</html>


.box{
    width: 330px;
    height: 330px;
    padding: 10px;
    border-style: outside;
    border-width: thin;
    border-color: #cdcdcd;
    background-color: #ffffff;
}
.inside{
    width: 100px;
    height: 100px;
    margin: 5px;
    border-width: thin;
    border-color: #ff7f00;
    border-radius: 5px;
    padding: 0px;
    background-color: #ff7f00;
}


返回列表 返回列表
评论

    分享到