Selaa lähdekoodia

feta(app): add global default flex styles

wangyuan 2 vuotta sitten
vanhempi
commit
28ee188db2
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  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;
 }