This commit is contained in:
2025-12-16 23:33:32 +08:00
parent 39d9a3e8da
commit 9d53403058
3 changed files with 4 additions and 16 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@@ -80,18 +80,6 @@ const UserStore = useUserStore();
width: calc(100% - 40rpx); width: calc(100% - 40rpx);
border-radius: 20px 20px 0px 0px; border-radius: 20px 20px 0px 0px;
background: linear-gradient(180.00deg, rgb(68, 125, 255) 0.763%, rgb(255, 255, 255) 99.237%); background: linear-gradient(180.00deg, rgb(68, 125, 255) 0.763%, rgb(255, 255, 255) 99.237%);
position: absolute; margin-top: 150rpx;
bottom: 0;
left: 0;
margin-bottom: calc(24rpx + constant(safe-area-inset-bottom));
margin-bottom: calc(24rpx + env(safe-area-inset-bottom));
}
</style>
<style>
#app {
width: 100%;
height: auto;
aspect-ratio: 1 / 2.1;
} }
</style> </style>

View File

@@ -10,9 +10,9 @@ export default defineConfig({
defineModel: true, defineModel: true,
} }
}), }),
UnifiedViteWeappTailwindcssPlugin({ // UnifiedViteWeappTailwindcssPlugin({
rem2rpx: true, // rem2rpx: true,
}) // })
], ],
css: { css: {
postcss: { postcss: {