Explorar o código

feta(app): add global default flex styles

wangyuan %!s(int64=2) %!d(string=hai) anos
pai
achega
28ee188db2
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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;
 }