gpt4 book ai didi

html - 减少多行中只有一行的高度

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

我的网页中有多个图表。我只想降低第一个图表的第二行的高度,这可能吗?或者我可以降低第一个图表中第二行彩色条的高度吗?

请找到演示:https://plnkr.co/edit/QXjNsM8z0jbU2gB3Hq31?p=preview

生成的代码: enter image description here我尝试使用以下代码,但它适用于所有行,我只想降低第一个图表第二行的高度。

示例代码:

#t1 svg rect {
height:4px;
}

最佳答案

您可以使用 nth-of-type 来执行此操作:

#t1 svg text:nth-of-type(2) {
height:4px
}

编辑

rect:nth-of-type(2) {height:4px}

W3 Schools CSS :nth-of-type()

关于html - 减少多行中只有一行的高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48728537/

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