2022-09-07 13:00:03 +00:00
|
|
|
page {
|
|
|
|
|
background-color: $u-bg-color;
|
2022-09-15 02:53:31 +00:00
|
|
|
font-size: 28rpx;
|
2024-10-10 06:10:49 +00:00
|
|
|
-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;
|
2022-09-07 13:00:03 +00:00
|
|
|
}
|