老师看看边框出什么问题了

老师看看边框出什么问题了

header .header-top .tool .r1 .icon{

    width24px;

    height24px;

  

}

header .header-top .tool .r1 .chinese_icon{

    margin-right15px;

}

header .header-top .tool .r2{

    width264px;

    height28px;

    border:1px solid rgba(202202202,.6) ;


}

header .header-top .tool .r2 input{

    floatleft;

    width244px;

    height28px;

    bordernone;

    padding-left20px;

    outlinenone;

}

header .header-top .tool .r2 button{

    floatleft;

    width20px;

    height20px;

    /* 背景去掉 */

    backgroundnone;

    /* 边框去掉 */

    bordernone;

    /* 去掉鼠标点击时候的蓝色框 */

    outlinenone;

    /* 设置触碰时候的鼠标指针的样式 */

    cursorpointer;

/* 相对定位来微调位置 */

positionrelative;

top4px;

right4px;

}


https://img1.sycdn.imooc.com//climg/6162841d090c6e0a02970123.jpg



正在回答 回答被采纳积分+1

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

1回答
好帮手慕然然 2021-10-10 14:27:23

同学你好,代码粘贴的不太完整,老师无法准确定位问题,建议同学使用开发者工具检查一下是否是.tool盒子的位置设置的不合理,超出了外层盒子,或者是父盒子宽度不够,将搜索框右侧给隐藏了。

如果还是不行的话,建议同学将header部分的全部css代码以及html代码粘贴上来,老师测试一下。

祝学习愉快!

  • 提问者 慕勒5842832 #1

    *{

        margin0;

        padding0;

    }

    ul,ol{

        list-style:none;

    }

    a{

        text-decorationnone;

    }

    /* 字体 */

    body{

        fontnormal 14px/25px '微软雅黑';

    }

    /* 头部 */

    header{


    }

    header .header-top{

        width1201px;

        margin0 auto;

        /* 清楚浮动 */

        overflow:hidden;

    }

    header .header-top .logo{

        padding-top:27px;

        width221px;

        height63px;

        floatleft;


    }

    header .header-top .logo h1{

        width:221px;

        height:63px;


    }

    header .header-top .tool{

        floatright;

        width266px;

        height77px;

        padding-top22px;

    }

    header .header-top .tool .r1{

        margin-bottom14px;

    }

    header .header-top .tool .r1 .tel{

        width32px;

        height25px;

    }

    header .header-top .tool .r1 .telnumber{

        font-size20px;

        color#00978E;

        display:inline-block;

        width158px;

        height26px;

        text-align:center;

    }

    header .header-top .tool .r1 .icon{

        width24px;

        height24px;

      

    }

    header .header-top .tool .r1 .chinese_icon{

        margin-right15px;

    }

    header .header-top .tool .r2{

        width264px;

        height28px;

        border:1px solid rgba(202202202,.6) ;


    }

    header .header-top .tool .r2 input{

        floatleft;

        width244px;

        height28px;

        bordernone;

        padding-left20px;

        outlinenone;

    }

    header .header-top .tool .r2 button{

        floatleft;

        width20px;

        height20px;

        /* 背景去掉 */

        backgroundnone;

        /* 边框去掉 */

        bordernone;

        /* 去掉鼠标点击时候的蓝色框 */

        outlinenone;

        /* 设置触碰时候的鼠标指针的样式 */

        cursorpointer;

    /* 相对定位来微调位置 */

    positionrelative;

    top4px;

    right4px;

    }



    2021-10-10 14:30:26
  • 提问者 慕勒5842832 #2



    <body>

        <!-- 页面头部 -->

    <header>

       

        <div class="header-top">

        

        <!-- logo -->

    <div class="logo"><h1>小慕医生</h1></div>

    <!-- 网页功能区 -->

    <div class="tool">

        <div class="r1">

        <img class="tel" src="images/tel.png" alt="">

        <span class="telnumber">088-88888888</span>

        <a href=""><img class="chinese icon" icon src="images/chinese_icon.png"></a>

        <a href=""><img class="english-icon" icon src="images/english_icon.png"></a>

        </div>

        <div class="r2">

            <input type="text" placeholder="找医生/找科室">

            <button><img src="images/search.png" alt=""></button>

        </div>

        </div>

    </div>


    2021-10-10 14:31:38
  • 提问者 慕勒5842832 #3

    这样可以吗

    2021-10-10 14:32:19
问题已解决,确定采纳
还有疑问,暂不采纳

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

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

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

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