/* components/catchFace/index.wxss */ .box { position: relative; width: 100%; height: 100vh; overflow: hidden; } .shelter { position: absolute; top: 0; width: 100%; z-index: 100; } .tip { position: absolute; width: 100%; top: 40px; font-size: 20px; color: black; font-weight: 700; text-align: center; z-index: 999; } .camera { z-index: 10; } .photo { position: absolute; width: 100%; height: 116vw; top: 0; z-index: 50; }