发布网友 发布时间:2022-04-25 09:10
共3个回答
热心网友 时间:2023-11-12 02:46
<form>
热心网友 时间:2023-11-12 02:46
搜索框外加个div ,div加背景图片追问有具体的代码吗?
热心网友 时间:2023-11-12 02:47
楼上正解 <div style="background:url(图片路径) width:100px;height:200px">追答按钮只能伪装啊 input 后边加
button.btn {
border: none;
width: 28px;
height: 28px;
margin: 0px auto;
margin: 1px;
background: url(这里给搜索按钮你想要的图片) no-repeat top right;
}