index.wxss 466 B

123456789101112131415161718192021222324252627282930313233
  1. /* components/catchFace/index.wxss */
  2. .box {
  3. position: relative;
  4. width: 100%;
  5. height: 100vh;
  6. overflow: hidden;
  7. }
  8. .shelter {
  9. position: absolute;
  10. top: 0;
  11. width: 100%;
  12. z-index: 100;
  13. }
  14. .tip {
  15. position: absolute;
  16. width: 100%;
  17. top: 40px;
  18. font-size: 20px;
  19. color: black;
  20. font-weight: 700;
  21. text-align: center;
  22. z-index: 999;
  23. }
  24. .camera {
  25. z-index: 10;
  26. }
  27. .photo {
  28. position: absolute;
  29. width: 100%;
  30. height: 116vw;
  31. top: 0;
  32. z-index: 50;
  33. }