初始化

This commit is contained in:
梁泽军
2025-03-07 10:31:57 +08:00
commit dbf485e0d5
552 changed files with 81015 additions and 0 deletions

3
src/styles/index.scss Normal file
View File

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

15
src/styles/public.scss Normal file
View File

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

5
src/styles/tailwind.css Normal file
View File

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

0
src/styles/var.css Normal file
View File