camera.wxss 286 B

1234567891011121314151617
  1. /* pages/camera/camera.wxss */
  2. .camera{
  3. width: 100vw;
  4. height: 100vh;
  5. position: relative;
  6. }
  7. .opt{
  8. width: 100vw;
  9. height: 100vh;
  10. position: absolute;
  11. z-index: 1000;
  12. top:0;
  13. left:0;
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. }