1234567891011121314151617181920212223 |
- /* pages/faceRecognition/index.wxss */
- @import "../../components/camera-face/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;
- }
- }
|