mirror of
https://github.com/shuguangnet/uniapp.git
synced 2025-01-23 16:08:44 +08:00
16 lines
298 B
SCSS
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);
|
|
} |