// 通用头部 .public-header—box { 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; }