Browse Source

feta(app): add global default flex styles

wangyuan 2 năm trước cách đây
mục cha
commit
28ee188db2
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      app.wxss

+ 10 - 0
app.wxss

@@ -7,4 +7,14 @@ page {
   height: 100%;
   width: 100%;
   box-sizing: border-box;
+}
+.ittflex {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+.ittflex-jcs {
+  display: flex;
+  justify-content: flex-start;
+  align-items: center;
 }