-
+
+
Hello World
diff --git a/LiteWearable/entry/src/main/js/MainAbility/style3/style3.css b/LiteWearable/entry/src/main/js/MainAbility/style3/style3.css
index e90d8da48e528984be67910b8cd52dd03b12ab16..2dde480f1ec0e25a69acf242539e0639f4de6229 100644
--- a/LiteWearable/entry/src/main/js/MainAbility/style3/style3.css
+++ b/LiteWearable/entry/src/main/js/MainAbility/style3/style3.css
@@ -1,4 +1,4 @@
-/* .为类选择器,所有组件中class="container" 的组件都会使用该样式 */
+/* . For the class selector, all components with the class attribute set to "container" will apply this style. */
.container {
display: flex;
justify-content: center;
@@ -6,7 +6,7 @@
width: 466px;
height: 466px;
}
-/* #为ID选择器,id为title的组件会使用该样式 */
+/* # For the ID selector, the component with the ID "title" will apply this style. */
#title {
font-size: 30px;
text-align: center;
diff --git a/LiteWearable/entry/src/main/js/MainAbility/style3/style3.hml b/LiteWearable/entry/src/main/js/MainAbility/style3/style3.hml
index e23b9118819bafc36c863ac7d32df3de4d3ced7c..e63cb8f9256001e062d7ae3752d5fe94c70a099b 100644
--- a/LiteWearable/entry/src/main/js/MainAbility/style3/style3.hml
+++ b/LiteWearable/entry/src/main/js/MainAbility/style3/style3.hml
@@ -1,8 +1,8 @@
-
+
-
+
Hello World