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

li中使用margin-bottom:-1px并不能使最后一个li的下边框被覆盖掉,求解决

<ul id="test">  
        <li>Test</li>  
        <li>Test</li>  
        <li>Test</li>  
        <li>Test</li>  
        <li>Test</li>  
    </ul>
body,ul,li{margin:0;padding:0;}  
   ul,li{list-style:none;}  
   #test{  
       margin:20px;  
       width:390px;  
       background:#F4F8FC;  
       border-radius:3px;  
       border:6px solid red;  
   }  
/*每一个li的高度是35px*/  
   #test li{  
       height:25px;  
       line-height:25px;  
       padding:5px;  
       border-bottom:3px dotted black;  
margin-bottom:-3px;  
   }

http://img1.sycdn.imooc.com//5801fd690001586f04660230.jpg

正在回答

1 回答

#test{  

       margin:20px;  

       width:390px;  

       background:#F4F8FC;  

       border-radius:30px;  

       border:6px solid red; overflow:hidden; 

   } 

加个overflow:hidden; 样式就可解决问题,使最后一个li的下边框隐藏


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

慕少7532173 提问者

可以解决~谢谢回答~
2016-10-17 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

li中使用margin-bottom:-1px并不能使最后一个li的下边框被覆盖掉,求解决

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