CSGO
V2EX  ›  问与答

微信网页显示 img 问题

  •  
  •   CSGO · Feb 2, 2021 · 699 views
    This topic created in 1950 days ago, the information mentioned may be changed or developed.
    我这个代码的图片,为什么在微信中打开,图片的比例被拉伸了,而在 chrome 浏览器中正常,这是为什么,哪里写错了吗?

    <div class="wifi-dora-img" style="background: #EF1B27;">
    <img src="2021fuzidora.png" alt="">
    <img src="2021fuziwifi.png" alt="">
    </div>

    .wifi-dora-img {
    width: 100%;
    margin: 0 auto;
    height: calc(100vh);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }

    .wifi-dora-img img {
    flex: 1;
    max-width: 500px;
    min-width: 300px;
    margin:50px;
    }
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2861 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 08:20 · PVG 16:20 · LAX 01:20 · JFK 04:20
    ♥ Do have faith in what you're doing.