Files
uniapp-im-shop/pages/discover/styles/index.scss
2025-12-27 10:13:04 +08:00

35 lines
609 B
SCSS

// 通用头部
.public-headerbox {
position: relative;
height: 416rpx;
background: linear-gradient(0deg, #00d993 0%, #00d9c5 100%);
&::after {
content: '';
position: absolute;
width: 100%;
height: 38rpx;
left: 0;
bottom: 0;
background: #ffffff;
border-radius: 32rpx 32rpx 0rpx 0rpx;
}
.left-icon {
width: 354rpx;
height: 166rpx;
position: absolute;
bottom: 42rpx;
left: 48rpx;
}
.right-icon {
width: 450rpx;
height: 218rpx;
position: absolute;
bottom: 10rpx;
right: -60rpx;
}
}
.top-left-icon {
height: 42rpx;
}