gpt4 book ai didi

css - 使用
  • 的多列列表
  • 转载 作者:行者123 更新时间:2023-11-28 18:35:55 24 4
    gpt4 key购买 nike

    我正在使用 ul/li 创建 wordpress 类别的多列图库 View 。但是除了第一行之外的所有行都有左边距..

    我看不出我做错了什么!

    http://spirit.no/category/musikkanmeldelser/

    我可以用 for 循环解决这个问题吗?

    最佳答案

    这是由这个 CSS 引起的:

    .last-posts li:first-child {
    margin-left: 0px;
    }

    http://spirit.no/wp-content/themes/spirit/style.css第235行

    用这个 CSS 覆盖 margin-left.last-posts li 元素:

    .last-posts li.the-post {
    width: 290px;
    min-height: 270px;
    float: left;
    margin-left: 15px;
    position: relative;
    }

    您可以去掉 :first-child CSS,或者在接收 margin-left: 0px; 的行中为每个帖子添加一个类。看你自己了,方法很多

    关于css - 使用 <li> 的多列列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12735566/

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