.home-container { height: 100%; width: 100vw; position: relative; overflow: hidden; .list-container{ width: 690rpx; height: 100%; border-radius: 10rpx ; overflow: hidden; margin: auto; margin-bottom: 30rpx; } .promptBox { width: 690rpx; background: linear-gradient(90deg, #a7ceff 0%, #ddecff 100%); opacity: 1; border-radius: 20rpx; font-size: 26rpx; color: #007dff; font-size: 26rpx; padding: 15rpx 19rpx; box-sizing: border-box; margin-bottom: 30rpx; .promptBoxIcons{ width: 46rpx; height: 46rpx; margin-right: 30rpx; image{ width: 46rpx; height: 46rpx; } } } .banner { width: 690rpx; height: 263rpx; border-radius: 20rpx; margin-bottom: 30rpx; image { width: 100%; height: 100%; } } } .CENTER { position: relative; left: 0; right: 0; margin: 0 auto; }