index.acss 662 B

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