问答详情
源自:15-1 水平居中设置-行内元素

div添加色块无法移动

<div style=" background-color:#F80206 ; width:1920px; height:58px;" >

<div style="position:relative; bottom:-500px;">


提问者:qq_上海北辰_0 2017-02-07 10:51

个回答

  • 慕粉1125486437
    2017-02-07 11:05:31

    按照你的意思应该是想要移动 第一个div吧,把两条内容合起来是可以在body中移动的:

    <div style=" background-color:#F80206 ; width:1920px; height:58px;position:relative; bottom:100px;" > </div>

    不知道是不是这个意思。