为了账号安全,请及时绑定邮箱和手机立即绑定

CSS样式出不来怎么办,我用idea写的,是编辑器问题吗

http://img1.sycdn.imooc.com//6257a5100001bbd306530583.jpg



从ul li 开始就没有效果产生了

正在回答

1 回答

.nav {

    height: 30px;

    background: #e3e4e5;

    border-bottom: 1px solid #ddd;

}


.nav-box {

    margin: 0px auto;

    width: 1190px;

    text-align: right;

}


.nav-box ul li {

    display: inline-block;

    padding: 0px 10px;

    font-size: 12px;

    height: 30px;

    line-height: 30px;

    position: relative; /*相对定位*/

}


.nav-box ul li a {

    color: #999999;

    text-decoration: none;

}


.nav-box ul li:not(:last-child):after {

    content: "";

    width: 1px;

    height: 14px;

    background: #cccccc;

    position: absolute;  /*绝对定位*/

    top: 8px;

    right: 0px;

    display: block;




position没有写,布局不生效

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

CSS样式出不来怎么办,我用idea写的,是编辑器问题吗

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信