搜尋

首頁  >  問答  >  主體

多張圖片自動換行後圖片居中顯示

多张图片横向并排显示,自动换行后,可以上下两排图片都居中显示吗


#
❥奈我何❥❥奈我何❥2131 天前1586

全部回覆(5)我來回復

  • 清

    2019-03-09 22:48:00

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style>
    div{
    text-align: center;
    }
    </style>
    </head>
    <body>
    <div>
    <img src="http://www.php.cn/static/images/footer.gif" alt="">
    <img src="http://www.php.cn/static/images/footer.gif" alt="">
    <img src="http://www.php.cn/static/images/footer.gif" alt=""><br>
    <img src="http://www.php.cn/static/images/footer.gif" alt="">
    <img src="http://www.php.cn/static/images/footer.gif" alt="">
    </div>
    </body>
    </html>

    DIV居中可以了

    回覆
    0
  • ❥奈我何❥

    第三張圖片那裡不強制換行呢?

    ❥奈我何❥ · 2019-03-11 10:44:12
  • ❥奈我何❥

    ❥奈我何❥2019-03-08 20:08:54

    不行的,試過了。如果沒有自動換行可以居中顯示,有自動換行後就左對齊的

    回覆
    0
  • 殘留の回憶

    殘留の回憶2019-03-08 18:48:09

    text-align:center,這個就可以解決你的問題

    #

    回覆
    0
  • 取消回覆