4-7编程问题 怎么解决边框线重叠,使边框变粗

4-7编程问题 怎么解决边框线重叠,使边框变粗

<!DOCTYPE html>

<html>

    <head>

        <meta charset="UTF-8">

        <title>display属性</title>

        <style type="text/css">

          /*样式补充*/

        body,h3{

            padding: 0px;

            margin: 0px;

        }

        div div{

            /*border:1px solid;*/

        }

        h3{

            border:1px solid;

            height: 50px;

            width: 180px;

            background-color: gray;

            text-align: center;

            line-height: 50px;

            margin: 0 auto;

        }

        ul{

            border:1px solid;

            width: 180px;

            list-style: none;

            padding: 0px;

            margin: 0px auto;

            display: none;

        }

        li{

            text-align: center;

            width: 180px;

            height: 30px;

            line-height: 30px;

            margin: 0 auto;

        }

        div div h3:hover+ul{display:block;}  

        </style>

    </head>

    <body>

    <div class="big">

        <div class="div1">

            <h3>家电</h3>

            <ul class="elec">

                <li>冰箱</li>

                <li>洗衣机</li>

                <li>空调</li>

            </ul>

        </div>

        <div class="div2">

            <h3>洗护</h3>

            <ul class="wash">

                <li>洗衣液</li>

                <li>消毒液</li>

                <li>柔顺剂</li>

            </ul>

        </div>

        <div  class="div3">

            <h3>衣物</h3>

             <ul class="clothes">

                <li>衬衫</li>

                <li>裤子</li>

                <li>卫衣</li>

            </ul>

        </div>

      </div>

</body>

</html>


正在回答

登陆购买课程后可参与讨论,去登陆

2回答

效果是可以的哦,有重叠部分是没有关系的,可以将会h3与ul标签的下边框去除掉,参考:http://img1.sycdn.imooc.com//climg/5b6fa39700016ee905240320.jpg

自己测试下,祝学习愉快~~

_louis_5 2018-08-12 10:51:26

试试给边框重叠的部分设置去边框border-top:none

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
前端小白入门系列课程
  • 参与学习           人
  • 提交作业       11218    份
  • 解答问题       36713    个

从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师