gpt4 book ai didi

html - 将图标放在表单中的输入元素内并移动图标

转载 作者:行者123 更新时间:2023-11-28 08:45:56 25 4
gpt4 key购买 nike

我输入了输入图标,然后尝试移动它。

来自:

first

second

HTML:

<input type="text" name="username" placeholder="Въведе потребителско име ...">

CSS

#contact input[name='username']{
background:url('../image/icon/user.png'), #ebebeb;
background-repeat: no-repeat, repeat;
background-position: right;
width: 355px;
padding: 10px;
padding-left: 10px;
padding-right:55px;
border: 0px;
margin-top: 6px;
transition: box-shadow 0.3s;
}

最佳答案

尝试

background-position: 0 5px 0 0;

代替

background-position: right;

关于html - 将图标放在表单中的输入元素内并移动图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27590730/

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