淘宝首页“搜索”按钮用css怎么写?

来源:百度知道 编辑:UC知道 时间:2024/05/11 12:29:25

<button class="btn">搜 索</button>

css:
.btn {
background: url(btn.gif) no-repeat;
height: 32px;
width: 80px;
text-align: center;
cursor: pointer;
line-height: 32px;
color: #FFFFFF;
font-weight: bold;
border:none;
}

不知