| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .container {
- height: 100vh;
- }
- .camera-container {
- width: 100%;
- height: 100%;
- position: relative;
- }
- .camera {
- width: 100%;
- height: 100%;
- }
- .btnCamera{
- width: 220rpx;
- height: 220rpx;
- position: fixed;
- left:265rpx;
- right:265rpx;
- bottom: 180rpx;
- z-index: 20;
- }
- .sysIcon_b05{
- width: 220rpx;
- height: 220rpx;
- }
- .panelFooter{
- width: 100%;
- position: fixed;
- bottom: 0;
- background: #004433;
- z-index: 10;
- }
- .btn{
- width: 50%;
- height:120rpx;
- font-size: 36rpx;
- color: #C1E1C1;
- justify-content: flex-end;
- }
- .btnSelected{
- color: #FFDD88;
- }
- .panelLine{
- width: 72rpx;
- height: 14rpx;
- margin-top: 21rpx;
- }
- .panelLineSelected{
- width: 72rpx;
- height: 14rpx;
- background-color: #FFDD88;
- }
|