소스 검색

perf: defined default app button style

wangyuan 2 년 전
부모
커밋
7d50b8fe29
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }