gpt4 book ai didi

CSS 填充不起作用?

转载 作者:技术小花猫 更新时间:2023-10-29 11:34:02 25 4
gpt4 key购买 nike

为什么 the search box here右边没有 15px 的内边距?这是 CSS:

#element_right {
padding: 120px 15px 0px 0px;
color:#161514;
font-family:helvetica, sans-serif, Arial;
font-size: 13px;
background: #f4f4f4;
width: 270px;
height: 100%;
float: right;
}

我正在使用 Chrome

最佳答案

这应该可行(如果这是您真正想要实现的目标):

#element_right {
padding: 120px 35px 0px 0px;
color: #161514;
font-family: helvetica, sans-serif, Arial;
font-size: 13px;
background: #F4F4F4;
width: 270px;
height: 100%;
float: right;
}

enter image description here

关于CSS 填充不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5926385/

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