论坛

标题: 为什么.nav.con不能设置 [打印本页]

作者: 蛀牙    时间: 2017-8-21 12:52
标题: 为什么.nav.con不能设置
[attach]103640[/attach]  当我<style></style>中的样式叫.nav.con的时候绿条不出来代码是
<style type="text/css">
       
.nav {
        background-color: #3D6FFF;
        width: 100%;
        height: 50px;
        margin-top: 100px;
        min-width: 1100px;
}



.nav.con {
        width: 1100px;
        height: 50px;
        background-color: #E0FFB7;
        margin-right: auto;
        margin-left: auto;
}
body {
        margin-left: 0px;
        margin-right: 0px;
}
</style>
</head>

<body>
<div class="nav">
        <div class="con">
               
        </div>
</div>
</body>
</html>





只有当我<style></style>中建立的样式叫.con的时候才显示绿条
[attach]103641[/attach]

代码是<style type="text/css">
       
.nav {
        background-color: #3D6FFF;
        width: 100%;
        height: 50px;
        margin-top: 100px;
        min-width: 1100px;
}
.con {
        width: 1100px;
        height: 50px;
        background-color: #E0FFB7;
        margin-right: auto;
        margin-left: auto;
}
body {
        margin-left: 0px;
        margin-right: 0px;
}
</style>
</head>

<body>
<div class="nav">
        <div class="con">
               
        </div>
</div>
</body>
</html>

作者: 蛀牙    时间: 2017-8-21 15:21
饿好像是中间没有打那个空格 233333怎么删帖




欢迎光临 论坛 (http://bbs.qinxue.com/) Powered by Discuz! X3.1