Compare commits
2 Commits
39d9a3e8da
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 69472e7ecb | |||
| 9d53403058 |
@@ -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>
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ export default defineConfig({
|
|||||||
defineModel: true,
|
defineModel: true,
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
UnifiedViteWeappTailwindcssPlugin({
|
// UnifiedViteWeappTailwindcssPlugin({
|
||||||
rem2rpx: true,
|
// rem2rpx: true,
|
||||||
})
|
// })
|
||||||
],
|
],
|
||||||
css: {
|
css: {
|
||||||
postcss: {
|
postcss: {
|
||||||
|
|||||||
Reference in New Issue
Block a user