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

price显示不出来

price显示不出来

price设置成float:right,前面不是overflow:hidden了吗?

正在回答

3 回答

 <div class="index-menu">

        <div class="public-container menu-title">The menu</div>

        <div class="public-container menu-list">

        <ul class="clearfloat">

            <li class="menu-item clearfloat">

                <div class="title">

                <h4>Voluptate cillum fugiat</h4>

                <p class="comment">Cheese, tomato, mushrooms, onions.</p>

                 </div>

                 <div class="line"></div>

                <div class="price">$50</div>

             </li>


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

Redchan

是右边的price显示不出来么,在RESET.CSS清除点UL的padding值
2016-07-03 回复 有任何疑惑可以回复我~

.menu-list{

    overflow:hidden;

    margin-top:81px;

    } 

    

.menu-list ul{

     width:1160px;

}

.menu-item{

    float:left;

    width:520px;

    margin-left:60px;

    margin-bottom:61px;

}

.title,.line{

    float:left;

}


.title{

    width:230px;

    overflow:hidden;

    white-space:nowrap;

    text-overflow:ellipsis;

}

.comment{

    color:#b7b7b7;

    margin-top:10px;

}

.price{

    float:right;

}


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

把代码都发上来吧

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

举报

0/150
提交
取消

price显示不出来

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