gpt4 book ai didi

html -
  • 中的副标题与 CSS 内联不对齐
  • 转载 作者:太空宇宙 更新时间:2023-11-04 02:15:17 25 4
    gpt4 key购买 nike

    我正在努力制定并遵循电子邮件邮寄的最佳做法,但无论如何我都尝试对齐我的

  • 标签的这个“副标题”,但每次都失败了。

    我的 PSD 上有用于电子邮件邮寄的列表:

    Name of Hotel and subtitle with the Address

    这是我的代码:

    <div style="width:600px; height:50px">
    <span style="color:#e2e478; font-family:'Arial'; font-size:14px; margin-left:23px; line-height:75px">HOTELES PARTICIPANTES</span>
    </div>

    <div style="width:600px; height:542px; color:#ffffff; font-family:'Arial'; font-size:13px;">
    <ul style="line-height:25px; columns:2">
    <li style="margin-left:7px;">Belmond La Samanna</li>
    <span>San Marino</span>
    <li style="margin-left:-7px;">Belmond Maroma Resort & Spa</li>
    <span>Riviera Maya, México</span>
    <li style="margin-left:-7px;">Belmond Casa de Sierra Nevada</li>
    <span>San Miguel de Allende, México </span>
    <li style="margin-left:-7px;">Belmond El Encanto</li>
    <span>Santa Bárbara, EE.UU.</span>
    <li style="margin-left:-7px;">Belmond Charleston Place </li>
    <span> Charleston, EE.UU.</span>
    <li style="margin-left:-7px;">Inn at Perry Cabin by Belmond</li>
    <span>St. Michaels, EE.UU.</span>
    <li style="margin-left:-7px;">Belmond Copacabana Palace</li>
    <span>Rio de Janeiro, Brazil </span>
    </ul>
    </div>

    也许这段代码有一些错误,我将不胜感激!

  • 最佳答案

    它没有对齐,因为您将下面的文本放在一个单独的范围内,而不是相同的包装 li标签

    原文: <li style="margin-left:7px;">Belmond La Samanna</li><span>San Marino</span>

    新:

    <li style="margin-left:7px;">Belmond La Samanna <br> <span>San Marino</span></li>

    希望对你有帮助

    关于html - <li> 中的副标题与 CSS 内联不对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39019152/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com