初始版本

This commit is contained in:
贾祥聪
2025-08-19 14:16:51 +08:00
commit f937a1f9b9
4373 changed files with 359728 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
@import './tailwind.css';
@import './public.scss';
@import '../uni_modules/vk-uview-ui/index.scss';

View File

@@ -0,0 +1,16 @@
page {
background-color: $u-bg-color;
font-size: 28rpx;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: theme('fontFamily.sans')
//font-family: PingFang SC;
}
uni-modal {
z-index: 999999 !important;
}
button::after {
border: initial;
}

View File

@@ -0,0 +1,5 @@
/* #ifdef H5 */
@tailwind base;
/* #endif */
@tailwind utilities;

View File