Floated div, 100% height

后端 未结 3 1936
南方客
南方客 2021-01-07 01:46

t\"enter

***** {

    -webkit-tap-highligh         


        
3条回答
  •  不知归路
    2021-01-07 01:59

    Like this

    demo

    css

        .footer{
       display:table;
        width:100%;
    }
    .col1{
        background-color:red;
        display:table-cell;
    }
    .col2{
        background-color:red;
        display:table-cell;
        padding:0 10px;
    }
    .col3{
        background-color:red;
        display:table-cell;
    }
    

提交回复
热议问题