@@ -0,0 +1,8 @@
+.main {
+ position: relative;
+ width: 100%;
+
+ .one {
+ text-align: center;
+ }
+}
@@ -1 +1,7 @@
-/* pages/test/index.wxss */
+.main .one {