diff --git a/10_绑定样式/绑定样式.html b/10_绑定样式/绑定样式.html
index 8426d02..4d9da69 100644
--- a/10_绑定样式/绑定样式.html
+++ b/10_绑定样式/绑定样式.html
@@ -22,10 +22,11 @@
background-color: blueviolet;
}
.test2 {
- background-color: chartreuse;
+ border-color: brown;
+ border-width: medium;
}
.test3 {
- background-color: brown;
+ border-radius: 20px;
}
@@ -34,14 +35,25 @@