按钮

18 阅读1分钟
button { width:100px; height:30px; background-color:orange; font-size:18px; color:white; border:0px; border-radius:15px; } <p>其中button是按钮标签<br> border是边框标签<br> border-radius是圆边框标签</p> 搜索