Merge pull request #595 from ReedSun/patch-1

[Doc] Update common-styles.md
diff --git a/docs/zh/docs/styles/common-styles.md b/docs/zh/docs/styles/common-styles.md
index 5891e00..d274add 100644
--- a/docs/zh/docs/styles/common-styles.md
+++ b/docs/zh/docs/styles/common-styles.md
@@ -47,7 +47,7 @@
 
 ### 内边距
 `padding {length}`:内边距,内容和边框之间的距离,默认值 0。与标准 CSS 类似,`padding` 支持简写,也可分解为以下四个:
-  * `padding {length}`: 上、下、左、右四边内边距,默认值 0
+  * `padding {length}`: 上、右、下、左四边内边距,默认值 0
   * `padding-left {length}`:左内边距,默认值 0
   * `padding-right {length}`:右内边距,默认值 0
   * `padding-top {length}`:上内边距,默认值 0
@@ -111,7 +111,7 @@
 
 ### 外边距
 `margin {length}`:外边距,元素和元素之间的空白距离,默认值 0。与标准 CSS 类似,`margin` 支持简写,也可分解为四边:
-  * `margin {length}`: 上、下、左、右四边外边距,默认值 0
+  * `margin {length}`: 上、右、下、左四边外边距,默认值 0
   * `margin-left {length}`:左外边距,默认值 0
   * `margin-right {length}`:右外边距,默认值 0
   * `margin-top {length}`:上外边距,默认值 0