index.scss 316 B

12345678910111213141516171819202122232425
  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: 100%;
  11. }
  12. .preview-tips {
  13. width: 400rpx;
  14. text-align: center;
  15. margin: 20rpx auto;
  16. }
  17. .video {
  18. margin: 50px auto;
  19. width: 100%;
  20. height: 300px;
  21. }