suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Nachdem mehrere Bilder automatisch umgebrochen wurden, werden die Bilder in der Mitte angezeigt.

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


❥奈我何❥❥奈我何❥2090 Tage vor1551

Antworte allen(5)Ich werde antworten

  • 清

    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居中可以了

    Antwort
    0
  • ❥奈我何❥

    第三张图片那里不强制换行呢?

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

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

    不行的,试过了。如果没有自动换行可以居中显示,有自动换行后就左对齐的

    Antwort
    0
  • 殘留の回憶

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

    text-align:center,这个就可以解决你的问题

    Antwort
    0
  • StornierenAntwort