index.scss 358 B

1234567891011121314151617181920212223
  1. /* pages/faceRecognition/index.wxss */
  2. @import "../../components/camera-face/index.wxss";
  3. page {
  4. background: #ffffff;
  5. height: 100vh;
  6. display: flex;
  7. align-items: center;
  8. }
  9. .page {
  10. width: 100%;
  11. height: 750rpx;
  12. .camera{
  13. width: 80%;
  14. height: 80%;
  15. margin: 0 auto 2em auto;
  16. border-radius: 50%;
  17. background-color: #000000;
  18. }
  19. }