diff --git a/files/zh-cn/web/css/@layer/index.md b/files/zh-cn/web/css/@layer/index.md index 798d97bcf8b2bd..e5687bea35c727 100644 --- a/files/zh-cn/web/css/@layer/index.md +++ b/files/zh-cn/web/css/@layer/index.md @@ -141,9 +141,10 @@ p { ```html
- I am displayed in color: rebeccapurple because the - type layer comes after the base layer. My green - border, font-size, and padding come from the base layer. + 我以 color: rebeccapurple 的样式显示,因为 + special 层定义在 base + 层之后。我的绿色边框、font-size 和内边距来自于 + base 层。
```