This commit is contained in:
2025-03-26 19:10:41 +08:00
parent 9463635e03
commit 3c85d9e0e7
28 changed files with 907 additions and 147 deletions

View File

@@ -2,3 +2,7 @@
border: 1px solid red;
@apply box-border;
}
.tui-btn {
border-radius: 12rpx !important;
}

View File

@@ -1,3 +1,6 @@
Page {
--primary-color: #2D5CF6;
}
page {
background-color: #F2F3F5;
}