Compare commits
2 Commits
39d9a3e8da
...
69472e7ecb
| Author | SHA1 | Date | |
|---|---|---|---|
| 69472e7ecb | |||
| 9d53403058 |
@@ -80,18 +80,6 @@ const UserStore = useUserStore();
|
||||
width: calc(100% - 40rpx);
|
||||
border-radius: 20px 20px 0px 0px;
|
||||
background: linear-gradient(180.00deg, rgb(68, 125, 255) 0.763%, rgb(255, 255, 255) 99.237%);
|
||||
position: absolute;
|
||||
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;
|
||||
margin-top: 150rpx;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -10,9 +10,9 @@ export default defineConfig({
|
||||
defineModel: true,
|
||||
}
|
||||
}),
|
||||
UnifiedViteWeappTailwindcssPlugin({
|
||||
rem2rpx: true,
|
||||
})
|
||||
// UnifiedViteWeappTailwindcssPlugin({
|
||||
// rem2rpx: true,
|
||||
// })
|
||||
],
|
||||
css: {
|
||||
postcss: {
|
||||
|
||||
Reference in New Issue
Block a user