From d41b20ddfd475e4c1f1df957c59f718dad20c7b7 Mon Sep 17 00:00:00 2001 From: Cara <32618848+sh910831@users.noreply.github.com> Date: Fri, 4 Jan 2019 01:56:27 +0800 Subject: [PATCH] Correcting the translation of the button name (#25468) I correcting the translation of the button name and some related words. --- guide/chinese/css/css-buttons/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/chinese/css/css-buttons/index.md b/guide/chinese/css/css-buttons/index.md index be02d233cb..b40dc13b8c 100644 --- a/guide/chinese/css/css-buttons/index.md +++ b/guide/chinese/css/css-buttons/index.md @@ -12,7 +12,7 @@ localeTitle: CSS按钮 ![Default Button Style](https://image.ibb.co/kCweAm/button.png "默认按钮样式") -## 造型按钮 +## 设计按钮 您可以更改按钮的多个属性以更改其外观。 @@ -47,7 +47,7 @@ button { ### 按钮文字大小 -要更改按钮的文本字体大小,请使用font-size属性: +要更改按钮的文字大小,请使用font-size属性: `button {font-size: 20px;}` @@ -77,7 +77,7 @@ button { ![Rounded Buttons](https://image.ibb.co/cfH00m/button_bradius.png "圆形按钮") -### 可怜的按钮 +### 悬停按钮 要在将鼠标移到按钮上时更改按钮的样式,请使用:hover选择器: ``` @@ -87,7 +87,7 @@ button:hover { } ``` -![Hoverable Buttons](https://image.ibb.co/hxQnfm/button_hover.png "可怜的按钮") +![Hoverable Buttons](https://image.ibb.co/hxQnfm/button_hover.png "悬停按钮") 要确定悬停效果的速度,请使用属性`transition-duration` 。 @@ -103,4 +103,4 @@ button { #### 更多信息: * https://www.w3schools.com/css/css3\_buttons.asp -* https://www.w3schools.com/howto/howto _css_ animate\_buttons.asp \ No newline at end of file +* https://www.w3schools.com/howto/howto _css_ animate\_buttons.asp