Explorar o código

perf: defined default app button style

wangyuan %!s(int64=2) %!d(string=hai) anos
pai
achega
7d50b8fe29
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      app.wxss

+ 9 - 0
app.wxss

@@ -17,4 +17,13 @@ page {
   display: flex;
   justify-content: flex-start;
   align-items: center;
+}
+.itt-btn {
+  background: var(--maincolor);
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  color: #fff;
+  font-size: 26rpx;
+  font-weight: 400;
 }