uniapp/common/style/common-style.scss
2024-09-21 23:48:04 +08:00

16 lines
298 B
SCSS

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;
}
.safe-area-inset-bottom{
height:env(safe-area-inset-bottom);
}