page { background-color: #070707; } .topBg { top: 0; left: 0; width: 100%; height: auto; } .searchC { background-color: #292929B3; left: 0; right: 0; margin: 20rpx 25rpx 0; padding: 0 25rpx; height: 70rpx; border-radius: 35rpx; font-size: 22rpx; font-weight: 500; } .searchC .icon { margin-right: 12rpx; width: 25rpx; height: auto; } .searchC input { height: 100%; color: white; } .stockDetailsC { left: 25rpx; width: calc(100vw - 50rpx); bottom: calc(55px + env(safe-area-inset-bottom)); background-color: white; border-radius: 10rpx; } .detailPopup { max-height: 70%; background-color: white; color: red; border-radius: 20rpx 20rpx 0 0; padding-bottom: env(safe-area-inset-bottom); } .searchResultList { background-color: #00000080; left: 0; right: 0; bottom: 0; padding: 0 25rpx; z-index: 20; } .searchResultList .list { background-color: white; border-radius: 10rpx; } .searchResultList .list .item { padding: 0 42rpx; line-height: 60rpx; font-size: 22rpx; font-weight: 500; color: #333; }