div距底边位置固定

    xiaoxiao2021-12-01  26

    1.绝对定位

    div{ position : absolute ; bottom : 0px ; left : 0px ; }

    2.固定定位

    div{ position : fixed ; bottom : 0px ; left : 0px ; }

    转载请注明原文地址: https://ju.6miu.com/read-679388.html

    最新回复(0)