Browse Source

Merge branch 'master' of http://git.cc-lotus.info/Consumables/mobiles-two

YY 3 years ago
parent
commit
5c88c02a66
2 changed files with 15 additions and 1 deletions
  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;
+}