2025-08-16 14:39:34 +08:00
|
|
|
view, swiper, swiper-item {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pageBg {
|
|
|
|
|
background: linear-gradient(to bottom, transparent, #fff 400rpx),
|
|
|
|
|
linear-gradient(to right, #beecd8 20%, #F4E2D8);
|
|
|
|
|
min-height: 80vh;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.loadingLayout {
|
|
|
|
|
padding: 30rpx 0;
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-16 09:28:04 +08:00
|
|
|
.safe-area-inset-bottom {
|
|
|
|
|
height: env(safe-area-inset-bottom);
|
2025-08-14 09:24:37 +08:00
|
|
|
}
|
|
|
|
|
|