/* 容器 */ .container { width: 702rpx; background: #FFFFFF; border-radius: 40rpx; box-sizing: border-box; margin: 252rpx auto 0; } /* 顶部背景图片 */ .backImg { position: absolute; width: 100vw; top: 0; left: 0; z-index: -999; } .backImg>image { width: 100%; }