.result_container { width: 100vw; height: 100vh; overflow: hidden; background-color: #f1f8fd; padding: 0 35rpx; box-sizing: border-box; .result_body { width: 100%; .result_price { color: rgba(0, 0, 0, 0.85); font-size: 40rpx; } .result_type { font-size: 52rpx; color: #121836; font-weight: 600; } } .result_footer { padding-bottom: env(safe-area-inset-bottom); .result_footer_botton { width: 100%; height: 106rpx; background: #121836; border-radius: 15rpx 15rpx 15rpx 15rpx; opacity: 1; color: #ffffff; font-size: 34rpx; font-weight: 600; } } }