搜索框左上角变椭圆:
border-top-left-radius:20px;
border-bottom-left-radius:20px;
效果:
button键右侧变椭圆:
border-top-right-radius:20px;
border-bottom-right-radius:20px;
效果:
鼠标指针变成 手 的形状,和放到链接上面的鼠标指针一样:
cursor: pointer;
效果:
搜索框默认显示字符:
<input type="search" placeholder="圈圈毛外套">
效果:
网友评论