初始化
This commit is contained in:
3
src/styles/index.scss
Normal file
3
src/styles/index.scss
Normal 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
15
src/styles/public.scss
Normal 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
5
src/styles/tailwind.css
Normal file
@@ -0,0 +1,5 @@
|
||||
/* #ifdef H5 */
|
||||
@tailwind base;
|
||||
/* #endif */
|
||||
|
||||
@tailwind utilities;
|
||||
0
src/styles/var.css
Normal file
0
src/styles/var.css
Normal file
Reference in New Issue
Block a user