gpt4 book ai didi

css - 在图像中居中数字( rails )

转载 作者:太空宇宙 更新时间:2023-11-03 20:18:55 24 4
gpt4 key购买 nike

我希望数字在我使用的图像中居中。目前,该数字仅作为一位数看起来不错,但在三位数时它会留下背景图像。

enter image description here enter image description here

ruby :

 <%= image_tag("chat-bubble-icon.png", id: "comment_bubble") %> 
<%= micropost.comments.count %>

CSS:

#comment_bubble {
margin-left: 18px;
margin-right: -20px;
}

解决办法是去掉图片标签,用css设置为comment.count的背景

最佳答案

像这样

.comment_count{
background: bubble.png;
height: 100px;
line-height:100px;
width: 100px;
text-align:center;
}

关于css - 在图像中居中数字( rails ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14995354/

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