123456789101112131415161718192021 |
- /* pages/faceRecognition/index.wxss */
- page {
- background: #ffffff;
- height: 100vh;
- display: flex;
- align-items: center;
- }
- .page {
- width: 100%;
- height: 750rpx;
- .camera{
- width: 80%;
- height: 80%;
- margin: 0 auto 2em auto;
- border-radius: 50%;
- background-color: #000000;
- }
- }
|