index.scss 306 B

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