guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
5857c89646
Modificáronse 2 ficheiros con 15 adicións e 1 borrados
  1. 8 0
      pages/test/index.less
  2. 7 1
      pages/test/index.wxss

+ 8 - 0
pages/test/index.less

@@ -0,0 +1,8 @@
+.main {
+    position: relative;
+    width: 100%;
+
+    .one {
+        text-align: center;
+    }
+}

+ 7 - 1
pages/test/index.wxss

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