gpt4 book ai didi

html - 有序列表 - html : How to make point(ol{style-list:disc;}) position in midde height of image?

转载 作者:太空宇宙 更新时间:2023-11-03 22:08:40 27 4
gpt4 key购买 nike

有序列表 - html:如何使点(ol{style-list:disc;})位于图像的中间高度?

点位于图像底部而不是中间的示例:

  • >
  • >

  • 示例代码

    <ol style="style-list:disc;">
    <li><img src="https://t2.gstatic.com/images?q=tbn:MezWc3ku_XBiwM:http://www.whereisacar.com/images/cars/bill-gates-car.jpg"></li>
    <li><img src="https://t0.gstatic.com/images?q=tbn:98OwBE0-icyCNM:http://www.comparecheapinsurance.com/car-insurance/images/car-insurance-policy.jpg"></li>
    </ol>

    我打算移动图像或点位置,使该点看起来在图像高度的中间。

    编辑:如果这个选项存在,我正在寻找不使用背景点图像的方式

    最佳答案

    首先,将它设为 ul 而不是 ol,如下所示:

    <ul class="images">
    <li><img...
    <li><img...
    </ul>

    然后添加这个 CSS:

    ul.images img {
    vertical-align: middle;
    }

    关于html - 有序列表 - html : How to make point(ol{style-list:disc;}) position in midde height of image?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3260204/

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