完成首页页面

This commit is contained in:
2025-04-24 17:10:26 +08:00
parent 94b03b98a8
commit 3574768aa5
174 changed files with 4124 additions and 939 deletions

10
App.vue
View File

@ -114,8 +114,10 @@
/*每个页面公共css */
@import "components/uview-ui/index.scss";
.w-full {width: 100%;}
.text-default {color: #254062;}
.text-gray {color: #86909C;}
.bg-default {background-color: #254062;}
.w-full {width: 100%}
.text-default {color: #254062}
.text-gray {color: #86909C}
.text-999 {color: #999}
.bg-default {background-color: #254062}
.mx-20 {margin: 0 20rpx}
</style>