Adds border and edits the meaning of the headline (#26630)

This commit is contained in:
chingchinglcc
2019-01-15 11:05:30 -07:00
committed by Jingyi Ding
parent 381ebb0b32
commit c09ea9111b

View File

@ -91,6 +91,16 @@ button:hover {
要确定悬停效果的速度,请使用属性`transition-duration`
### 去除按钮的边界
去除按钮的边界
```
button {
border: none;
padding: 10px 15px;
background: tomato;
}
```
### 禁用按钮
要禁用按钮请使用cursor属性